From b515c783b6e4ef85e20b04b5d93b46854ec4afed Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Mon, 21 Feb 2022 09:36:50 -0600 Subject: kernel-5.17-0.rc5.102 * Mon Feb 21 2022 Fedora Kernel Team [5.17-0.rc5.102] - mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long) Resolves: rhbz# Signed-off-by: Justin M. Forbes --- patch-5.17-redhat.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'patch-5.17-redhat.patch') diff --git a/patch-5.17-redhat.patch b/patch-5.17-redhat.patch index cd6165578..8b0235634 100644 --- a/patch-5.17-redhat.patch +++ b/patch-5.17-redhat.patch @@ -130,7 +130,7 @@ index 000000000000..effb81d04bfd + +endmenu diff --git a/Makefile b/Makefile -index 51e142f760f7..3abb272fb795 100644 +index 289ce2be8032..019a57436c23 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ @@ -1552,7 +1552,7 @@ index ee4da9ab8013..0f217997a764 100644 err_netlink: diff --git a/drivers/nvme/host/core.c b/drivers/nvme/host/core.c -index 79005ea1a33e..355445ee7956 100644 +index 469f23186159..9056b9b3016e 100644 --- a/drivers/nvme/host/core.c +++ b/drivers/nvme/host/core.c @@ -244,6 +244,9 @@ static void nvme_delete_ctrl_sync(struct nvme_ctrl *ctrl) @@ -1619,7 +1619,7 @@ index 79005ea1a33e..355445ee7956 100644 } EXPORT_SYMBOL_GPL(nvme_complete_rq); diff --git a/drivers/nvme/host/multipath.c b/drivers/nvme/host/multipath.c -index f8bf6606eb2f..88383f443a58 100644 +index ff775235534c..94de4ecefe56 100644 --- a/drivers/nvme/host/multipath.c +++ b/drivers/nvme/host/multipath.c @@ -101,14 +101,10 @@ bool nvme_mpath_set_disk_name(struct nvme_ns *ns, char *disk_name, int *flags) -- cgit