Hi Linus, Please pull these pstore changes for v4.20-rc1.
Thanks! -Kees The following changes since commit 57361846b52bc686112da6ca5368d11210796804: Linux 4.19-rc2 (2018-09-02 14:37:30 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/pstore-v4.20-rc1 for you to fetch changes up to 1227daa43bce1318ff6fb54e6cd862b4f60245c7: pstore/ram: Clarify resource reservation labels (2018-10-22 07:11:58 -0700) ---------------------------------------------------------------- pstore improvements: - refactor init to happen as early as possible again (Joel Fernandes) - improve resource reservation names ---------------------------------------------------------------- Joel Fernandes (Google) (1): pstore: Allocate compression during late_initcall() Kees Cook (3): pstore: Centralize init/exit routines pstore: Refactor compression initialization pstore/ram: Clarify resource reservation labels fs/pstore/inode.c | 11 ++----- fs/pstore/internal.h | 5 ++-- fs/pstore/platform.c | 75 ++++++++++++++++++++++++++++++++++++++-------- fs/pstore/ram.c | 18 ++++++++--- fs/pstore/ram_core.c | 11 ++++--- include/linux/pstore_ram.h | 3 +- 6 files changed, 90 insertions(+), 33 deletions(-) -- Kees Cook Pixel Security