]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
lightnvm: disable the subsystem
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Apr 2022 09:31:23 +0000 (11:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 May 2022 07:04:56 +0000 (09:04 +0200)
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

index 4c2ce210c1237d0fb36fd8b519564dcbb5b54070..95b09148167e8d571af9abba6b797c1b82d15ca4 100644 (file)
@@ -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.