summary refs log tree commit diff
path: root/fs/pstore
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2021-11-16 10:15:59 -0800
committerJens Axboe <axboe@kernel.dk>2021-11-16 17:23:42 -0700
commitd1faacbf67b1944f0e0c618dc581d929263f6fe9 (patch)
tree4e0c09dfdd1199e465b3a5926033c6c92864d2a9 /fs/pstore
parent2a19b28f7929866e1cec92a3619f4de9f2d20005 (diff)
downloadlinux-d1faacbf67b1944f0e0c618dc581d929263f6fe9.tar.gz
Revert "mark pstore-blk as broken"
This reverts commit d07f3b081ee632268786601f55e1334d1f68b997.

pstore-blk was fixed to avoid the unwanted APIs in commit 7bb9557b48fc
("pstore/blk: Use the normal block device I/O path"), which landed in
the same release as the commit adding BROKEN.

Cc: Jens Axboe <axboe@kernel.dk>
Cc: Christoph Hellwig <hch@lst.de>
Cc: stable@vger.kernel.org
Signed-off-by: Kees Cook <keescook@chromium.org>
Link: https://lore.kernel.org/r/20211116181559.3975566-1-keescook@chromium.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/pstore')
-rw-r--r--fs/pstore/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/pstore/Kconfig b/fs/pstore/Kconfig
index 328da35da390..8adabde685f1 100644
--- a/fs/pstore/Kconfig
+++ b/fs/pstore/Kconfig
@@ -173,7 +173,6 @@ config PSTORE_BLK
 	tristate "Log panic/oops to a block device"
 	depends on PSTORE
 	depends on BLOCK
-	depends on BROKEN
 	select PSTORE_ZONE
 	default n
 	help