summaryrefslogtreecommitdiffstats
path: root/0001-bpf-Add-tech-preview-taint-for-syscall.patch
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-09-07 15:31:14 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-09-07 15:31:14 +0200
commit7e94b9d93d2b0133f198cfb7315fdb011cdc21bf (patch)
tree07ca66d809cd994bf470f4a0692d5e84e7be31fb /0001-bpf-Add-tech-preview-taint-for-syscall.patch
parentb006d4c8a7650c95a1504f20f82569221ad8db24 (diff)
parent45d4c5a623b7a0f6aeb373f4760dd0ce4d841942 (diff)
downloadkernel-7e94b9d93d2b0133f198cfb7315fdb011cdc21bf.tar.gz
kernel-7e94b9d93d2b0133f198cfb7315fdb011cdc21bf.tar.xz
kernel-7e94b9d93d2b0133f198cfb7315fdb011cdc21bf.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 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 <herton@redhat.com>
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)