summaryrefslogtreecommitdiffstats
path: root/0001-bpf-Add-tech-preview-taint-for-syscall.patch
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2020-08-27 19:48:54 +0200
committerThorsten Leemhuis <fedora@leemhuis.info>2020-08-27 19:48:54 +0200
commitbe305682f0f037608ba1884e677c56d30877d699 (patch)
tree53a33b12b4434182720920a9da81e27d2d40c7ed /0001-bpf-Add-tech-preview-taint-for-syscall.patch
parent8646321dee2344a7d6b8c53bc1694c23d6992fe8 (diff)
parent13bd6da63cf611a8325774f77a657cf8a6a0fc66 (diff)
downloadkernel-be305682f0f037608ba1884e677c56d30877d699.tar.gz
kernel-be305682f0f037608ba1884e677c56d30877d699.tar.xz
kernel-be305682f0f037608ba1884e677c56d30877d699.zip
Merge remote-tracking branch 'origin/master' into rawhide-user-thl-vanilla-fedorakernel-5.9.0-0.rc2.20200827git15bc20c6af4c.1.vanilla.2.fc32
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 c69f4ad67..4586a123f 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 ae1d88925f73..442b42cfd352 100644
+index df6479d7ff5f..e7fd1198c20b 100644
--- a/kernel/bpf/syscall.c
+++ b/kernel/bpf/syscall.c
@@ -4155,11 +4155,17 @@ static int bpf_iter_create(union bpf_attr *attr)