[GIT PULL] pstore updates for v5.11-rc1
From: Kees Cook
Date: Tue Dec 15 2020 - 15:21:10 EST
Hi Linus,
Please pull these pstore updates for v5.11-rc1.
Thanks!
-Kees
The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:
Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v5.11-rc1
for you to fetch changes up to 26fecbf7602dd69b649914e61526bd67c557fece:
pstore: Move kmsg_bytes default into Kconfig (2020-12-01 12:09:17 -0800)
----------------------------------------------------------------
pstore updates for v5.11-rc1
- Clean up unused but exposed API (Christoph Hellwig)
- Provide KCONFIG for default size of kmsg buffer (Vasile-Laurentiu Stanimir)
----------------------------------------------------------------
Christoph Hellwig (3):
pstore/zone: cap the maximum device size
pstore/blk: update the command line example
pstore/blk: remove {un,}register_pstore_blk
Vasile-Laurentiu Stanimir (1):
pstore: Move kmsg_bytes default into Kconfig
Documentation/admin-guide/pstore-blk.rst | 7 +--
fs/pstore/Kconfig | 8 +++
fs/pstore/blk.c | 83 ++++----------------------------
fs/pstore/inode.c | 2 +-
fs/pstore/internal.h | 1 -
fs/pstore/platform.c | 2 +-
fs/pstore/zone.c | 4 ++
include/linux/pstore_blk.h | 42 ----------------
8 files changed, 26 insertions(+), 123 deletions(-)
--
Kees Cook