kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-04 18:04:12 to 2020-06-03 05:18:37 UTC [more...]

[PATCH 0/5] Use per-CPU temporary mappings for patching
 2020-06-03  5:19 UTC  (5+ messages)
` [PATCH 1/5] powerpc/mm: Introduce temporary mm
` [PATCH 2/5] powerpc/lib: Initialize a temporary mm for code patching
` [PATCH 3/5] powerpc/lib: Use "
` [PATCH 4/5] powerpc/lib: Add LKDTM accessor for patching addr

[PATCH v5 0/3] drivers/acpi: Remove function callback casts
 2020-05-30 14:34 UTC  (4+ messages)
` [PATCH v5 1/3] drivers/acpi: Add new macro ACPI_DECLARE_SUBTABLE_PROBE_ENTRY
` [PATCH v5 2/3] drivers/irqchip: Use "
` [PATCH v5 3/3] drivers/acpi: Remove function cast

[PATCH v4 0/3] drivers/acpi: Remove function callback casts
 2020-05-30 14:18 UTC  (5+ messages)
` [PATCH v4 1/3] drivers/acpi: Add new macro ACPI_DECLARE_SUBTABLE_PROBE_ENTRY
` [PATCH v4 2/3] drivers/irqchip: Use "
` [PATCH v4 3/3] drivers/acpi: Remove function cast

[PATCH v3 0/2] drivers/irqchip: Remove function callback casts
 2020-05-30 12:46 UTC  (5+ messages)
` [PATCH v3 1/2] drivers/irqchip: Add new macro ACPI_DECLARE_SUBTABLE_PROBE_ENTRY
` [PATCH v3 2/2] drivers/irqchip: Use "

[PATCH v3] firewire: Remove function callback casts
 2020-05-30  9:08 UTC 

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

[PATCH v2] drivers/irqchip: Remove function callback casts
 2020-05-26 19:51 UTC  (4+ messages)

[PATCH] drivers/irqchip: Remove function callback casts
 2020-05-26 17:32 UTC  (5+ messages)

[PATCH v2] firewire-core: remove cast of function callback
 2020-05-25  1:44 UTC  (4+ messages)

[PATCH] staging/rtl8192e: Remove function callback casts
 2020-05-24  9:15 UTC 

[PATCH v2] firewire: Remove function callback casts
 2020-05-23  7:58 UTC  (6+ messages)

[PATCH] x86/mm/init: Stop printing pgt_buf addresses
 2020-05-23  2:57 UTC  (3+ messages)

[PATCH 0/2] firewire: obsolete cast of function callback toward CFI
 2020-05-22 17:35 UTC  (4+ 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 v2 0/9] Function Granular KASLR
 2020-05-21 23:44 UTC  (22+ messages)
` [PATCH v2 1/9] objtool: Do not assume order of parent/child functions
` [PATCH v2 2/9] x86: tools/relocs: Support >64K section headers
` [PATCH v2 3/9] x86/boot: Allow a "silent" kaslr random byte fetch
` [PATCH v2 4/9] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
` [PATCH v2 5/9] x86: Make sure _etext includes function sections
` [PATCH v2 6/9] x86/tools: Add relative relocs for randomized functions
` [PATCH v2 7/9] x86: Add support for function granular KASLR
` [PATCH v2 8/9] kallsyms: Hide layout
` [PATCH v2 9/9] module: Reorder functions

[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  (15+ 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 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  (9+ 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  (6+ 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).