summaryrefslogtreecommitdiffstats
path: root/patch-5.17-redhat.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-02-21 09:36:50 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-02-21 09:36:50 -0600
commitb515c783b6e4ef85e20b04b5d93b46854ec4afed (patch)
tree4c213a6e01c5ed65745692b0bfafc22633d01f01 /patch-5.17-redhat.patch
parent5ff17644e3967601fff6f4a300632fc2fb37c007 (diff)
downloadkernel-b515c783b6e4ef85e20b04b5d93b46854ec4afed.tar.gz
kernel-b515c783b6e4ef85e20b04b5d93b46854ec4afed.tar.xz
kernel-b515c783b6e4ef85e20b04b5d93b46854ec4afed.zip
kernel-5.17-0.rc5.102
* Mon Feb 21 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [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 <jforbes@fedoraproject.org>
Diffstat (limited to 'patch-5.17-redhat.patch')
-rw-r--r--patch-5.17-redhat.patch6
1 files changed, 3 insertions, 3 deletions
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)