From a79d8affb70a95069c35a0ccf7085e230c22a98d Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 25 May 2020 12:09:26 -0500 Subject: kernel-5.7.0-0.rc7.1 * Mon May 25 2020 CKI@GitLab [5.7.0-0.rc7.1] - v5.7-rc7 rebase - Updated changelog for the release based on caffb99b6929 ("CKI@GitLab") Resolves: rhbz# Signed-off-by: Justin M. Forbes --- 0001-bpf-set-unprivileged_bpf_disabled-to-1-by-default-ad.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '0001-bpf-set-unprivileged_bpf_disabled-to-1-by-default-ad.patch') diff --git a/0001-bpf-set-unprivileged_bpf_disabled-to-1-by-default-ad.patch b/0001-bpf-set-unprivileged_bpf_disabled-to-1-by-default-ad.patch index ea35a5447..ba329b723 100644 --- a/0001-bpf-set-unprivileged_bpf_disabled-to-1-by-default-ad.patch +++ b/0001-bpf-set-unprivileged_bpf_disabled-to-1-by-default-ad.patch @@ -66,7 +66,7 @@ index c041d4e950f4..8588bb62e74c 100644 #define TAINT_FLAGS_COUNT 32 diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c -index 2843bbba9ca1..0ef4f2f203fd 100644 +index 4e6dee19a668..77ecd8b47d70 100644 --- a/kernel/bpf/syscall.c +++ b/kernel/bpf/syscall.c @@ -24,6 +24,7 @@ -- cgit