kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-10 22:29:35 to 2020-09-04 04:46:23 UTC [more...]

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

[PATCH] scripts: Add intended executable mode and SPDX license
 2020-09-02 12:16 UTC  (13+ messages)

[PATCH v1 0/4] [RFC] Implement Trampoline File Descriptor
 2020-09-01 15:42 UTC  (18+ messages)

[PATCH v4 00/10] Function Granular KASLR
 2020-08-28 19:24 UTC  (13+ messages)

[PATCH v6 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-08-28  3:01 UTC  (5+ messages)
` [PATCH v6 1/3] io_uring: use an enumeration for io_uring_register(2) opcodes
` [PATCH v6 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
` [PATCH v6 3/3] io_uring: allow disabling rings during the creation

[PATCH v3 0/6] Use per-CPU temporary mappings for patching
 2020-08-27 18:10 UTC  (10+ messages)
` [PATCH v3 1/6] powerpc: Add LKDTM accessor for patching addr
` [PATCH v3 2/6] x86: "
` [PATCH v3 3/6] Add LKDTM test to hijack a patch mapping (powerpc,x86_64)
  ` [PATCH v3 3/6] Add LKDTM test to hijack a patch mapping (powerpc, x86_64)
` [PATCH v3 4/6] powerpc: Introduce temporary mm
` [PATCH v3 5/6] powerpc: Initialize a temporary mm for code patching
` [PATCH v3 6/6] powerpc: Use "

[PATCH v4 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-08-27 15:04 UTC  (19+ messages)
` [PATCH v4 1/3] io_uring: use an enumeration for io_uring_register(2) opcodes
` [PATCH v4 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
` [PATCH v4 3/3] io_uring: allow disabling rings during the creation

[PATCH v5 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-08-27 14:44 UTC  (11+ messages)
` [PATCH v5 1/3] io_uring: use an enumeration for io_uring_register(2) opcodes
` [PATCH v5 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
` [PATCH v5 3/3] io_uring: allow disabling rings during the creation

init_on_alloc/init_on_free boot options
 2020-08-20  0:35 UTC  (3+ messages)

[PATCH RFC 0/2] Break heap spraying needed for exploiting use-after-free
 2020-08-18 20:50 UTC  (19+ messages)
` [PATCH RFC 1/2] mm: Extract SLAB_QUARANTINE from KASAN
` [PATCH RFC 2/2] lkdtm: Add heap spraying test

usercopy arch_within_stack_frames() is a no-op in almost all modern kernel configurations
 2020-08-18 20:30 UTC  (2+ messages)

[PATCH v2] overflow: Add __must_check attribute to check_*() helpers
 2020-08-18  6:27 UTC  (5+ messages)

[PATCH v2 1/5] powerpc/mm: Introduce temporary mm
 2020-08-17  5:16 UTC  (2+ messages)

[PATCH v2 2/5] powerpc/lib: Initialize a temporary mm for code patching
 2020-08-17  2:21 UTC  (2+ messages)

[PATCH] overflow: Add __must_check attribute to check_*() helpers
 2020-08-15 17:11 UTC  (5+ messages)

[PATCH v20 00/12] Landlock LSM
 2020-08-13 20:29 UTC  (6+ messages)
` [PATCH v20 05/12] LSM: Infrastructure management of the superblock
` [PATCH v20 08/12] landlock: Add syscall implementations

[PATCH v7 0/7] Add support for O_MAYEXEC
 2020-08-13 15:31 UTC  (33+ messages)
` [PATCH v7 1/7] exec: Change uselib(2) IS_SREG() failure to EACCES
` [PATCH v7 2/7] exec: Move S_ISREG() check earlier
` [PATCH v7 3/7] exec: Move path_noexec() "
` [PATCH v7 4/7] fs: Introduce O_MAYEXEC flag for openat2(2)
` [PATCH v7 5/7] fs,doc: Enable to enforce noexec mounts or file exec through O_MAYEXEC

[PATCH 0/3] Modernize tasklet callback API
 2020-08-12 12:31 UTC  (9+ 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).