Skip to content

Commit f3b48ba

Browse files
committed
More Linux fixes
1 parent 32f2908 commit f3b48ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration/linux/compile_linux.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ configure_linux ()
3535
# GCC >= 12 correctly reports (and fails with) use-after-free, which was
3636
# eventually fixed in 5.16.11 (and 5.17+)
3737
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
3841

3942
cat > kvm-config <<EOF
4043
CONFIG_64BIT=y

0 commit comments

Comments
 (0)