From 54b49e52186e25fb43c0c1536cb85547a119bd89 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Fri, 15 Oct 2021 12:23:26 -0500 Subject: kernel-5.15-0.rc5.20211015gitec681c53f8d2.44 * Fri Oct 15 2021 Fedora Kernel Team [5.15-0.rc5.20211015gitec681c53f8d2.44] - Temporarily turn off selftests for bpf on ppc (Justin M. Forbes) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- patch-5.15-redhat.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patch-5.15-redhat.patch') diff --git a/patch-5.15-redhat.patch b/patch-5.15-redhat.patch index 185f7c674..a49166367 100644 --- a/patch-5.15-redhat.patch +++ b/patch-5.15-redhat.patch @@ -2720,7 +2720,7 @@ index 4e50c0bfdb7d..f4e32c61ec18 100644 IS_BUILTIN(CONFIG_BPF_UNPRIV_DEFAULT_OFF) ? 2 : 0; diff --git a/kernel/module.c b/kernel/module.c -index 40ec9a030eec..2d50fb4c9862 100644 +index 5c26a76e800b..25c4108ac627 100644 --- a/kernel/module.c +++ b/kernel/module.c @@ -743,6 +743,7 @@ static struct module_attribute modinfo_##field = { \ -- cgit