summaryrefslogtreecommitdiffstats
path: root/patch-5.13.0-redhat.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2021-05-13 16:19:02 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2021-05-13 16:19:02 -0500
commite12344cfaccaeaf576e5ea8e49e1e8d9152716b0 (patch)
tree54cbc17a8e4c9feb11e158557eeca009ea3182b5 /patch-5.13.0-redhat.patch
parentd97369011793cc522b6687b476e84e06adebb66e (diff)
downloadkernel-e12344cfaccaeaf576e5ea8e49e1e8d9152716b0.tar.gz
kernel-e12344cfaccaeaf576e5ea8e49e1e8d9152716b0.tar.xz
kernel-e12344cfaccaeaf576e5ea8e49e1e8d9152716b0.zip
kernel-5.13.0-0.rc1.20210513gitc06a2ba62fc4.15
* Thu May 13 2021 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.13.0-0.rc1.20210513gitc06a2ba62fc4.15] - Remove unused boot loader specification files (David Ward) - Revert "nvme: multipath: Change default of kernel NVMe multipath to be disabled" (Mike Snitzer) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'patch-5.13.0-redhat.patch')
-rw-r--r--patch-5.13.0-redhat.patch22
1 files changed, 5 insertions, 17 deletions
diff --git a/patch-5.13.0-redhat.patch b/patch-5.13.0-redhat.patch
index 9376ddf44..292e081d8 100644
--- a/patch-5.13.0-redhat.patch
+++ b/patch-5.13.0-redhat.patch
@@ -30,7 +30,7 @@
drivers/net/ethernet/intel/ice/ice_main.c | 1 +
drivers/net/wireguard/main.c | 7 +
drivers/nvme/host/core.c | 22 +-
- drivers/nvme/host/multipath.c | 20 +-
+ drivers/nvme/host/multipath.c | 16 +-
drivers/nvme/host/nvme.h | 4 +
drivers/pci/pci-driver.c | 29 ++
drivers/pci/quirks.c | 24 ++
@@ -66,7 +66,7 @@
security/lockdown/Kconfig | 13 +
security/lockdown/lockdown.c | 1 +
security/security.c | 6 +
- 68 files changed, 1201 insertions(+), 187 deletions(-)
+ 68 files changed, 1197 insertions(+), 187 deletions(-)
diff --git a/Documentation/admin-guide/kdump/kdump.rst b/Documentation/admin-guide/kdump/kdump.rst
index 75a9dd98e76e..3ff3291551f9 100644
@@ -1358,22 +1358,10 @@ index 522c9b229f80..3161fec27575 100644
}
EXPORT_SYMBOL_GPL(nvme_complete_rq);
diff --git a/drivers/nvme/host/multipath.c b/drivers/nvme/host/multipath.c
-index 0551796517e6..e64ab1be5765 100644
+index 0551796517e6..79bd58079267 100644
--- a/drivers/nvme/host/multipath.c
+++ b/drivers/nvme/host/multipath.c
-@@ -8,7 +8,11 @@
- #include <trace/events/block.h>
- #include "nvme.h"
-
-+#ifdef CONFIG_RHEL_DIFFERENCES
-+static bool multipath = false;
-+#else
- static bool multipath = true;
-+#endif
- module_param(multipath, bool, 0444);
- MODULE_PARM_DESC(multipath,
- "turn on native support for multiple controllers per subsystem");
-@@ -65,14 +69,10 @@ bool nvme_mpath_set_disk_name(struct nvme_ns *ns, char *disk_name, int *flags)
+@@ -65,14 +65,10 @@ bool nvme_mpath_set_disk_name(struct nvme_ns *ns, char *disk_name, int *flags)
return true;
}
@@ -1389,7 +1377,7 @@ index 0551796517e6..e64ab1be5765 100644
/*
* If we got back an ANA error, we know the controller is alive but not
-@@ -83,6 +83,16 @@ void nvme_failover_req(struct request *req)
+@@ -83,6 +79,16 @@ void nvme_failover_req(struct request *req)
set_bit(NVME_NS_ANA_PENDING, &ns->flags);
queue_work(nvme_wq, &ns->ctrl->ana_work);
}