kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-23 19:14:36 to 2019-05-17 13:18:19 UTC [more...]

[PATCH v2 0/4] RFC: add init_on_alloc/init_on_free boot options
 2019-05-17 13:18 UTC  (17+ messages)
` [PATCH v2 1/4] mm: security: introduce init_on_alloc=1 and init_on_free=1 "
` [PATCH v2 2/4] lib: introduce test_meminit module
` [PATCH v2 3/4] gfp: mm: introduce __GFP_NO_AUTOINIT
` [PATCH v2 4/4] net: apply __GFP_NO_AUTOINIT to AF_UNIX sk_buff allocations
  ` [PATCH 5/4] mm: Introduce SLAB_NO_FREE_INIT and mark excluded caches

[PATCH] gcc-plugins: arm_ssp_per_task_plugin: Fix for older GCC < 6
 2019-05-16  8:47 UTC  (4+ messages)

[PATCH 0/4] RFC: add init_on_alloc/init_on_free boot options
 2019-05-15 10:06 UTC  (13+ messages)
` [PATCH 1/4] mm: security: introduce init_on_alloc=1 and init_on_free=1 "
` [PATCH 2/4] lib: introduce test_meminit module
` [PATCH 3/4] gfp: mm: introduce __GFP_NOINIT
` [PATCH 4/4] net: apply __GFP_NOINIT to AF_UNIX sk_buff allocations

[PATCH v3 0/7] crypto: x86: Fix indirect function call casts
 2019-05-09 19:27 UTC  (21+ messages)
` [PATCH v3 1/7] crypto: x86/glue_helper: Add static inline function glue macros
` [PATCH v3 2/7] crypto: x86/crypto: Use new glue function macros
` [PATCH v3 3/7] crypto: x86/camellia: "
` [PATCH v3 4/7] crypto: x86/twofish: "
` [PATCH v3 5/7] crypto: x86/cast6: "
` [PATCH v3 6/7] crypto: x86/aesni: "
` [PATCH v3 7/7] crypto: x86/glue_helper: Remove function prototype cast helpers

[RFC] refactor tasklets to avoid unsigned long argument
 2019-05-07  5:55 UTC  (3+ messages)

[RFC PATCH v2 0/4] x86/crypto: Fix crypto function casts
 2019-05-06 22:19 UTC  (7+ messages)
` [RFC PATCH v2 1/4] Fix serpent crypto functions prototype casts
` [RFC PATCH v2 2/4] Fix camellia "
` [RFC PATCH v2 3/4] Fix twofish "
` [RFC PATCH v2 4/4] Fix cast6 "

[PATCH v2 56/79] docs: Documentation/*.txt: rename all ReST files to *.rst
 2019-05-06 19:50 UTC  (19+ messages)

race-free process signaling
 2019-05-06 11:14 UTC  (3+ messages)

[PATCH v2] binfmt_elf: Update READ_IMPLIES_EXEC logic for modern CPUs
 2019-05-03 19:36 UTC  (9+ messages)

[ANNOUNCE][CFP] Linux Security Summit Europe 2019
 2019-05-03 11:26 UTC 

[RFC] Warn the user when they could overflow mapcount
 2019-05-01 14:41 UTC  (3+ messages)
` [RFC] Handle mapcount overflows

[PATCH v5 00/23] x86: text_poke() fixes and executable lockdowns
 2019-04-30 11:29 UTC  (49+ messages)
` [PATCH v5 01/23] Fix "x86/alternatives: Lockdep-enforce text_mutex in text_poke*()"
  ` [tip:x86/mm] x86/alternatives: Add text_poke_kgdb() to not assert the lock when debugging
` [PATCH v5 02/23] x86/jump_label: Use text_poke_early() during early init
  ` [tip:x86/mm] "
` [PATCH v5 03/23] x86/mm: Introduce temporary mm structs
  ` [tip:x86/mm] "
` [PATCH v5 04/23] x86/mm: Save debug registers when loading a temporary mm
  ` [tip:x86/mm] "
` [PATCH v5 05/23] fork: Provide a function for copying init_mm
  ` [tip:x86/mm] "
` [PATCH v5 06/23] x86/alternative: Initialize temporary mm for patching
` [PATCH v5 07/23] x86/alternative: Use temporary mm for text poking
  ` [tip:x86/mm] x86/alternatives: "
` [PATCH v5 08/23] x86/kgdb: Avoid redundant comparison of patched code
  ` [tip:x86/mm] "
` [PATCH v5 09/23] x86/ftrace: Set trampoline pages as executable
  ` [tip:x86/mm] "
` [PATCH v5 10/23] x86/kprobes: Set instruction page "
  ` [tip:x86/mm] "
` [PATCH v5 11/23] x86/module: Avoid breaking W^X while loading modules
  ` [tip:x86/mm] x86/modules: "
` [PATCH v5 12/23] x86/jump-label: Remove support for custom poker
  ` [tip:x86/mm] x86/jump-label: Remove support for custom text poker
` [PATCH v5 13/23] x86/alternative: Remove the return value of text_poke_*()
  ` [tip:x86/mm] x86/alternatives: "
` [PATCH v5 14/23] x86/mm/cpa: Add set_direct_map_ functions
  ` [tip:x86/mm] x86/mm/cpa: Add set_direct_map_*() functions
` [PATCH v5 15/23] mm: Make hibernate handle unmapped pages
  ` [tip:x86/mm] mm/hibernation: Make hibernation "
` [PATCH v5 16/23] vmalloc: Add flag for free of special permsissions
  ` [tip:x86/mm] mm/vmalloc: Add flag for freeing "
` [PATCH v5 17/23] modules: Use vmalloc special flag
  ` [tip:x86/mm] "
` [PATCH v5 18/23] bpf: "
  ` [tip:x86/mm] "
` [PATCH v5 19/23] x86/ftrace: "
  ` [tip:x86/mm] "
` [PATCH v5 20/23] x86/kprobes: "
  ` [tip:x86/mm] "
` [PATCH v5 21/23] x86/alternative: Comment about module removal races
  ` [tip:x86/mm] x86/alternatives: Add comment "
` [PATCH v5 22/23] mm/tlb: Provide default nmi_uaccess_okay()
  ` [tip:x86/mm] "
` [PATCH v5 23/23] bpf: Fail bpf_probe_write_user() while mm is switched
  ` [tip:x86/mm] "

[PATCH v6 00/24] x86: text_poke() fixes and executable lockdowns
 2019-04-27 10:32 UTC  (27+ messages)
` [PATCH v6 01/24] Fix "x86/alternatives: Lockdep-enforce text_mutex in text_poke*()"
` [PATCH v6 02/24] x86/jump_label: Use text_poke_early() during early init
` [PATCH v6 03/24] x86/mm: Introduce temporary mm structs
` [PATCH v6 04/24] x86/mm: Save debug registers when loading a temporary mm
` [PATCH v6 05/24] uprobes: Initialize uprobes earlier
` [PATCH v6 06/24] fork: Provide a function for copying init_mm
` [PATCH v6 07/24] x86/alternative: Initialize temporary mm for patching
` [PATCH v6 08/24] x86/alternative: Use temporary mm for text poking
` [PATCH v6 09/24] x86/kgdb: Avoid redundant comparison of patched code
` [PATCH v6 10/24] x86/ftrace: Set trampoline pages as executable
` [PATCH v6 11/24] x86/kprobes: Set instruction page "
` [PATCH v6 12/24] x86/module: Avoid breaking W^X while loading modules
` [PATCH v6 13/24] x86/jump-label: Remove support for custom poker
` [PATCH v6 14/24] x86/alternative: Remove the return value of text_poke_*()
` [PATCH v6 15/24] x86/mm/cpa: Add set_direct_map_ functions
` [PATCH v6 16/24] mm: Make hibernate handle unmapped pages
` [PATCH v6 17/24] vmalloc: Add flag for free of special permsissions
` [PATCH v6 18/24] modules: Use vmalloc special flag
` [PATCH v6 19/24] bpf: "
` [PATCH v6 20/24] x86/ftrace: "
` [PATCH v6 21/24] x86/kprobes: "
` [PATCH v6 22/24] x86/alternative: Comment about module removal races
` [PATCH v6 23/24] mm/tlb: Provide default nmi_uaccess_okay()
` [PATCH v6 24/24] bpf: Fail bpf_probe_write_user() while mm is switched

[PATCH 0/3] RFC: add init_allocations=1 boot option
 2019-04-26 15:48 UTC  (16+ messages)
` [PATCH 1/3] mm: security: introduce the "
` [PATCH 2/3] gfp: mm: introduce __GFP_NOINIT
` [PATCH 3/3] RFC: net: apply __GFP_NOINIT to AF_UNIX sk_buff allocations

[PATCH v4 00/23] Merge text_poke fixes and executable lockdowns
 2019-04-25 21:22 UTC  (16+ messages)
` [PATCH v4 03/23] x86/mm: Introduce temporary mm structs
` [PATCH v4 04/23] x86/mm: Save DRs when loading a temporary mm
` [PATCH v4 16/23] vmalloc: Add flag for free of special permsissions
` [PATCH v4 19/23] x86/ftrace: Use vmalloc special flag

[to-be-updated] binfmt_elf-update-read_implies_exec-logic-for-modern-cpus.patch removed from -mm tree
 2019-04-24 23:25 UTC 

[PATCH v3 0/3] Refactor memory initialization hardening
 2019-04-24 21:02 UTC  (8+ messages)
` [PATCH v3 1/3] security: Create "kernel hardening" config area
` [PATCH v3 2/3] security: Move stackleak config to Kconfig.hardening
` [PATCH v3 3/3] security: Implement Clang's stack initialization

[PATCH v2 0/3] Refactor memory initialization hardening
 2019-04-24  4:05 UTC  (5+ messages)
` [PATCH v2 1/3] security: Create "kernel hardening" config area

[PATCH 0/2] gcc-plugins: structleak: Generalize to all variable types
 2019-04-23 22:42 UTC  (4+ messages)
` [PATCH 2/2] lib: Introduce test_stackinit module

[PATCH] binfmt_elf: Update READ_IMPLIES_EXEC logic for modern CPUs
 2019-04-23 19:25 UTC  (4+ messages)
  ` [musl] "


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