kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-10 18:10:07 to 2020-09-29 21:49:46 UTC [more...]

[PATCH v4 00/29] Add support for Clang LTO
 2020-09-29 21:46 UTC  (19+ messages)
` [PATCH v4 01/29] RAS/CEC: Fix cec_init() prototype
` [PATCH v4 02/29] x86/asm: Replace __force_order with memory clobber
` [PATCH v4 03/29] kbuild: preprocess module linker script
` [PATCH v4 04/29] objtool: Add a pass for generating __mcount_loc
` [PATCH v4 05/29] objtool: Don't autodetect vmlinux.o
` [PATCH v4 06/29] tracing: move function tracer options to Kconfig
` [PATCH v4 07/29] tracing: add support for objtool mcount
` [PATCH v4 08/29] x86, build: use "
` [PATCH v4 09/29] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v4 10/29] treewide: remove DISABLE_LTO
` [PATCH v4 11/29] kbuild: add support for Clang LTO
` [PATCH v4 12/29] kbuild: lto: fix module versioning
` [PATCH v4 13/29] kbuild: lto: postpone objtool
` [PATCH v4 14/29] kbuild: lto: limit inlining
` [PATCH v4 15/29] kbuild: lto: merge module sections
` [PATCH v4 16/29] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v4 17/29] init: lto: ensure initcall ordering
` [PATCH v4 18/29] init: lto: fix PREL32 relocations

Linux-specific kernel hardening
 2020-09-29 19:25 UTC  (2+ messages)

[PATCH v5 00/10] Function Granular KASLR
 2020-09-29 18:58 UTC  (15+ messages)
` [PATCH v5 01/10] x86: tools/relocs: Support >64K section headers
` [PATCH v5 02/10] x86/boot: Allow a "silent" kaslr random byte fetch
` [PATCH v5 03/10] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
` [PATCH v5 04/10] x86: Make sure _etext includes function sections
` [PATCH v5 05/10] x86/tools: Add relative relocs for randomized functions
` [PATCH v5 06/10] x86/boot/compressed: Avoid duplicate malloc() implementations
` [PATCH v5 07/10] x86: Add support for function granular KASLR
` [PATCH v5 08/10] kallsyms: Hide layout
` [PATCH v5 09/10] module: Reorder functions
` [PATCH v5 10/10] livepatch: only match unique symbols when using fgkaslr

[PATCH v3 0/2] arm64/acpi: restrict AML opregion memory access
 2020-09-29  9:29 UTC  (6+ messages)
` [PATCH v3 1/2] arm64/acpi: disallow AML memory opregions to access kernel memory

[PATCH RFC v2 0/6] Break heap spraying needed for exploiting use-after-free
 2020-09-29 18:35 UTC  (7+ messages)
` [PATCH RFC v2 1/6] mm: Extract SLAB_QUARANTINE from KASAN
` [PATCH RFC v2 2/6] mm/slab: Perform init_on_free earlier
` [PATCH RFC v2 3/6] mm: Integrate SLAB_QUARANTINE with init_on_free
` [PATCH RFC v2 4/6] mm: Implement slab quarantine randomization
` [PATCH RFC v2 5/6] lkdtm: Add heap quarantine tests
` [PATCH RFC v2 6/6] mm: Add heap quarantine verbose debugging (not for merge)

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-27 18:25 UTC  (51+ messages)
  ` [PATCH v2 1/4] [RFC] fs/trampfd: Implement the trampoline file descriptor API
  ` [PATCH v2 2/4] [RFC] x86/trampfd: Provide support for the trampoline file descriptor
  ` [PATCH v2 3/4] [RFC] arm64/trampfd: "
  ` [PATCH v2 4/4] [RFC] arm/trampfd: "

[PATCH v10 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2020-09-24 15:32 UTC  (4+ messages)
` [PATCH v10 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v10 2/3] arch: Wire up trusted_for(2)
` [PATCH v10 3/3] selftest/interpreter: Add tests for trusted_for(2) policies

[PATCH v3 00/30] Add support for Clang LTO
 2020-09-21 18:58 UTC  (38+ messages)
` [PATCH v3 01/30] lib/string.c: implement stpcpy
` [PATCH v3 02/30] RAS/CEC: Fix cec_init() prototype
` [PATCH v3 03/30] x86/boot/compressed: Disable relocation relaxation
` [PATCH v3 04/30] x86/asm: Replace __force_order with memory clobber
` [PATCH v3 05/30] kbuild: preprocess module linker script
` [PATCH v3 06/30] objtool: Add a pass for generating __mcount_loc
` [PATCH v3 07/30] objtool: Don't autodetect vmlinux.o
` [PATCH v3 08/30] kbuild: add support for objtool mcount
` [PATCH v3 09/30] x86, build: use "
` [PATCH v3 10/30] treewide: remove DISABLE_LTO
` [PATCH v3 11/30] kbuild: add support for Clang LTO
` [PATCH v3 12/30] kbuild: lto: fix module versioning
` [PATCH v3 13/30] kbuild: lto: postpone objtool
` [PATCH v3 14/30] kbuild: lto: limit inlining
` [PATCH v3 15/30] kbuild: lto: merge module sections
` [PATCH v3 16/30] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v3 17/30] init: lto: ensure initcall ordering
` [PATCH v3 18/30] init: lto: fix PREL32 relocations
` [PATCH v3 19/30] PCI: Fix PREL32 relocations for LTO
` [PATCH v3 20/30] modpost: lto: strip .lto from module names
` [PATCH v3 21/30] scripts/mod: disable LTO for empty.c
` [PATCH v3 22/30] efi/libstub: disable LTO
` [PATCH v3 23/30] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v3 24/30] arm64: export CC_USING_PATCHABLE_FUNCTION_ENTRY
` [PATCH v3 25/30] arm64: vdso: disable LTO
` [PATCH v3 26/30] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v3 27/30] arm64: allow LTO_CLANG and THINLTO to be selected
` [PATCH v3 28/30] x86, vdso: disable LTO only for vDSO
` [PATCH v3 29/30] x86, cpu: disable LTO for cpu.c
` [PATCH v3 30/30] x86, build: allow LTO_CLANG and THINLTO to be selected

[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
 2020-09-19  8:01 UTC  (42+ messages)
` [RFC PATCH 1/6] security/fbfam: Add a Kconfig to enable the fbfam feature
` [RFC PATCH 2/6] security/fbfam: Add the api to manage statistics
` [RFC PATCH 3/6] security/fbfam: Use "
` [RFC PATCH 4/6] security/fbfam: Add a new sysctl to control the crashing rate threshold
` [RFC PATCH 5/6] security/fbfam: Detect a fork brute force attack
` [RFC PATCH 6/6] security/fbfam: Mitigate "

[PATCH v20 00/12] Landlock LSM
 2020-09-16 13:42 UTC  (6+ messages)
` [PATCH v20 05/12] LSM: Infrastructure management of the superblock

[RFC PATCH v9 0/3] Add introspect_access(2) (was O_MAYEXEC)
 2020-09-15 13:32 UTC  (14+ messages)
` [RFC PATCH v9 2/3] arch: Wire up introspect_access(2)

[RFC PATCH v8 0/3] Add support for AT_INTERPRETED (was O_MAYEXEC)
 2020-09-12  0:16 UTC  (5+ messages)

[PATCH] sched.h: drop in_ubsan field when UBSAN is in trap mode
 2020-09-11 16:22 UTC  (5+ messages)

[PATCH 00/22] add support for Clang LTO
 2020-09-10 18:29 UTC  (11+ messages)
` [PATCH v2 00/28] Add "
  ` [PATCH v2 05/28] objtool: Add a pass for generating __mcount_loc


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