kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-04 18:54:17 to 2020-12-09 19:29:19 UTC [more...]

[PATCH v26 00/12] Landlock LSM
 2020-12-09 19:28 UTC  (2+ messages)
` [PATCH v26 01/12] landlock: Add object management

[PATCH v8 00/16] Add support for Clang LTO
 2020-12-09 19:24 UTC  (51+ messages)
` [PATCH v8 01/16] tracing: move function tracer options to Kconfig
` [PATCH v8 02/16] kbuild: add support for Clang LTO
` [PATCH v8 03/16] kbuild: lto: fix module versioning
` [PATCH v8 04/16] kbuild: lto: limit inlining
` [PATCH v8 05/16] kbuild: lto: merge module sections
` [PATCH v8 06/16] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v8 07/16] init: lto: ensure initcall ordering
` [PATCH v8 08/16] init: lto: fix PREL32 relocations
` [PATCH v8 09/16] PCI: Fix PREL32 relocations for LTO
` [PATCH v8 10/16] modpost: lto: strip .lto from module names
` [PATCH v8 11/16] scripts/mod: disable LTO for empty.c
` [PATCH v8 12/16] efi/libstub: disable LTO
` [PATCH v8 13/16] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v8 14/16] arm64: vdso: disable LTO
` [PATCH v8 15/16] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v8 16/16] arm64: allow LTO to be selected

[PATCH v2 0/6] aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831]
 2020-12-07 20:03 UTC  (12+ messages)
` [PATCH v2 1/6] aarch64: Fix missing BTI protection from dependencies [BZ #26926]
` [PATCH v2 2/6] elf: lose is closely tied to _dl_map_object_from_fd
` [PATCH v2 3/6] elf: Fix failure handling in _dl_map_object_from_fd
` [PATCH v2 4/6] elf: Move note processing after l_phdr is updated
` [PATCH v2 5/6] elf: Pass the fd to note processing
` [PATCH v2 6/6] aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]
  ` [PATCH v3 1/2] aarch64: align address for BTI protection [BZ #26988]
  ` [PATCH v3 2/2] aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]

[PRE-REVIEW PATCH 0/2] Remove all strlcpy in favor of strscpy
 2020-12-04 15:40 UTC  (4+ messages)
` [PRE-REVIEW PATCH 1/2] Manual replacement of the deprecated strlcpy() with return values
` [PRE-REVIEW PATCH 2/2] Automated replacement of all other deprecated strlcpy()

[PATCH RFC v2 0/6] Break heap spraying needed for exploiting use-after-free
 2020-12-04 11:54 UTC  (6+ messages)
` [PATCH RFC v2 2/6] mm/slab: Perform init_on_free earlier

[PATCH v6 00/25] Add support for Clang LTO
 2020-12-03 18:47 UTC  (30+ messages)
` [PATCH v6 14/25] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v6 22/25] x86/asm: annotate indirect jumps

[PATCH v12 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2020-12-03 17:31 UTC  (4+ messages)
` [PATCH v12 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v12 2/3] arch: Wire up trusted_for(2)
` [PATCH v12 3/3] selftest/interpreter: Add tests for trusted_for(2) policies

[PATCH v7 00/17] Add support for Clang LTO
 2020-12-02 18:54 UTC  (50+ messages)
` [PATCH v7 01/17] tracing: move function tracer options to Kconfig
` [PATCH v7 02/17] kbuild: add support for Clang LTO
` [PATCH v7 03/17] kbuild: lto: fix module versioning
` [PATCH v7 04/17] kbuild: lto: limit inlining
` [PATCH v7 05/17] kbuild: lto: merge module sections
` [PATCH v7 06/17] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v7 07/17] init: lto: ensure initcall ordering
` [PATCH v7 08/17] init: lto: fix PREL32 relocations
` [PATCH v7 09/17] PCI: Fix PREL32 relocations for LTO
` [PATCH v7 10/17] modpost: lto: strip .lto from module names
` [PATCH v7 11/17] scripts/mod: disable LTO for empty.c
` [PATCH v7 12/17] efi/libstub: disable LTO
` [PATCH v7 13/17] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v7 14/17] arm64: vdso: disable LTO
` [PATCH v7 15/17] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v7 16/17] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v7 17/17] arm64: allow LTO_CLANG and THINLTO to be selected

[PATCH v25 00/12] Landlock LSM
 2020-12-01 19:23 UTC  (13+ messages)
` [PATCH v25 01/12] landlock: Add object management
` [PATCH v25 02/12] landlock: Add ruleset and domain management
` [PATCH v25 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v25 04/12] landlock: Add ptrace restrictions
` [PATCH v25 05/12] LSM: Infrastructure management of the superblock
` [PATCH v25 06/12] fs,security: Add sb_delete hook
` [PATCH v25 07/12] landlock: Support filesystem access-control
` [PATCH v25 08/12] landlock: Add syscall implementations
` [PATCH v25 09/12] arch: Wire up Landlock syscalls
` [PATCH v25 10/12] selftests/landlock: Add user space tests
` [PATCH v25 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v25 12/12] landlock: Add user and kernel documentation

[PATCH v24 00/12] Landlock LSM
 2020-11-24  2:38 UTC  (27+ messages)
` [PATCH v24 01/12] landlock: Add object management
` [PATCH v24 02/12] landlock: Add ruleset and domain management
` [PATCH v24 03/12] landlock: Set up the security framework and manage credentials
` [PATCH v24 04/12] landlock: Add ptrace restrictions
` [PATCH v24 05/12] LSM: Infrastructure management of the superblock
` [PATCH v24 06/12] fs,security: Add sb_delete hook
` [PATCH v24 07/12] landlock: Support filesystem access-control
` [PATCH v24 08/12] landlock: Add syscall implementations
` [PATCH v24 09/12] arch: Wire up Landlock syscalls
` [PATCH v24 10/12] selftests/landlock: Add user space tests
` [PATCH v24 11/12] samples/landlock: Add a sandbox manager example
` [PATCH v24 12/12] landlock: Add user and kernel documentation

[PATCH v4] mm: Optional full ASLR for mmap() and mremap()
 2020-11-19  9:16 UTC  (2+ messages)

[PATCH v22 00/12] Landlock LSM
 2020-11-16 21:36 UTC  (4+ messages)
` [PATCH v22 01/12] landlock: Add object management

[PATCH v2 0/8] Fork brute force attack mitigation
 2020-11-15 15:00 UTC  (8+ messages)
` [PATCH v2 7/8] Documentation: Add documentation for the Brute LSM

[PATCH v23 00/12] Landlock LSM
 2020-11-10  8:16 UTC  (3+ messages)

[PATCH] mm, hugetlb: Avoid double clearing for hugetlb pages
 2020-11-05 19:37 UTC  (2+ messages)

[PATCH 0/4] aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831]
 2020-11-05 11:31 UTC  (12+ messages)


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