kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-26 03:56:39 to 2020-05-20 09:10:40 UTC [more...]

[PATCH v2] firewire: Remove function callback casts
 2020-05-20  6:16 UTC  (2+ messages)

[PATCH 0/2] firewire: obsolete cast of function callback toward CFI
 2020-05-20  6:47 UTC  (3+ messages)
` [PATCH 1/2] firewire-core: add kernel API to construct multichannel isoc context
` [PATCH 2/2] firewire-core: obsolete cast of function callback

[PATCH] firewire: Remove function callback casts
 2020-05-19 16:59 UTC  (3+ messages)

[PATCH v5 0/6] Add support for O_MAYEXEC
 2020-05-19 10:13 UTC  (59+ messages)
` [PATCH v5 1/6] fs: Add support for an O_MAYEXEC flag on openat2(2)
` [PATCH v5 2/6] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
                ` How about just O_EXEC? (was Re: [PATCH v5 3/6] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC)
` [PATCH v5 4/6] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v5 5/6] doc: Add documentation for the fs.open_mayexec_enforce sysctl
` [PATCH v5 6/6] ima: add policy support for the new file open MAY_OPENEXEC flag

Get involved in the KSPP
 2020-05-16  7:25 UTC  (5+ messages)

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2020-05-15 17:23 UTC  (34+ messages)
` [PATCH v11 00/12] "
  ` [PATCH v11 01/12] add support for Clang's Shadow Call Stack (SCS)
` [PATCH v13 00/12] add support for Clang's Shadow Call Stack
  ` [PATCH v13 01/12] add support for Clang's Shadow Call Stack (SCS)
  ` [PATCH v13 02/12] scs: add accounting
  ` [PATCH v13 03/12] scs: add support for stack usage debugging
  ` [PATCH v13 04/12] scs: disable when function graph tracing is enabled
  ` [PATCH v13 05/12] arm64: reserve x18 from general allocation with SCS
  ` [PATCH v13 06/12] arm64: preserve x18 when CPU is suspended
  ` [PATCH v13 07/12] arm64: efi: restore x18 if it was corrupted
  ` [PATCH v13 08/12] arm64: vdso: disable Shadow Call Stack
  ` [PATCH v13 09/12] arm64: disable SCS for hypervisor code
  ` [PATCH v13 10/12] arm64: implement Shadow Call Stack
  ` [PATCH v13 11/12] arm64: scs: add shadow stacks for SDEI
  ` [PATCH v13 12/12] efi/libstub: disable SCS

[PATCH 0/9] Function Granular Kernel Address Space Layout Randomization
 2020-05-15  5:55 UTC  (3+ messages)
` [PATCH 7/9] x86: Add support for function granular KASLR

[PATCH v17 00/10] Landlock LSM
 2020-05-14 19:37 UTC  (21+ messages)
` [PATCH v17 01/10] landlock: Add object management
` [PATCH v17 02/10] landlock: Add ruleset and domain management
` [PATCH v17 03/10] landlock: Set up the security framework and manage credentials
` [PATCH v17 04/10] landlock: Add ptrace restrictions
` [PATCH v17 05/10] fs,landlock: Support filesystem access-control
` [PATCH v17 06/10] landlock: Add syscall implementation
` [PATCH v17 07/10] arch: Wire up landlock() syscall
` [PATCH v17 08/10] selftests/landlock: Add initial tests
` [PATCH v17 09/10] samples/landlock: Add a sandbox manager example
` [PATCH v17 10/10] landlock: Add user and kernel documentation

[PATCH AUTOSEL 4.9 02/27] gcc-common.h: Update for GCC 10
 2020-05-14 18:55 UTC 

[PATCH AUTOSEL 4.14 02/39] gcc-common.h: Update for GCC 10
 2020-05-14 18:54 UTC 

[PATCH AUTOSEL 4.19 02/31] gcc-common.h: Update for GCC 10
 2020-05-14 18:53 UTC 

[PATCH AUTOSEL 5.4 04/49] gcc-common.h: Update for GCC 10
 2020-05-14 18:52 UTC 

[PATCH AUTOSEL 5.6 04/62] gcc-common.h: Update for GCC 10
 2020-05-14 18:50 UTC 

[PATCH] security/keys: rewrite big_key crypto to use Zinc
 2020-05-13  2:33 UTC  (13+ messages)
        ` [PATCH v2] "
              ` [PATCH v3] security/keys: rewrite big_key crypto to use library interface

[PATCH] gcc-plugins: remove always false $(if ...) in Makefile
 2020-05-12  5:54 UTC  (3+ messages)

Open source a new kernel harden project
 2020-05-11 16:12 UTC  (5+ messages)

[RFC PATCH] arm64: remove CONFIG_DEBUG_ALIGN_RODATA feature
 2020-05-07 13:43 UTC  (11+ messages)

[ANNOUNCE][CFP] Linux Security Summit North America 2020
 2020-05-07  7:07 UTC  (2+ messages)
  ` [ANNOUNCE][CFP] Linux Security Summit Europe 2020

FYI: NGI POINTER OSS Funding
 2020-05-06 11:19 UTC 

[PATCH v3 0/5] Add support for RESOLVE_MAYEXEC
 2020-05-05 14:57 UTC  (24+ messages)
` [PATCH v3 1/5] fs: Add support for a RESOLVE_MAYEXEC flag on openat2(2)
` [PATCH v3 2/5] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v3 3/5] fs: Enable to enforce noexec mounts or file exec through RESOLVE_MAYEXEC
` [PATCH v3 4/5] selftest/openat2: Add tests for RESOLVE_MAYEXEC enforcing
` [PATCH v3 5/5] doc: Add documentation for the fs.open_mayexec_enforce sysctl

[PATCH v4 0/5] Add support for O_MAYEXEC
 2020-05-01 20:36 UTC  (7+ messages)
` [PATCH v4 1/5] fs: Add support for an O_MAYEXEC flag on openat2(2)
` [PATCH v4 2/5] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount property
` [PATCH v4 3/5] fs: Enable to enforce noexec mounts or file exec through O_MAYEXEC
` [PATCH v4 4/5] selftest/openat2: Add tests for O_MAYEXEC enforcing
` [PATCH v4 5/5] doc: Add documentation for the fs.open_mayexec_enforce sysctl

[RFC PATCH v2 0/5] Use per-CPU temporary mappings for patching
 2020-05-01 20:46 UTC  (12+ messages)
` [RFC PATCH v2 1/5] powerpc/mm: Introduce temporary mm
` [RFC PATCH v2 2/5] powerpc/lib: Initialize a temporary mm for code patching
` [RFC PATCH v2 3/5] powerpc/lib: Use "
` [RFC PATCH v2 4/5] powerpc/lib: Add LKDTM accessor for patching addr
` [RFC PATCH v2 5/5] powerpc: Add LKDTM test to hijack a patch mapping

[PATCH] nsproxy: attach to namespaces via pidfds
 2020-04-27 19:48 UTC  (4+ messages)

[RFC PATCH 00/21] Improve list integrity checking
 2020-04-27 19:24 UTC  (8+ messages)
` [RFC PATCH 03/21] list: Annotate lockless list primitives with data_race()

Get involved
 2020-04-27 15:26 UTC 

[PATCH v5 0/6] implement KASLR for powerpc/fsl_booke/64
 2020-04-27 13:34 UTC  (4+ 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).