summaryrefslogtreecommitdiffstats
path: root/0001-bpf-Add-tech-preview-taint-for-syscall.patch
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-06-11 05:54:53 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-06-11 05:54:53 +0200
commit168917328214e94a54dbd4ef227dab46029b8134 (patch)
tree9f5fbf0580f00cf39b1b0cfe1dacc387499e999f /0001-bpf-Add-tech-preview-taint-for-syscall.patch
parent38d5c149cae32d286308f7962e1d561e7939072f (diff)
parent8ae1eddbf56e902877016abbadb2150afe87711c (diff)
downloadkernel-168917328214e94a54dbd4ef227dab46029b8134.tar.gz
kernel-168917328214e94a54dbd4ef227dab46029b8134.tar.xz
kernel-168917328214e94a54dbd4ef227dab46029b8134.zip
Diffstat (limited to '0001-bpf-Add-tech-preview-taint-for-syscall.patch')
-rw-r--r--0001-bpf-Add-tech-preview-taint-for-syscall.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/0001-bpf-Add-tech-preview-taint-for-syscall.patch b/0001-bpf-Add-tech-preview-taint-for-syscall.patch
index e13040fe8..bb864f0fc 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 <herton@redhat.com>
1 file changed, 6 insertions(+)
diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c
-index 8ec44a344455..dc862679a5f3 100644
+index 7b23725a1940..4951906e906f 100644
--- a/kernel/bpf/syscall.c
+++ b/kernel/bpf/syscall.c
@@ -4097,11 +4097,17 @@ static int bpf_iter_create(union bpf_attr *attr)