[PATCH 0/5] Move internal definitions out of kernel-wide include

From: Kees Cook
Date: Tue Oct 11 2022 - 16:01:45 EST


Hi,

Here's a set of changes for a few things, inspried by recent discussions
with Guilherme, Ard, and Paramjit.

Thanks!

-Kees

Kees Cook (5):
pstore/ram: Consolidate kfree() paths
pstore/ram: Move pmsg init earlier
pstore/ram: Move internal definitions out of kernel-wide include
pstore/ram: Set freed addresses to NULL
MAINTAINERS: Update pstore maintainers

MAINTAINERS | 8 +--
fs/pstore/ram.c | 42 ++++++++--------
fs/pstore/ram_core.c | 14 ++++--
fs/pstore/ram_internal.h | 98 +++++++++++++++++++++++++++++++++++++
include/linux/pstore_ram.h | 99 --------------------------------------
5 files changed, 136 insertions(+), 125 deletions(-)
create mode 100644 fs/pstore/ram_internal.h

--
2.34.1