Merge tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull pstore updates from Kees Cook: "Improvements and refactorings: - Improve compression handling - Refactor argument handling during initialization - Avoid needless locking for saner EFI backend handling - Add more kern-doc and improve debugging output" * tag 'pstore-v4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: pstore/ram: Avoid NULL deref in ftrace merging failure path pstore: Convert buf_lock to semaphore pstore: Fix bool initialization/comparison pstore/ram: Do not treat empty buffers as valid pstore/ram: Simplify ramoops_get_next_prz() arguments pstore: Map PSTORE_TYPE_* to strings pstore: Replace open-coded << with BIT() pstore: Improve and update some comments and status output pstore/ram: Add kern-doc for struct persistent_ram_zone pstore/ram: Report backend assignments with finer granularity pstore/ram: Standardize module name in ramoops pstore: Avoid duplicate call of persistent_ram_zap() pstore: Remove needless lock during console writes pstore: Do not use crash buffer for decompression
Showing
- arch/powerpc/kernel/nvram_64.c 0 additions, 2 deletionsarch/powerpc/kernel/nvram_64.c
- drivers/acpi/apei/erst.c 1 addition, 2 deletionsdrivers/acpi/apei/erst.c
- drivers/firmware/efi/efi-pstore.c 1 addition, 3 deletionsdrivers/firmware/efi/efi-pstore.c
- fs/pstore/ftrace.c 1 addition, 1 deletionfs/pstore/ftrace.c
- fs/pstore/inode.c 4 additions, 47 deletionsfs/pstore/inode.c
- fs/pstore/platform.c 94 additions, 79 deletionsfs/pstore/platform.c
- fs/pstore/ram.c 25 additions, 38 deletionsfs/pstore/ram.c
- fs/pstore/ram_core.c 36 additions, 9 deletionsfs/pstore/ram_core.c
- include/linux/pstore.h 22 additions, 12 deletionsinclude/linux/pstore.h
- include/linux/pstore_ram.h 47 additions, 3 deletionsinclude/linux/pstore_ram.h
Loading
Please register or sign in to comment