]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
5.4-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Apr 2022 09:37:26 +0000 (11:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Apr 2022 09:37:26 +0000 (11:37 +0200)
added patches:
lightnvm-disable-the-subsystem.patch

queue-5.4/lightnvm-disable-the-subsystem.patch [new file with mode: 0644]
queue-5.4/series

diff --git a/queue-5.4/lightnvm-disable-the-subsystem.patch b/queue-5.4/lightnvm-disable-the-subsystem.patch
new file mode 100644 (file)
index 0000000..943ccbf
--- /dev/null
@@ -0,0 +1,33 @@
+From f1986adb5b8aed3ab9374f4183cc828c3b114ce9 Mon Sep 17 00:00:00 2001
+From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+Date: Fri, 29 Apr 2022 11:31:23 +0200
+Subject: [PATCH] lightnvm: disable the subsystem
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+In commit 9ea9b9c48387 ("remove the lightnvm subsystem") the lightnvm
+subsystem was removed as there is no hardware in the wild for it, and
+the code is known to have problems.  This should also be disabled for
+older LTS kernels as well to prevent anyone from accidentally using it.
+
+Cc: Christoph Hellwig <hch@lst.de>
+Cc: Matias Bjørling <mb@lightnvm.io>
+Cc: Javier González <javier@javigon.com>
+Cc: Jens Axboe <axboe@kernel.dk>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/lightnvm/Kconfig |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/drivers/lightnvm/Kconfig
++++ b/drivers/lightnvm/Kconfig
+@@ -5,7 +5,7 @@
+ menuconfig NVM
+       bool "Open-Channel SSD target support"
+-      depends on BLOCK
++      depends on BLOCK && BROKEN
+       help
+         Say Y here to get to enable Open-channel SSDs.
index 3c5217aa29e5324473c2969a7361e32c705d7d85..33f74ec6161650608d47c9b12e9bc7fe57359ed5 100644 (file)
@@ -1,3 +1,4 @@
 floppy-disable-fdrawcmd-by-default.patch
 hamradio-defer-6pack-kfree-after-unregister_netdev.patch
 hamradio-remove-needs_free_netdev-to-avoid-uaf.patch
+lightnvm-disable-the-subsystem.patch