From: Greg Kroah-Hartman Date: Fri, 29 Apr 2022 09:37:33 +0000 (+0200) Subject: 5.10-stable patches X-Git-Tag: v4.19.241~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1ca7b9adfe48231514aa44c31cc382744ab8a459;p=thirdparty%2Fkernel%2Fstable-queue.git 5.10-stable patches added patches: lightnvm-disable-the-subsystem.patch --- diff --git a/queue-5.10/lightnvm-disable-the-subsystem.patch b/queue-5.10/lightnvm-disable-the-subsystem.patch new file mode 100644 index 00000000000..943ccbf83fa --- /dev/null +++ b/queue-5.10/lightnvm-disable-the-subsystem.patch @@ -0,0 +1,33 @@ +From f1986adb5b8aed3ab9374f4183cc828c3b114ce9 Mon Sep 17 00:00:00 2001 +From: Greg Kroah-Hartman +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 +Cc: Matias Bjørling +Cc: Javier González +Cc: Jens Axboe +Signed-off-by: Greg Kroah-Hartman +--- + 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. + diff --git a/queue-5.10/series b/queue-5.10/series index b0f4b3db4b9..6cf83d6720c 100644 --- a/queue-5.10/series +++ b/queue-5.10/series @@ -1 +1,2 @@ floppy-disable-fdrawcmd-by-default.patch +lightnvm-disable-the-subsystem.patch