diff options
author | Linus Torvalds | 2022-12-12 08:31:13 -0800 |
---|---|---|
committer | Linus Torvalds | 2022-12-12 08:31:13 -0800 |
commit | 059c4a341df7dbaab0a30a8e5420b619518f8887 (patch) | |
tree | 039749cb65aa0817c3574004b3bf502d3f0eab38 /MAINTAINERS | |
parent | 3a28c2c89f4b412b648761430720d40a8dc326ef (diff) | |
parent | e6b842741b4f39007215fd7e545cb55aa3d358a2 (diff) |
Merge tag 'pstore-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Pull pstore updates from Kees Cook:
"A small collection of bug fixes, refactorings, and general
improvements:
- Reporting improvements and return path fixes (Guilherme G. Piccoli,
Wang Yufen, Kees Cook)
- Clean up kmsg_bytes module parameter usage (Guilherme G. Piccoli)
- Add Guilherme to pstore MAINTAINERS entry
- Choose friendlier allocation flags (Qiujun Huang, Stephen Boyd)"
* tag 'pstore-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP
pstore/ram: Fix error return code in ramoops_probe()
pstore: Alert on backend write error
MAINTAINERS: Update pstore maintainers
pstore/ram: Set freed addresses to NULL
pstore/ram: Move internal definitions out of kernel-wide include
pstore/ram: Move pmsg init earlier
pstore/ram: Consolidate kfree() paths
efi: pstore: Follow convention for the efi-pstore backend name
pstore: Inform unregistered backend names as well
pstore: Expose kmsg_bytes as a module parameter
pstore: Improve error reporting in case of backend overlap
pstore/zone: Use GFP_ATOMIC to allocate zone buffer
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 886d3f69ee64..93b5f89308a8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16661,10 +16661,10 @@ F: net/psample PSTORE FILESYSTEM M: Kees Cook <keescook@chromium.org> -M: Anton Vorontsov <anton@enomsg.org> -M: Colin Cross <ccross@android.com> -M: Tony Luck <tony.luck@intel.com> -S: Maintained +R: Tony Luck <tony.luck@intel.com> +R: Guilherme G. Piccoli <gpiccoli@igalia.com> +L: linux-hardening@vger.kernel.org +S: Supported T: git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git for-next/pstore F: Documentation/admin-guide/ramoops.rst F: Documentation/admin-guide/pstore-blk.rst |