From: Kees Cook Date: Tue, 16 Nov 2021 18:15:59 +0000 (-0800) Subject: Revert "mark pstore-blk as broken" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=007ebe2d61d4d3542ad8a0b4da47ee420a15bac6;p=linux.git Revert "mark pstore-blk as broken" commit d1faacbf67b1944f0e0c618dc581d929263f6fe9 upstream. 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 Cc: Christoph Hellwig Cc: stable@vger.kernel.org Signed-off-by: Kees Cook Link: https://lore.kernel.org/r/20211116181559.3975566-1-keescook@chromium.org Signed-off-by: Jens Axboe Signed-off-by: Greg Kroah-Hartman --- diff --git a/fs/pstore/Kconfig b/fs/pstore/Kconfig index 328da35da3908..8adabde685f13 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