From 99c74c4465fa54346e57ec9c76130f55a5268b45 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Fri, 3 Jun 2022 07:54:44 -0500 Subject: kernel-5.19.0-0.rc0.20220603git50fd82b3a9a9.11 * Thu Jun 02 2022 Fedora Kernel Team [5.19.0-0.rc0.d1dc87763f40.9] - redhat/configs: enable CONFIG_SP5100_TCO (David Arcari) - redhat/configs: Set CONFIG_VIRTIO_IOMMU on x86_64 (Eric Auger) [2089765] Resolves: rhbz#2089765 Signed-off-by: Justin M. Forbes --- patch-5.19-redhat.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'patch-5.19-redhat.patch') diff --git a/patch-5.19-redhat.patch b/patch-5.19-redhat.patch index fcd403f77..2631aa155 100644 --- a/patch-5.19-redhat.patch +++ b/patch-5.19-redhat.patch @@ -150,10 +150,10 @@ index edc3f44cd96c..9ec991e258d0 100644 $(version_h): PATCHLEVEL := $(or $(PATCHLEVEL), 0) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig -index 903165a400a7..578894315318 100644 +index f182f32145a8..38d16f029968 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig -@@ -1416,9 +1416,9 @@ config HIGHMEM +@@ -1395,9 +1395,9 @@ config HIGHMEM If unsure, say n. config HIGHPTE @@ -2631,10 +2631,10 @@ index fed58d30725d..96e9ad060bfe 100644 &modinfo_coresize, #ifdef CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC diff --git a/kernel/module/signing.c b/kernel/module/signing.c -index 85c8999dfecf..a537d01bdfa0 100644 +index a2ff4242e623..f0d2be1ee4f1 100644 --- a/kernel/module/signing.c +++ b/kernel/module/signing.c -@@ -58,10 +58,17 @@ int mod_verify_sig(const void *mod, struct load_info *info) +@@ -61,10 +61,17 @@ int mod_verify_sig(const void *mod, struct load_info *info) modlen -= sig_len + sizeof(ms); info->len = modlen; -- cgit