projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a705254
)
Revert "mark pstore-blk as broken"
author
Kees Cook
<keescook@chromium.org>
Tue, 16 Nov 2021 18:15:59 +0000
(10:15 -0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 08:48:42 +0000
(09:48 +0100)
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 <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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/pstore/Kconfig
patch
|
blob
|
history
diff --git
a/fs/pstore/Kconfig
b/fs/pstore/Kconfig
index 328da35da390859dd3687eaed0b078299e1ca33b..8adabde685f132f2375114bef345e27db85a9265 100644
(file)
--- 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