[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221011200112.731334-1-keescook@chromium.org>
Date: Tue, 11 Oct 2022 13:01:07 -0700
From: Kees Cook <keescook@...omium.org>
To: linux-hardening@...r.kernel.org
Cc: Kees Cook <keescook@...omium.org>,
Anton Vorontsov <anton@...msg.org>,
Colin Cross <ccross@...roid.com>,
Tony Luck <tony.luck@...el.com>,
Paramjit Oberoi <pso@...omium.org>,
"Guilherme G. Piccoli" <gpiccoli@...lia.com>,
Ard Biesheuvel <ardb@...nel.org>, linux-kernel@...r.kernel.org
Subject: [PATCH 0/5] Move internal definitions out of kernel-wide include
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
Powered by blists - more mailing lists