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

Kees Cook posted 5 patches 3 years, 5 months ago
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
[PATCH 0/5] Move internal definitions out of kernel-wide include
Posted by Kees Cook 3 years, 5 months ago
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