aboutsummaryrefslogtreecommitdiff
path: root/SOURCES
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2022-11-15 09:51:59 +0100
committerJan200101 <sentrycraft123@gmail.com>2022-11-15 09:51:59 +0100
commita4eebe11a713dc57e9855da9fc2c6085d6731acf (patch)
tree72a482499e41a1db3d50e2e579269b4e82fe82a2 /SOURCES
parent8a2d5881827646cc90a49a3b9f9b97794c2151f0 (diff)
downloadkernel-fsync-a4eebe11a713dc57e9855da9fc2c6085d6731acf.tar.gz
kernel-fsync-a4eebe11a713dc57e9855da9fc2c6085d6731acf.zip
kernel 6.0.8 fedora 37
Diffstat (limited to 'SOURCES')
-rw-r--r--SOURCES/patch-6.0-redhat.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/SOURCES/patch-6.0-redhat.patch b/SOURCES/patch-6.0-redhat.patch
index fef59ec..bc9df70 100644
--- a/SOURCES/patch-6.0-redhat.patch
+++ b/SOURCES/patch-6.0-redhat.patch
@@ -2200,30 +2200,3 @@ index d5a0dd548989..ee5e98204d3d 100755
}
ipv4_grp_fcnal()
-From 90c4bd0059367922f88768784bfb7c5ec1bc846c Mon Sep 17 00:00:00 2001
-From: "Justin M. Forbes" <jforbes@fedoraproject.org>
-Date: Thu, 3 Nov 2022 11:34:03 -0500
-Subject: [PATCH] Revert "disable enum64 BTF in fedora rawhide"
-
-This option is not supported by older pahole versions.
-
-This reverts commit 7ab8e0d8b46b7f768e37f8ff39ccae2ecc897396.
----
- scripts/pahole-flags.sh | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/scripts/pahole-flags.sh b/scripts/pahole-flags.sh
-index 81c8e082ec57..0d99ef17e4a5 100755
---- a/scripts/pahole-flags.sh
-+++ b/scripts/pahole-flags.sh
-@@ -20,7 +20,4 @@ if [ "${pahole_ver}" -ge "122" ]; then
- extra_paholeopt="${extra_paholeopt} -j"
- fi
-
--# temporary workaround to disable enum64
--extra_paholeopt="${extra_paholeopt} --skip_encoding_btf_enum64"
--
- echo ${extra_paholeopt}
---
-2.37.3
-