We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f2908 commit f3b48baCopy full SHA for f3b48ba
integration/linux/compile_linux.sh
@@ -35,6 +35,9 @@ configure_linux ()
35
# GCC >= 12 correctly reports (and fails with) use-after-free, which was
36
# eventually fixed in 5.16.11 (and 5.17+)
37
curl https://github.com/torvalds/linux/commit/52a9dab6d892763b2a8334a568bd4e2c1a6fde66.patch | patch -p1
38
+ # Some versions of binutils fail to generate a symbol table, pick up fix that
39
+ # eventually landed in 6.0
40
+ curl https://github.com/torvalds/linux/commit/de979c83574abf6e78f3fa65b716515c91b2613d.patch | patch -p1
41
42
cat > kvm-config <<EOF
43
CONFIG_64BIT=y
0 commit comments