kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-20 09:10:40 to 2020-06-22 19:32:32 UTC [more...]

[PATCH v4 0/5] Optionally randomize kernel stack offset each syscall
 2020-06-22 19:31 UTC  (4+ messages)
` [PATCH v4 1/5] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v4 2/5] init_on_alloc: Unpessimize default-on builds
` [PATCH v4 4/5] x86/entry: Enable random_kstack_offset support

lockdown bypass on mainline kernel for loading unsigned modules
 2020-06-22 14:45 UTC  (10+ messages)
` [PATCH] acpi: disallow loading configfs acpi tables when locked down
` [oss-security] lockdown bypass on mainline kernel for loading unsigned modules

[RFC PATCH] arm64/acpi: disallow AML memory opregions to access kernel memory
 2020-06-22  9:27 UTC 

[PATCH] kernel/trace: Remove function callback casts
 2020-06-20 14:23 UTC  (5+ messages)

[PATCH 0/4] Paravirtualized Control Register pinning
 2020-06-20  5:13 UTC  (14+ messages)
` [PATCH 1/4] X86: Update mmu_cr4_features during feature identification
` [PATCH 2/4] KVM: x86: Introduce paravirt feature CR0/CR4 pinning
` [PATCH 3/4] selftests: kvm: add test for CR pinning with SMM
` [PATCH 4/4] X86: Use KVM CR pin MSRs

[PATCH] tracing: Use linker magic instead of recasting ftrace_ops_list_func()
 2020-06-18 17:58 UTC  (8+ messages)

[kvm-unit-tests PATCH v2] x86: Add control register pinning tests
 2020-06-18 14:06 UTC 

[kvm-unit-tests PATCH] x86: Add control register pinning tests
 2020-06-18 13:31 UTC  (6+ messages)

[kvm-unit-tests RESEND PATCH] x86: Add control register pinning tests
 2020-06-17 23:26 UTC 

[RFC] io_uring: add restrictions to support untrusted applications and guests
 2020-06-16 16:07 UTC  (10+ messages)

[PATCH] f2fs: Eliminate usage of uninitialized_var() macro
 2020-06-15 20:11 UTC  (3+ messages)

[PATCH] erofs: Eliminate usage of uninitialized_var() macro
 2020-06-15  8:29 UTC  (5+ messages)

[PATCH] f2fs: Eliminate usage of uninitialized_var() macro
 2020-06-15  8:38 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH 0/5] Use per-CPU temporary mappings for patching
 2020-06-15  6:37 UTC  (17+ 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 5/5] powerpc: Add LKDTM test to hijack a patch mapping

[PATCH] ata: Eliminate usage of uninitialized_var() macro
 2020-06-15  4:02 UTC 

[PATCH] ACPI: Eliminate usage of uninitialized_var() macro
 2020-06-15  4:00 UTC 

[PATCH] block: Eliminate usage of uninitialized_var() macro
 2020-06-15  3:58 UTC 

[PATCH 0/5] Improvements of the stackleak gcc plugin
 2020-06-11 23:45 UTC  (30+ messages)
` [PATCH 1/5] gcc-plugins/stackleak: Exclude alloca() from the instrumentation logic
` [PATCH 2/5] gcc-plugins/stackleak: Use asm instrumentation to avoid useless register saving
` [PATCH 3/5] gcc-plugins/stackleak: Add 'verbose' plugin parameter
` [PATCH 4/5] gcc-plugins/stackleak: Don't instrument itself
` [PATCH 5/5] gcc-plugins/stackleak: Don't instrument vgettimeofday.c in arm64 VDSO

[PATCH v2 0/9] Function Granular KASLR
 2020-06-09 20:59 UTC  (27+ 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 AUTOSEL 5.6 103/606] gcc-common.h: Update for GCC 10
 2020-06-08 23:03 UTC 

[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  (2+ 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).