From 0c5dccebb58945a1d0e7f3a660acf24b9ffbf223 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Mon, 20 Apr 2020 14:23:47 -0400 Subject: kernel-5.7.0-0.rc2.1 * Mon Apr 20 2020 Jeremy Cline [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 --- patch-5.7.0-redhat.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'patch-5.7.0-redhat.patch') 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; -- cgit