Merge tag 'pstore-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull pstore updates from Kees Cook: "This cycle was almost entirely improvements to the pstore compression options, noted below: - Add lz4hc and 842 to pstore compression options (Geliang Tang) - Refactor to use crypto compression API (Geliang Tang) - Fix up Kconfig dependencies for compression (Arnd Bergmann) - Allow for run-time compression selection - Remove stack VLA usage" * tag 'pstore-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: pstore: fix crypto dependencies pstore: Use crypto compress API pstore/ram: Do not use stack VLA for parity workspace pstore: Select compression at runtime pstore: Avoid size casts for 842 compression pstore: Add lz4hc and 842 compression support
Showing
- fs/pstore/Kconfig 78 additions, 23 deletionsfs/pstore/Kconfig
- fs/pstore/inode.c 2 additions, 0 deletionsfs/pstore/inode.c
- fs/pstore/internal.h 3 additions, 0 deletionsfs/pstore/internal.h
- fs/pstore/platform.c 119 additions, 253 deletionsfs/pstore/platform.c
- fs/pstore/ram.c 1 addition, 1 deletionfs/pstore/ram.c
- fs/pstore/ram_core.c 22 additions, 7 deletionsfs/pstore/ram_core.c
- include/linux/pstore_ram.h 1 addition, 0 deletionsinclude/linux/pstore_ram.h
Please register or sign in to comment