summaryrefslogtreecommitdiffstats
path: root/patch-5.7.0-redhat.patch
diff options
context:
space:
mode:
authorJeremy Cline <jcline@redhat.com>2020-04-20 14:23:47 -0400
committerJeremy Cline <jcline@redhat.com>2020-04-20 14:23:47 -0400
commit0c5dccebb58945a1d0e7f3a660acf24b9ffbf223 (patch)
tree34e4e32d3c4f901698841f2a95954b0e479209fa /patch-5.7.0-redhat.patch
parent8aa3f869126757eef496fd9bc64eb0de358e5f40 (diff)
downloadkernel-0c5dccebb58945a1d0e7f3a660acf24b9ffbf223.tar.gz
kernel-0c5dccebb58945a1d0e7f3a660acf24b9ffbf223.tar.xz
kernel-0c5dccebb58945a1d0e7f3a660acf24b9ffbf223.zip
kernel-5.7.0-0.rc2.1
* Mon Apr 20 2020 Jeremy Cline <jcline@redhat.com> [5.7.0-0.rc2.1] - v5.7-rc2 rebase - Add a README to the dist-git repository (Jeremy Cline) - Copy distro files rather than moving them (Jeremy Cline) - Drop DIST from release commits and tags (Jeremy Cline) - Place the buildid before the dist in the release (Jeremy Cline) - Sync up with Fedora arm configuration prior to merging (Jeremy Cline) - Disable CONFIG_PROTECTED_VIRTUALIZATION_GUEST for zfcpdump (Jeremy Cline) Resolves: rhbz# Signed-off-by: Jeremy Cline <jcline@redhat.com>
Diffstat (limited to 'patch-5.7.0-redhat.patch')
-rw-r--r--patch-5.7.0-redhat.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/patch-5.7.0-redhat.patch b/patch-5.7.0-redhat.patch
index b6b70fdaf..099aa5ca5 100644
--- a/patch-5.7.0-redhat.patch
+++ b/patch-5.7.0-redhat.patch
@@ -253,7 +253,7 @@ index 000000000000..effb81d04bfd
+
+endmenu
diff --git a/Makefile b/Makefile
-index 70def4907036..1b92fd19b0c5 100644
+index 49b2709ff44e..e6e36dcbebfb 100644
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,10 @@ NAME = Kleptomaniac Octopus
@@ -3167,7 +3167,7 @@ index 4cb4130ced32..b1010f42dd18 100644
obj-$(CONFIG_MULTIUSER) += groups.o
diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c
-index 64783da34202..146002310855 100644
+index d85f37239540..28ed55c3dd18 100644
--- a/kernel/bpf/syscall.c
+++ b/kernel/bpf/syscall.c
@@ -24,6 +24,7 @@
@@ -3205,7 +3205,7 @@ index 64783da34202..146002310855 100644
static const struct bpf_map_ops * const bpf_map_types[] = {
#define BPF_PROG_TYPE(_id, _name, prog_ctx_type, kern_ctx_type)
-@@ -3661,11 +3680,17 @@ static int link_update(union bpf_attr *attr)
+@@ -3659,11 +3678,17 @@ static int link_update(union bpf_attr *attr)
SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size)
{
union bpf_attr attr;