lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
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