diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-11-19 08:47:36 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2021-11-19 08:47:36 -0600 |
commit | a514e7dbf8c4be4a96f20de928793eb471faa0ff (patch) | |
tree | 1094d2c42822d8cbd134a31d8ea5165339005002 /patch-5.16-redhat.patch | |
parent | fd9011d43a02cf5bf091d387510cb00f912965ee (diff) | |
download | kernel-a514e7dbf8c4be4a96f20de928793eb471faa0ff.tar.gz kernel-a514e7dbf8c4be4a96f20de928793eb471faa0ff.tar.xz kernel-a514e7dbf8c4be4a96f20de928793eb471faa0ff.zip |
kernel-5.16-0.rc1.20211119git4c388a8e740d.17
* Fri Nov 19 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.16-0.rc1.20211119git4c388a8e740d.17]
- kasan: test: Silence intentional read overflow warnings (Kees Cook)
Resolves: rhbz#
Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'patch-5.16-redhat.patch')
-rw-r--r-- | patch-5.16-redhat.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patch-5.16-redhat.patch b/patch-5.16-redhat.patch index a4768a413..492fbda94 100644 --- a/patch-5.16-redhat.patch +++ b/patch-5.16-redhat.patch @@ -545,7 +545,7 @@ index c68e694fca26..146cba5ae5bc 100644 return ctx.rc; } diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c -index a50f1967c73d..faeecb8bc471 100644 +index 2c80765670bc..5245fad951d8 100644 --- a/drivers/acpi/scan.c +++ b/drivers/acpi/scan.c @@ -1725,6 +1725,15 @@ static bool acpi_device_enumeration_by_parent(struct acpi_device *device) @@ -2664,7 +2664,7 @@ index 186c49582f45..7bbf1c3801f9 100644 obj-$(CONFIG_MODULES) += kmod.o obj-$(CONFIG_MULTIUSER) += groups.o diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c -index 50f96ea4452a..4f2f992de1aa 100644 +index 1033ee8c0caf..f2e6d22a5645 100644 --- a/kernel/bpf/syscall.c +++ b/kernel/bpf/syscall.c @@ -24,6 +24,7 @@ |