kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-30 09:59:34 to 2020-10-25 13:47:00 UTC [more...]

[PATCH v2 0/8] Fork brute force attack mitigation
 2020-10-25 13:45 UTC 

BTI interaction between seccomp filters in systemd and glibc mprotect calls, causing service failures
 2020-10-25 13:42 UTC  (8+ messages)

[PATCH v6 00/25] Add support for Clang LTO
 2020-10-23 18:04 UTC  (56+ messages)
` [PATCH v6 01/25] kbuild: preprocess module linker script
` [PATCH v6 02/25] objtool: Add a pass for generating __mcount_loc
` [PATCH v6 03/25] objtool: Don't autodetect vmlinux.o
` [PATCH v6 04/25] tracing: move function tracer options to Kconfig
` [PATCH v6 05/25] tracing: add support for objtool mcount
` [PATCH v6 06/25] x86, build: use "
` [PATCH v6 07/25] treewide: remove DISABLE_LTO
` [PATCH v6 08/25] kbuild: add support for Clang LTO
` [PATCH v6 09/25] kbuild: lto: fix module versioning
` [PATCH v6 10/25] objtool: Split noinstr validation from --vmlinux
` [PATCH v6 11/25] kbuild: lto: postpone objtool
` [PATCH v6 12/25] kbuild: lto: limit inlining
` [PATCH v6 13/25] kbuild: lto: merge module sections
` [PATCH v6 14/25] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v6 15/25] init: lto: ensure initcall ordering
` [PATCH v6 16/25] init: lto: fix PREL32 relocations
` [PATCH v6 17/25] PCI: Fix PREL32 relocations for LTO
` [PATCH v6 18/25] modpost: lto: strip .lto from module names
` [PATCH v6 19/25] scripts/mod: disable LTO for empty.c
` [PATCH v6 20/25] efi/libstub: disable LTO
` [PATCH v6 21/25] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v6 22/25] x86/asm: annotate indirect jumps
` [PATCH v6 23/25] x86, vdso: disable LTO only for vDSO
` [PATCH v6 24/25] x86, cpu: disable LTO for cpu.c
` [PATCH v6 25/25] x86, build: allow LTO_CLANG and THINLTO to be selected

[PATCH] mm, hugetlb: Avoid double clearing for hugetlb pages
 2020-10-23  8:23 UTC  (16+ messages)

[RESEND PATCH v11 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2020-10-19 16:58 UTC  (5+ messages)
` [RESEND PATCH v11 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [RESEND PATCH v11 2/3] arch: Wire up trusted_for(2)
` [RESEND PATCH v11 3/3] selftest/interpreter: Add tests for trusted_for(2) policies

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

Remove all strlcpy() uses in favor of strscpy() (#89)
 2020-10-13 18:32 UTC  (3+ messages)

[PATCH v5 00/29] Add support for Clang LTO
 2020-10-12 21:02 UTC  (40+ messages)
` [PATCH v5 01/29] kbuild: preprocess module linker script
` [PATCH v5 02/29] objtool: Add a pass for generating __mcount_loc
` [PATCH v5 03/29] objtool: Don't autodetect vmlinux.o
` [PATCH v5 04/29] tracing: move function tracer options to Kconfig
` [PATCH v5 05/29] tracing: add support for objtool mcount
` [PATCH v5 06/29] x86, build: use "
` [PATCH v5 07/29] treewide: remove DISABLE_LTO
` [PATCH v5 08/29] kbuild: add support for Clang LTO
` [PATCH v5 09/29] kbuild: lto: fix module versioning
` [PATCH v5 10/29] objtool: Split noinstr validation from --vmlinux
` [PATCH v5 11/29] kbuild: lto: postpone objtool
` [PATCH v5 12/29] kbuild: lto: limit inlining
` [PATCH v5 13/29] kbuild: lto: merge module sections
` [PATCH v5 14/29] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v5 15/29] init: lto: ensure initcall ordering
` [PATCH v5 16/29] init: lto: fix PREL32 relocations
` [PATCH v5 17/29] PCI: Fix PREL32 relocations for LTO
` [PATCH v5 18/29] modpost: lto: strip .lto from module names
` [PATCH v5 19/29] scripts/mod: disable LTO for empty.c
` [PATCH v5 20/29] efi/libstub: disable LTO
` [PATCH v5 21/29] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v5 22/29] arm64: vdso: disable LTO
` [PATCH v5 23/29] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v5 24/29] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v5 25/29] arm64: allow LTO_CLANG and THINLTO to be selected
` [PATCH v5 26/29] x86/asm: annotate indirect jumps
` [PATCH v5 27/29] x86, vdso: disable LTO only for vDSO
` [PATCH v5 28/29] x86, cpu: disable LTO for cpu.c
` [PATCH v5 29/29] x86, build: allow LTO_CLANG and THINLTO to be selected

Linux-specific kernel hardening
 2020-10-07 15:16 UTC  (13+ messages)

[PATCH RFC v2 0/6] Break heap spraying needed for exploiting use-after-free
 2020-10-06 19:25 UTC  (16+ messages)
` [PATCH RFC v2 2/6] mm/slab: Perform init_on_free earlier

[PATCH] random32: Restore __latent_entropy attribute on net_rand_state
 2020-10-06  5:57 UTC  (5+ messages)

[PATCH v2] MAINTAINERS: Change hardening mailing list
 2020-10-06  0:00 UTC 

[PATCH] MAINTAINERS: Change hardening mailing list
 2020-10-05 23:58 UTC  (3+ messages)

[PATCH v4 00/29] Add support for Clang LTO
 2020-10-05  7:10 UTC  (17+ messages)
` [PATCH v4 04/29] objtool: Add a pass for generating __mcount_loc
` [PATCH v4 06/29] tracing: move function tracer options to Kconfig
` [PATCH v4 09/29] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v4 10/29] treewide: remove DISABLE_LTO

[PATCH v2 0/4] [RFC] Implement Trampoline File Descriptor
 2020-10-03  9:43 UTC  (12+ messages)

[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
 2020-10-03  9:52 UTC  (6+ messages)
` [RFC PATCH 3/6] security/fbfam: Use the api to manage statistics

[PATCH v11 0/3] Add trusted_for(2) (was O_MAYEXEC)
 2020-10-01 20:23 UTC  (6+ messages)
` [PATCH v11 1/3] fs: Add trusted_for(2) syscall implementation and related sysctl
` [PATCH v11 2/3] arch: Wire up trusted_for(2)
` [PATCH v11 3/3] selftest/interpreter: Add tests for trusted_for(2) policies

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


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