kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-02 10:45:43 to 2019-12-02 10:48:22 UTC [more...]

Contributing to KSPP newbie
 2019-12-02 10:47 UTC  (7+ messages)

[PATCH v2 0/3] ubsan: Split out bounds checker
 2019-11-28 16:14 UTC  (13+ messages)
` [PATCH v2 1/3] ubsan: Add trap instrumentation option
` [PATCH v2 2/3] ubsan: Split "bounds" checker from other options
` [PATCH v2 3/3] lkdtm/bugs: Add arithmetic overflow and array bounds checks

Questions about "security functions" and "suppression of compilation alarms"
 2019-11-27 20:07 UTC  (2+ messages)

[PATCH v7] crypto: x86: Regularize glue function prototypes
 2019-11-27 18:01 UTC  (2+ messages)

contribute to KSPP
 2019-11-25 12:29 UTC  (3+ messages)

[PATCH v6 0/8] crypto: x86: Fix indirect function call casts
 2019-11-22  3:06 UTC  (13+ messages)
` [PATCH v6 1/8] crypto: x86/glue_helper: Regularize function prototypes
` [PATCH v6 2/8] crypto: x86/serpent: Remove glue function macros usage
` [PATCH v6 3/8] crypto: x86/camellia: Remove glue function macro usage
` [PATCH v6 4/8] crypto: x86/twofish: "
` [PATCH v6 5/8] crypto: x86/cast6: "
` [PATCH v6 6/8] crypto: x86/aesni: "
` [PATCH v6 7/8] crypto: x86/glue_helper: Remove function prototype cast helpers
` [PATCH v6 8/8] crypto, x86/sha: Eliminate casts on asm implementations

[PATCH v5 0/8] crypto: x86: Fix indirect function call casts
 2019-11-21 23:14 UTC  (16+ messages)
` [PATCH v5 1/8] crypto: x86/glue_helper: Regularize function prototypes
` [PATCH v5 2/8] crypto: x86/serpent: Remove glue function macros usage
` [PATCH v5 3/8] crypto: x86/camellia: Remove glue function macro usage
` [PATCH v5 4/8] crypto: x86/twofish: "
` [PATCH v5 5/8] crypto: x86/cast6: "
` [PATCH v5 6/8] crypto: x86/aesni: "
` [PATCH v5 7/8] crypto: x86/glue_helper: Remove function prototype cast helpers
` [PATCH v5 8/8] crypto, x86/sha: Eliminate casts on asm implementations

[PATCH 0/3] ubsan: Split out bounds checker
 2019-11-21 17:57 UTC  (8+ messages)
` [PATCH 1/3] ubsan: Add trap instrumentation option
` [PATCH 2/3] ubsan: Split "bounds" checker from other options
` [PATCH 3/3] lkdtm/bugs: Add arithmetic overflow and array bounds checks

[PATCH 0/6] implement KASLR for powerpc/fsl_booke/64
 2019-11-20 18:51 UTC  (8+ messages)
` [PATCH 1/6] powerpc/fsl_booke/kaslr: refactor kaslr_legal_offset() and kaslr_early_init()
` [PATCH 2/6] powerpc/fsl_booke/64: introduce reloc_kernel_entry() helper
` [PATCH 3/6] powerpc/fsl_booke/64: implement KASLR for fsl_booke64
` [PATCH 4/6] powerpc/fsl_booke/64: do not clear the BSS for the second pass
` [PATCH 5/6] powerpc/fsl_booke/64: clear the original kernel if randomized
` [PATCH 6/6] powerpc/fsl_booke/kaslr: rename kaslr-booke32.rst to kaslr-booke.rst and add 64bit part

[RFC PATCH] kernel/module: have the callers of set_memory_*() check the return value
 2019-11-20 16:19 UTC  (8+ messages)

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2019-11-18 23:13 UTC  (72+ messages)
` [PATCH v4 00/17] "
  ` [PATCH v4 03/17] arm64: kvm: stop treating register x18 as caller save
  ` [PATCH v4 04/17] arm64: kernel: avoid x18 __cpu_soft_restart
  ` [PATCH v4 05/17] add support for Clang's Shadow Call Stack (SCS)
  ` [PATCH v4 06/17] scs: add accounting
  ` [PATCH v4 07/17] scs: add support for stack usage debugging
  ` [PATCH v4 08/17] kprobes: fix compilation without CONFIG_KRETPROBES
  ` [PATCH v4 10/17] arm64: disable kretprobes with SCS
  ` [PATCH v4 11/17] arm64: disable function graph tracing "
  ` [PATCH v4 13/17] arm64: preserve x18 when CPU is suspended
` [PATCH v5 00/14] add support for Clang's Shadow Call Stack
  ` [PATCH v5 01/14] arm64: mm: avoid x18 in idmap_kpti_install_ng_mappings
  ` [PATCH v5 02/14] arm64/lib: copy_page: avoid x18 register in assembler code
  ` [PATCH v5 03/14] arm64: kvm: stop treating register x18 as caller save
  ` [PATCH v5 04/14] arm64: kernel: avoid x18 in __cpu_soft_restart
  ` [PATCH v5 05/14] add support for Clang's Shadow Call Stack (SCS)
  ` [PATCH v5 06/14] scs: add accounting
  ` [PATCH v5 07/14] scs: add support for stack usage debugging
  ` [PATCH v5 08/14] arm64: disable function graph tracing with SCS
  ` [PATCH v5 09/14] arm64: reserve x18 from general allocation "
  ` [PATCH v5 10/14] arm64: preserve x18 when CPU is suspended
  ` [PATCH v5 11/14] arm64: efi: restore x18 if it was corrupted
  ` [PATCH v5 12/14] arm64: vdso: disable Shadow Call Stack
  ` [PATCH v5 13/14] arm64: disable SCS for hypervisor code
  ` [PATCH v5 14/14] arm64: implement Shadow Call Stack

[PATCH 0/5] bnx2x: Remove function casts
 2019-11-16 20:51 UTC  (7+ messages)
` [PATCH 1/5] bnx2x: Drop redundant callback "
` [PATCH 2/5] bnx2x: Remove read_status_t "
` [PATCH 3/5] bnx2x: Remove config_init_t "
` [PATCH 4/5] bnx2x: Remove format_fw_ver_t "
` [PATCH 5/5] bnx2x: Remove hw_reset_t "

[PATCH v2] staging: rtl*: Remove tasklet callback casts
 2019-11-15 17:28 UTC 

[PATCH] staging: rtl*: Remove tasklet callback casts
 2019-11-15 16:49 UTC  (6+ messages)

[kernel-hardening] [PATCH v5 00/38] Hardened usercopy whitelisting
 2019-11-14 21:27 UTC  (5+ messages)
` [kernel-hardening] [PATCH 09/38] usercopy: Mark kmalloc caches as usercopy caches

[PATCH v4 0/8] crypto: x86: Fix indirect function call casts
 2019-11-12 22:56 UTC  (13+ messages)
` [PATCH v4 1/8] crypto: x86/glue_helper: Add function glue macros
` [PATCH v4 2/8] crypto: x86/serpent: Use new glue function macros
` [PATCH v4 3/8] crypto: x86/camellia: "
` [PATCH v4 4/8] crypto: x86/twofish: "
` [PATCH v4 5/8] crypto: x86/cast6: "
` [PATCH v4 6/8] crypto: x86/aesni: "
` [PATCH v4 7/8] crypto: x86/glue_helper: Remove function prototype cast helpers
` [PATCH v4 8/8] crypto, x86/sha: Eliminate casts on asm implementations

[PATCH bpf-next v13 0/7] Landlock LSM
 2019-11-08 15:39 UTC  (26+ messages)
` [PATCH bpf-next v13 1/7] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v13 2/7] landlock: Add the management of domains
` [PATCH bpf-next v13 3/7] landlock,seccomp: Apply Landlock programs to process hierarchy
` [PATCH bpf-next v13 4/7] landlock: Add ptrace LSM hooks
` [PATCH bpf-next v13 5/7] bpf,landlock: Add task_landlock_ptrace_ancestor() helper
` [PATCH bpf-next v13 6/7] bpf,landlock: Add tests for the Landlock ptrace program type
` [PATCH bpf-next v13 7/7] landlock: Add user and kernel documentation for Landlock

[PRE-REVIEW PATCH 00/16] Modernize the tasklet API
 2019-11-07 21:22 UTC  (7+ messages)

[PATCH v5 0/5] Implement STRICT_MODULE_RWX for powerpc
 2019-11-02 10:45 UTC  (3+ messages)
` [PATCH v5 2/5] powerpc/kprobes: Mark newly allocated probes as RO


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