Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull pstore updates from Kees Cook: - Fix bug in module unloading - Switch to always using spinlock over cmpxchg - Explicitly define pstore backend's supported modes - Remove bounce buffer from pmsg - Switch to using memcpy_to/fromio() - Error checking improvements * tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux: ramoops: move spin_lock_init after kmalloc error checking pstore/ram: Use memcpy_fromio() to save old buffer pstore/ram: Use memcpy_toio instead of memcpy pstore/pmsg: drop bounce buffer pstore/ram: Set pstore flags dynamically pstore: Split pstore fragile flags pstore/core: drop cmpxchg based updates pstore/ramoops: fixup driver removal
No related branches found
No related tags found
Showing
- drivers/acpi/apei/erst.c 1 addition, 1 deletiondrivers/acpi/apei/erst.c
- drivers/firmware/efi/efi-pstore.c 1 addition, 1 deletiondrivers/firmware/efi/efi-pstore.c
- fs/pstore/platform.c 46 additions, 7 deletionsfs/pstore/platform.c
- fs/pstore/pmsg.c 6 additions, 29 deletionsfs/pstore/pmsg.c
- fs/pstore/ram.c 40 additions, 6 deletionsfs/pstore/ram.c
- fs/pstore/ram_core.c 50 additions, 46 deletionsfs/pstore/ram_core.c
- include/linux/pstore.h 13 additions, 4 deletionsinclude/linux/pstore.h
- include/linux/pstore_ram.h 5 additions, 2 deletionsinclude/linux/pstore_ram.h
Please register or sign in to comment