kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 09:35:47 to 2020-12-01 21:39:46 UTC [more...]

[PATCH v8 00/16] Add support for Clang LTO
 2020-12-01 21:37 UTC  (16+ 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 v7 00/17] Add support for Clang LTO
 2020-12-01 19:51 UTC  (46+ 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 v2 0/6] aarch64: avoid mprotect(PROT_BTI|PROT_EXEC) [BZ #26831]
 2020-11-30 15:56 UTC  (8+ 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 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  (24+ messages)
` [PATCH v22 01/12] landlock: Add object management
` [PATCH v22 02/12] landlock: Add ruleset and domain management
` [PATCH v22 07/12] landlock: Support filesystem access-control
` [PATCH v22 08/12] landlock: Add syscall implementations
` [PATCH v22 12/12] landlock: Add user and kernel documentation

[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 v6 00/25] Add support for Clang LTO
 2020-11-14  0:49 UTC  (26+ messages)
` [PATCH v6 22/25] x86/asm: annotate indirect jumps

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

[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  (28+ messages)
` [PATCH 1/4] elf: Pass the fd to note processing "
` [PATCH 2/4] elf: Move note processing after l_phdr is updated "
` [PATCH 3/4] aarch64: Use mmap to add PROT_BTI instead of mprotect "
` [PATCH 4/4] aarch64: Remove the bti link_map field "

[RFC PATCH v1 0/4] Per user namespace rlimits
 2020-11-04 16:21 UTC  (12+ messages)
` [RFC PATCH v1 1/4] Increase size of ucounts to atomic_long_t
` [RFC PATCH v1 2/4] Move the user's process counter to ucounts
` [RFC PATCH v1 3/4] Do not allow fork if RLIMIT_NPROC is exceeded in the user namespace tree
` [RFC PATCH v1 4/4] Allow to change the user namespace in which user rlimits are counted


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