[<prev day] [next day>] [month] [year] [list]
kernel-hardening mailing list - 2020/03/24
- Re: [PATCH v2] lib/refcount: Document interaction with PID_MAX_LIMIT (Peter Zijlstra <peterz@...radead.org>)
- [RFC PATCH 00/21] Improve list integrity checking (Will Deacon <will@...nel.org>)
- [RFC PATCH 01/21] list: Remove hlist_unhashed_lockless() (Will Deacon <will@...nel.org>)
- [RFC PATCH 02/21] list: Remove hlist_nulls_unhashed_lockless() (Will Deacon <will@...nel.org>)
- [RFC PATCH 03/21] list: Annotate lockless list primitives with data_race() (Will Deacon <will@...nel.org>)
- [RFC PATCH 04/21] timers: Use hlist_unhashed() instead of open-coding in timer_pending() (Will Deacon <will@...nel.org>)
- [RFC PATCH 05/21] list: Comment missing WRITE_ONCE() in __list_del() (Will Deacon <will@...nel.org>)
- [RFC PATCH 06/21] list: Remove superfluous WRITE_ONCE() from hlist_nulls implementation (Will Deacon <will@...nel.org>)
- [RFC PATCH 11/21] list: Add integrity checking to hlist implementation (Will Deacon <will@...nel.org>)
- [RFC PATCH 07/21] Revert "list: Use WRITE_ONCE() when adding to lists and hlists" (Will Deacon <will@...nel.org>)
- [RFC PATCH 12/21] list: Poison ->next pointer for non-RCU deletion of 'hlist_nulls_node' (Will Deacon <will@...nel.org>)
- [RFC PATCH 08/21] Revert "list: Use WRITE_ONCE() when initializing list_head structures" (Will Deacon <will@...nel.org>)
- [RFC PATCH 09/21] list: Remove unnecessary WRITE_ONCE() from hlist_bl_add_before() (Will Deacon <will@...nel.org>)
- [RFC PATCH 14/21] plist: Use CHECK_DATA_CORRUPTION instead of explicit {BUG,WARN}_ON() (Will Deacon <will@...nel.org>)
- [RFC PATCH 10/21] kernel-hacking: Make DEBUG_{LIST,PLIST,SG,NOTIFIERS} non-debug options (Will Deacon <will@...nel.org>)
- [RFC PATCH 16/21] list_bl: Extend integrity checking in deletion routines (Will Deacon <will@...nel.org>)
- [RFC PATCH 17/21] linux/bit_spinlock.h: Include linux/processor.h (Will Deacon <will@...nel.org>)
- [RFC PATCH 13/21] list: Add integrity checking to hlist_nulls implementation (Will Deacon <will@...nel.org>)
- [RFC PATCH 15/21] list_bl: Use CHECK_DATA_CORRUPTION instead of custom BUG_ON() wrapper (Will Deacon <will@...nel.org>)
- [RFC PATCH 18/21] list_bl: Move integrity checking out of line (Will Deacon <will@...nel.org>)
- [RFC PATCH 19/21] list_bl: Extend integrity checking to cover the same cases as 'hlist' (Will Deacon <will@...nel.org>)
- [RFC PATCH 20/21] list: Format CHECK_DATA_CORRUPTION error messages consistently (Will Deacon <will@...nel.org>)
- [RFC PATCH 21/21] lkdtm: Extend list corruption checks (Will Deacon <will@...nel.org>)
- Re: [RFC PATCH 03/21] list: Annotate lockless list primitives with data_race() (Jann Horn <jannh@...gle.com>)
- Re: [RFC PATCH 03/21] list: Annotate lockless list primitives with
data_race() (Greg KH <greg@...ah.com>)
- Re: [RFC PATCH 01/21] list: Remove hlist_unhashed_lockless() (Greg KH <gregkh@...uxfoundation.org>)
- Re: [RFC PATCH 02/21] list: Remove hlist_nulls_unhashed_lockless() (Greg KH <greg@...ah.com>)
- Re: [RFC PATCH 17/21] linux/bit_spinlock.h: Include linux/processor.h (Greg KH <gregkh@...uxfoundation.org>)
- Re: [RFC PATCH 04/21] timers: Use hlist_unhashed() instead of
open-coding in timer_pending() (Greg KH <gregkh@...uxfoundation.org>)
- Re: [RFC PATCH 03/21] list: Annotate lockless list primitives with data_race() (Jann Horn <jannh@...gle.com>)
- Re: [RFC PATCH 20/21] list: Format CHECK_DATA_CORRUPTION error
messages consistently (Greg KH <gregkh@...uxfoundation.org>)
- Re: [RFC PATCH 10/21] kernel-hacking: Make
DEBUG_{LIST,PLIST,SG,NOTIFIERS} non-debug options (Greg KH <gregkh@...uxfoundation.org>)
- Re: [RFC PATCH 14/21] plist: Use CHECK_DATA_CORRUPTION instead of
explicit {BUG,WARN}_ON() (Greg KH <gregkh@...uxfoundation.org>)
- Re: [RFC PATCH 03/21] list: Annotate lockless list primitives with
data_race() (Peter Zijlstra <peterz@...radead.org>)
- Re: [RFC PATCH 03/21] list: Annotate lockless list primitives with data_race() (Jann Horn <jannh@...gle.com>)
- Re: [RFC PATCH 03/21] list: Annotate lockless list primitives with
data_race() (Greg KH <greg@...ah.com>)
- Re: [RFC PATCH 03/21] list: Annotate lockless list primitives with data_race() (Marco Elver <elver@...gle.com>)
- Re: [RFC PATCH 03/21] list: Annotate lockless list primitives with data_race() (Jann Horn <jannh@...gle.com>)
- [PATCH v2 2/5] init_on_alloc: Unpessimize default-on builds (Kees Cook <keescook@...omium.org>)
- [PATCH v2 4/5] x86/entry: Enable random_kstack_offset support (Kees Cook <keescook@...omium.org>)
- [PATCH v2 3/5] stack: Optionally randomize kernel stack offset each syscall (Kees Cook <keescook@...omium.org>)
- [PATCH v2 0/5] Optionally randomize kernel stack offset each syscall (Kees Cook <keescook@...omium.org>)
- [PATCH v2 1/5] jump_label: Provide CONFIG-driven build state defaults (Kees Cook <keescook@...omium.org>)
- [PATCH v2 5/5] arm64: entry: Enable random_kstack_offset support (Kees Cook <keescook@...omium.org>)
- [PATCH RESEND v9 0/8] proc: modernize proc to support multiple private instances (Alexey Gladkov <gladkov.alexey@...il.com>)
- [PATCH RESEND v9 1/8] proc: rename struct proc_fs_info to proc_fs_opts (Alexey Gladkov <gladkov.alexey@...il.com>)
- [PATCH RESEND v9 2/8] proc: allow to mount many instances of proc in one pid namespace (Alexey Gladkov <gladkov.alexey@...il.com>)
- [PATCH RESEND v9 3/8] proc: move hide_pid, pid_gid from pid_namespace to proc_fs_info (Alexey Gladkov <gladkov.alexey@...il.com>)
- [PATCH RESEND v9 4/8] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option (Alexey Gladkov <gladkov.alexey@...il.com>)
- [PATCH RESEND v9 5/8] proc: add option to mount only a pids subset (Alexey Gladkov <gladkov.alexey@...il.com>)
- [PATCH RESEND v9 8/8] proc: use human-readable values for hidehid (Alexey Gladkov <gladkov.alexey@...il.com>)
- [PATCH RESEND v9 7/8] proc: move hidepid values to uapi as they are user interface to mount (Alexey Gladkov <gladkov.alexey@...il.com>)
- [PATCH RESEND v9 6/8] docs: proc: add documentation for "hidepid=4" and "subset=pidfs" options and new mount behavior (Alexey Gladkov <gladkov.alexey@...il.com>)
- Re: [RFC PATCH 17/21] linux/bit_spinlock.h: Include linux/processor.h (Will Deacon <will@...nel.org>)
- Re: [PATCH RESEND v9 3/8] proc: move hide_pid, pid_gid from
pid_namespace to proc_fs_info (Linus Torvalds <torvalds@...ux-foundation.org>)
- Re: [RFC PATCH 05/11] x86: Makefile: Add build and config option
for CONFIG_FG_KASLR (Kristen Carlson Accardi <kristen@...ux.intel.com>)
- Re: [PATCH v2 0/5] Optionally randomize kernel stack offset each syscall (Jann Horn <jannh@...gle.com>)
- Re: [RFC PATCH 03/21] list: Annotate lockless list primitives with
data_race() (Will Deacon <will@...nel.org>)
- Re: [RFC PATCH 03/21] list: Annotate lockless list primitives with
data_race() (Will Deacon <will@...nel.org>)
- Re: [PATCH v2 1/5] jump_label: Provide CONFIG-driven build state
defaults (Peter Zijlstra <peterz@...radead.org>)
- Re: [PATCH v2 0/5] Optionally randomize kernel stack offset each
syscall (Kees Cook <keescook@...omium.org>)
61 messages
Powered by blists - more mailing lists
Confused about mailing lists and their use?
Read about mailing lists on Wikipedia
and check out these
guidelines on proper formatting of your messages.