kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-27 13:51:06 to 2020-09-13 17:56:20 UTC [more...]

[RESEND][RFC PATCH 0/6] Fork brute force attack mitigation (fbfam)
 2020-09-13 17:54 UTC  (31+ 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 "

[RFC PATCH v9 0/3] Add introspect_access(2) (was O_MAYEXEC)
 2020-09-12  0:28 UTC  (15+ messages)
` [RFC PATCH v9 1/3] fs: Add introspect_access(2) syscall implementation and related sysctl
` [RFC PATCH v9 2/3] arch: Wire up introspect_access(2)
` [RFC PATCH v9 3/3] selftest/interpreter: Add tests for introspect_access(2) policies

[RFC PATCH v8 0/3] Add support for AT_INTERPRETED (was O_MAYEXEC)
 2020-09-12  0:16 UTC  (24+ messages)
` [RFC PATCH v8 1/3] fs: Introduce AT_INTERPRETED flag for faccessat2(2)
` [RFC PATCH v8 2/3] fs,doc: Enable to configure exec checks for AT_INTERPRETED
` [RFC PATCH v8 3/3] selftest/interpreter: Add tests for AT_INTERPRETED enforcing

[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  (90+ 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 v6 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-09-08 14:11 UTC  (9+ 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

[RFC PATCH 0/9] Fork brute force attack mitigation (fbfam)
 2020-09-07 18:07 UTC  (4+ messages)

[PATCH v3 0/6] Use per-CPU temporary mappings for patching
 2020-09-07  0:15 UTC  (4+ messages)
` [PATCH v3 4/6] powerpc: Introduce temporary mm

[RFC PATCH 0/9] Fork brute force attack mitigation (fbfam)
 2020-09-06 13:52 UTC  (2+ messages)

[PATCH v20 00/12] Landlock LSM
 2020-09-04 14:06 UTC  (5+ messages)
` [PATCH v20 05/12] LSM: Infrastructure management of the superblock

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

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

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

[PATCH v3 3/6] Add LKDTM test to hijack a patch mapping (powerpc,x86_64)
 2020-08-27 18:10 UTC  (2+ messages)
` [PATCH v3 3/6] Add LKDTM test to hijack a patch mapping (powerpc, x86_64)

[PATCH v4 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-08-27 15:04 UTC  (5+ messages)
` [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  (9+ messages)
` [PATCH v5 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode


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