From f4edc7212efcb05898c8fafa9dfe60698ded270f Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 30 Mar 2022 07:39:04 -0500 Subject: kernel-5.18.0-0.rc0.d888c83fcec7.11 * Wed Mar 30 2022 Fedora Kernel Team [5.18.0-0.rc0.d888c83fcec7.11] - mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- patch-5.18-redhat.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patch-5.18-redhat.patch') diff --git a/patch-5.18-redhat.patch b/patch-5.18-redhat.patch index c34295b75..29c98aac8 100644 --- a/patch-5.18-redhat.patch +++ b/patch-5.18-redhat.patch @@ -160,7 +160,7 @@ index c28c5d91e5c8..509e4e0c7780 100644 $(version_h): PATCHLEVEL := $(if $(PATCHLEVEL), $(PATCHLEVEL), 0) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig -index c1251856ef77..fefe78477b23 100644 +index 2e8091e2d8a8..32e0403314b1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1486,9 +1486,9 @@ config HIGHMEM -- cgit