summaryrefslogtreecommitdiffstats
path: root/0001-bpf-Add-tech-preview-taint-for-syscall.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-08-27 12:31:22 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-08-27 12:31:22 -0500
commit13bd6da63cf611a8325774f77a657cf8a6a0fc66 (patch)
tree08b3885a261f109975787ccdb4325617eac7b312 /0001-bpf-Add-tech-preview-taint-for-syscall.patch
parentb8e77e8fe22d8bc41c1abac6d8a69353c99c2d6e (diff)
downloadkernel-13bd6da63cf611a8325774f77a657cf8a6a0fc66.tar.gz
kernel-13bd6da63cf611a8325774f77a657cf8a6a0fc66.tar.xz
kernel-13bd6da63cf611a8325774f77a657cf8a6a0fc66.zip
kernel-5.9.0-0.rc2.20200827git15bc20c6af4c.1
* Thu Aug 27 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.9.0-0.rc2.20200827git15bc20c6af4c.1] - 15bc20c6af4c rebase - Updated changelog for the release based on 2ac69819ba9e (Fedora Kernel Team) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
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)