From 45d4c5a623b7a0f6aeb373f4760dd0ce4d841942 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 7 Sep 2020 08:20:03 -0500 Subject: kernel-5.9.0-0.rc4.4 * Mon Sep 07 2020 Fedora Kernel Team [5.9.0-0.rc4.4] - Merge ark-patches Resolves: rhbz# Signed-off-by: Justin M. Forbes --- 0001-bpf-Add-tech-preview-taint-for-syscall.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '0001-bpf-Add-tech-preview-taint-for-syscall.patch') diff --git a/0001-bpf-Add-tech-preview-taint-for-syscall.patch b/0001-bpf-Add-tech-preview-taint-for-syscall.patch index 4586a123f..49253b657 100644 --- a/0001-bpf-Add-tech-preview-taint-for-syscall.patch +++ b/0001-bpf-Add-tech-preview-taint-for-syscall.patch @@ -27,7 +27,7 @@ Signed-off-by: Herton R. Krzesinski 1 file changed, 6 insertions(+) diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c -index df6479d7ff5f..e7fd1198c20b 100644 +index 5e5ac50d9137..ce77b8dfe47a 100644 --- a/kernel/bpf/syscall.c +++ b/kernel/bpf/syscall.c @@ -4155,11 +4155,17 @@ static int bpf_iter_create(union bpf_attr *attr) -- cgit