kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-11 23:05:27 to 2019-04-16 13:55:30 UTC [more...]

[PATCH v2 0/3] Refactor memory initialization hardening
 2019-04-16 13:55 UTC  (9+ messages)
` [PATCH v2 1/3] security: Create "kernel hardening" config area
` [PATCH v2 2/3] security: Move stackleak config to Kconfig.hardening
` [PATCH v2 3/3] security: Implement Clang's stack initialization

[PATCH] mm: security: introduce CONFIG_INIT_HEAP_ALL
 2019-04-16 12:21 UTC  (8+ messages)

[RFC PATCH v1 0/5] Add support for O_MAYEXEC
 2019-04-16 11:49 UTC  (5+ messages)
` [RFC PATCH v1 1/5] fs: Add support for an O_MAYEXEC flag on sys_open()

willing to involve in KSPP
 2019-04-16  3:58 UTC  (6+ messages)

[PATCH 1/2] include: linux: Regularise the use of FIELD_SIZEOF macro
 2019-04-15 10:12 UTC  (5+ messages)
` [PATCH 2/2] include: linux: Remove unused macros and their defination

[PATCH] module: Make srcu_struct ptr array as read-only
 2019-04-12  2:35 UTC  (4+ messages)

[PATCH v3 1/3] module: Prepare for addition of new ro_after_init sections
 2019-04-11 20:06 UTC  (11+ messages)
` [PATCH v3 2/3] module: Make srcu_struct ptr array as read-only post init
` [PATCH v3 3/3] module: Make __tracepoints_ptrs as read-only

[PATCH v4 0/3] RFC: introduce CONFIG_INIT_ALL_MEMORY
 2019-04-11 17:40 UTC  (8+ messages)
` [PATCH v4 1/3] initmem: introduce CONFIG_INIT_ALL_MEMORY and CONFIG_INIT_ALL_STACK
` [PATCH v4 2/3] initmem: introduce CONFIG_INIT_ALL_HEAP
` [PATCH 3/3] net: make sk_prot_alloc() work with CONFIG_INIT_ALL_HEAP

[PATCH 0/3] Kconfig: Refactor memory initialization hardening
 2019-04-11 17:07 UTC  (9+ messages)
` [PATCH 1/3] Kconfig: Create "kernel hardening" config area
` [PATCH 2/3] kbuild: Move stackleak config to Kconfig.hardening
` [PATCH 3/3] kbuild: Implement Clang's stack initialization

[PATCH v2 1/3] module: Prepare for addition of new ro_after_init sections
 2019-04-10 19:11 UTC  (4+ messages)
` [PATCH v2 2/3] module: Make srcu_struct ptr array as read-only post init
` [PATCH v2 3/3] module: Make __tracepoints_ptrs as read-only

[PATCH 1/2] module: Prepare for addition of new ro_after_init sections
 2019-04-10 18:24 UTC  (12+ messages)
` [PATCH 2/2] module: Make srcu_struct ptr array as read-only post init

[ANNOUNCE][CFP] Linux Security Summit North America 2019
 2019-04-09 22:34 UTC 

[PATCH v3 0/2] RFC: introduce CONFIG_INIT_ALL_MEMORY
 2019-04-09 17:06 UTC  (12+ messages)
` [PATCH v3 1/2] initmem: introduce CONFIG_INIT_ALL_MEMORY and CONFIG_INIT_ALL_STACK
` [PATCH v3 2/2] initmem: introduce CONFIG_INIT_ALL_HEAP

[PATCH v2 0/2] RFC: introduce CONFIG_INIT_ALL_MEMORY
 2019-04-09 17:01 UTC  (13+ messages)
` [PATCH v2 1/2] initmem: introduce CONFIG_INIT_ALL_MEMORY and CONFIG_INIT_ALL_STACK
` [PATCH v2 2/2] initmem: introduce CONFIG_INIT_ALL_HEAP

[PATCH v6 00/27] x86: PIE support and option to extend KASLR randomization
 2019-04-08 18:08 UTC  (9+ messages)
` [PATCH v6 14/27] x86/percpu: Adapt percpu for PIE support

[PATCH v4 0/6] lib/string: Add strscpy_pad() function
 2019-04-08 14:59 UTC  (10+ messages)
` [PATCH v4 1/6] lib/test_printf: Add empty module_exit function
` [PATCH v4 2/6] kselftest: Add test runner creation script
` [PATCH v4 3/6] kselftest: Add test module framework header
` [PATCH v4 4/6] lib: Use new kselftest header
` [PATCH v4 5/6] lib/string: Add strscpy_pad() function
` [PATCH v4 6/6] lib: Add test module for strscpy_pad

[RFC PATCH] x86/entry/64: randomize kernel stack offset upon syscall
 2019-04-05 13:14 UTC  (6+ messages)

[PATCH v3 0/7] lib/string: Add strscpy_pad() function
 2019-04-04 23:16 UTC  (22+ messages)
` [PATCH v3 1/7] lib/test_printf: Add empty module_exit function
` [PATCH v3 2/7] kselftest: Add test runner creation script
` [PATCH v3 3/7] kselftest/lib: Use new shell runner to define tests
` [PATCH v3 4/7] kselftest: Add test module framework header
` [PATCH v3 5/7] lib: Use new kselftest header
` [PATCH v3 6/7] lib/string: Add strscpy_pad() function
` [PATCH v3 7/7] lib: Add test module for strscpy_pad

[PATCH] Convert struct pid count to refcount_t
 2019-04-04 20:31 UTC  (30+ messages)

[RFC PATCH v9 11/13] xpfo, mm: optimize spinlock usage in xpfo_kunmap
 2019-04-04 16:06 UTC  (3+ messages)

[PATCH net-next v9 02/19] zinc: introduce minimal cryptography library
 2019-03-26 17:38 UTC  (19+ messages)
` [PATCH net-next v9 03/19] zinc: ChaCha20 generic C implementation and selftest
` [PATCH net-next v9 04/19] zinc: ChaCha20 x86_64 implementation
` [PATCH net-next v9 05/19] zinc: ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v9 06/19] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH net-next v9 07/19] zinc: Poly1305 generic C implementations and selftest
` [PATCH net-next v9 08/19] zinc: Poly1305 x86_64 implementation
` [PATCH net-next v9 09/19] zinc: Poly1305 ARM and ARM64 implementations
` [PATCH net-next v9 10/19] zinc: Poly1305 MIPS64 and MIPS32r2 implementations
` [PATCH net-next v9 11/19] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH net-next v9 12/19] zinc: BLAKE2s generic C implementation "
` [PATCH net-next v9 13/19] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v9 14/19] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v9 15/19] zinc: Curve25519 x86_64 implementation
` [PATCH net-next v9 16/19] zinc: import Bernstein and Schwabe's Curve25519 ARM implementation
` [PATCH net-next v9 17/19] zinc: "
` [PATCH net-next v9 18/19] security/keys: rewrite big_key crypto to use Zinc

[PATCH v2 0/4] RCU fixes for rcu_assign_pointer() usage
 2019-03-21 20:12 UTC  (7+ messages)
` [PATCH v2 1/4] sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcu
` [PATCH v2 2/4] sched_domain: Annotate RCU pointers properly
` [PATCH v2 3/4] rcuwait: Annotate task_struct with __rcu
` [PATCH v2 4/4] sched: Annotate perf_domain pointer "

[PATCH v2 02/02]: Support for PIC modules
 2019-03-21  1:38 UTC 

[PATCH v2 02/02]: Support for PIC modules
 2019-03-21  1:33 UTC 

[PATCH v2 01/01]: Prerequisites for PIC modules
 2019-03-21  1:30 UTC 

[RFC PATCH] x86/entry/64: randomize kernel stack offset upon syscall
 2019-03-20  7:29 UTC  (2+ messages)

[PATCH 0/2] gcc-plugins: structleak: Generalize to all variable types
 2019-03-13 19:01 UTC  (4+ messages)
` [PATCH 1/2] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).