kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-21 23:44:45 to 2019-04-08 17:56:20 UTC [more...]

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

[PATCH v3 0/2] RFC: introduce CONFIG_INIT_ALL_MEMORY
 2019-04-08 17:39 UTC  (4+ 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-08 17:14 UTC  (11+ 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 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  (27+ 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  (11+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] lib: Introduce test_stackinit module

[GIT PULL] leaking_addresses: changes for v5.1-rc1
 2019-03-09 19:55 UTC  (2+ messages)

[PATCH 1/1] RFC: initmem: introduce CONFIG_INIT_ALL_MEMORY and CONFIG_INIT_ALL_STACK
 2019-03-08 11:57 UTC  (3+ messages)

[PATCH v2 00/20] Merge text_poke fixes and executable lockdowns
 2019-03-07 20:25 UTC  (18+ messages)
` [PATCH v2 10/20] x86: avoid W^X being broken during modules loading
                  ` [PATCH] x86/cpufeature: Remove __pure attribute to _static_cpu_has()

[PATCH v2 0/3] x86/asm: More pinning
 2019-02-27 20:01 UTC  (4+ messages)
` [PATCH v2 1/3] x86/asm: Pin sensitive CR0 bits
` [PATCH v2 2/3] x86/asm: Avoid taking an exception before cr4 restore
` [PATCH v2 3/3] lkdtm: Check for SMEP clearing protections

[PATCH 0/3] x86/asm: More pinning
 2019-02-27 19:45 UTC  (9+ messages)
` [PATCH 1/3] x86/asm: Pin sensitive CR0 bits
` [PATCH 2/3] x86/asm: Avoid taking an exception before cr4 restore
` [PATCH 3/3] lkdtm: Check for SMEP clearing protections
` [PATCH v2] "

[PATCH v2 0/6] RCU fixes for rcu_assign_pointer() usage
 2019-02-27 15:42 UTC  (14+ messages)
` [PATCH v2 1/6] net: rtnetlink: Fix incorrect RCU API usage
` [PATCH v2 2/6] ixgbe: "
` [PATCH v2 3/6] sched/cpufreq: Annotate cpufreq_update_util_data pointer with __rcu
` [PATCH v2 4/6] sched_domain: Annotate RCU pointers properly
` [PATCH v2 5/6] rcuwait: Annotate task_struct with __rcu
` [PATCH v2 6/6] sched: Annotate perf_domain pointer "

[RFC PATCH] Early version of thread stack randomization
 2019-02-27 11:03 UTC  (14+ messages)
` [RFC PATCH] x86/entry/64: randomize kernel stack offset upon system call

[PATCH v2 0/1] lib/string: Add strscpy_pad() function
 2019-02-27  4:40 UTC  (7+ messages)
` [PATCH v2 1/1] "

[PATCH 0/6] lib: Add safe string funtions
 2019-02-25 20:09 UTC  (12+ messages)
` [PATCH 4/6] lib/string: Add string copy/zero function
` [PATCH 5/6] lib: Fix function documentation for strncpy_from_user

[PATCH v3 00/20] Merge text_poke fixes and executable lockdowns
 2019-02-22 18:32 UTC  (15+ messages)
` [PATCH v3 03/20] x86/mm: Save DRs when loading a temporary mm
` [PATCH v3 14/20] mm: Make hibernate handle unmapped pages
` [PATCH v3 15/20] vmalloc: Add flag for free of special permsissions
` [PATCH v3 16/20] modules: Use vmalloc special flag
` [PATCH v3 17/20] bpf: "
` [PATCH v3 18/20] x86/ftrace: "
` [PATCH v3 19/20] x86/kprobes: "
` [PATCH v3 20/20] x86/alternative: Comment about module removal races

[PATCH 0/7] Kernel Userspace Protection for radix
 2019-02-22  5:14 UTC  (11+ messages)
` [PATCH 3/7] powerpc/mm: Add a framework for Kernel Userspace Access Protection
` [PATCH 7/7] powerpc/64s: Implement KUAP for Radix MMU


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).