summaryrefslogtreecommitdiffstats
path: root/dwarves.patch
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2022-09-16 12:25:33 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2022-09-16 12:44:50 +0200
commit96c582bc1be4f73c8f3e6a5c599ca2371021e4e8 (patch)
tree5df943c681e3ebefc5cbcea904813ea44437d3c9 /dwarves.patch
parentc9ee3fd975fef81c7151366de1e22124e1821770 (diff)
downloadkernel-5.19.9-350.vanilla.1.fc37.tar.gz
kernel-5.19.9-350.vanilla.1.fc37.tar.xz
kernel-5.19.9-350.vanilla.1.fc37.zip
add patch from https://lore.kernel.org/all/20220906132826.180891759@linuxfoundation.org/kernel-5.19.9-350.vanilla.1.fc37
Diffstat (limited to 'dwarves.patch')
-rw-r--r--dwarves.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dwarves.patch b/dwarves.patch
new file mode 100644
index 000000000..589b22a48
--- /dev/null
+++ b/dwarves.patch
@@ -0,0 +1,12 @@
+/scripts/pahole-flags.sh
++++ b/scripts/pahole-flags.sh
+@@ -17,4 +17,8 @@ if [ "${pahole_ver}" -ge "121" ]; then
+ extra_paholeopt="${extra_paholeopt} --btf_gen_floats"
+ fi
+
++if [ "${pahole_ver}" -ge "124" ]; then
++ extra_paholeopt="${extra_paholeopt} --skip_encoding_btf_enum64"
++fi
++
+ echo ${extra_paholeopt}
+