From: Greg Kroah-Hartman Date: Fri, 29 Apr 2022 09:31:23 +0000 (+0200) Subject: lightnvm: disable the subsystem X-Git-Tag: v5.10.114~128 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=549209caabc89f2877ad5f62d11fca5c052e0e8f;p=thirdparty%2Fkernel%2Fstable.git lightnvm: disable the subsystem 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 --- diff --git a/drivers/lightnvm/Kconfig b/drivers/lightnvm/Kconfig index 4c2ce210c1237..95b09148167e8 100644 --- 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.