kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-24 17:08:07 to 2019-10-25 16:23:04 UTC [more...]

[PATCH 00/18] add support for Clang's Shadow Call Stack
 2019-10-25 16:22 UTC  (98+ messages)
` [PATCH 01/18] arm64: mm: don't use x18 in idmap_kpti_install_ng_mappings
` [PATCH 02/18] arm64/lib: copy_page: avoid x18 register in assembler code
` [PATCH 03/18] arm64: kvm: stop treating register x18 as caller save
` [PATCH 04/18] arm64: kernel: avoid x18 as an arbitrary temp register
` [PATCH 05/18] arm64: kbuild: reserve reg x18 from general allocation by the compiler
` [PATCH 06/18] add support for Clang's Shadow Call Stack (SCS)
` [PATCH 07/18] scs: add accounting
` [PATCH 08/18] scs: add support for stack usage debugging
` [PATCH 09/18] trace: disable function graph tracing with SCS
` [PATCH 10/18] kprobes: fix compilation without CONFIG_KRETPROBES
` [PATCH 11/18] kprobes: disable kretprobes with SCS
` [PATCH 12/18] arm64: reserve x18 only with Shadow Call Stack
` [PATCH 13/18] arm64: preserve x18 when CPU is suspended
` [PATCH 14/18] arm64: efi: restore x18 if it was corrupted
` [PATCH 15/18] arm64: vdso: disable Shadow Call Stack
` [PATCH 16/18] arm64: kprobes: fix kprobes without CONFIG_KRETPROBES
` [PATCH 17/18] arm64: disable SCS for hypervisor code
` [PATCH 18/18] arm64: implement Shadow Call Stack
` [PATCH v2 00/17] add support for Clang's "
  ` [PATCH v2 01/17] arm64: mm: don't use x18 in idmap_kpti_install_ng_mappings
  ` [PATCH v2 02/17] arm64/lib: copy_page: avoid x18 register in assembler code
  ` [PATCH v2 03/17] arm64: kvm: stop treating register x18 as caller save
  ` [PATCH v2 04/17] arm64: kernel: avoid x18 as an arbitrary temp register
  ` [PATCH v2 05/17] add support for Clang's Shadow Call Stack (SCS)
  ` [PATCH v2 06/17] scs: add accounting
  ` [PATCH v2 07/17] scs: add support for stack usage debugging
  ` [PATCH v2 08/17] kprobes: fix compilation without CONFIG_KRETPROBES
  ` [PATCH v2 09/17] arm64: disable function graph tracing with SCS
  ` [PATCH v2 10/17] arm64: disable kretprobes "
  ` [PATCH v2 11/17] arm64: reserve x18 from general allocation "
  ` [PATCH v2 12/17] arm64: preserve x18 when CPU is suspended
  ` [PATCH v2 13/17] arm64: efi: restore x18 if it was corrupted
  ` [PATCH v2 14/17] arm64: vdso: disable Shadow Call Stack
  ` [PATCH v2 15/17] arm64: kprobes: fix kprobes without CONFIG_KRETPROBES
  ` [PATCH v2 16/17] arm64: disable SCS for hypervisor code
  ` [PATCH v2 17/17] arm64: implement Shadow Call Stack

How to get the crash dump if system hangs?
 2019-10-25  2:10 UTC  (10+ messages)

[PATCH v7 00/12] implement KASLR for powerpc/fsl_booke/32
 2019-10-22 23:22 UTC  (8+ messages)

[PATCH V2] kernel: dma: contigous: Make CMA parameters __initdata/__initconst
 2019-10-22 13:56 UTC  (2+ messages)

How to get the crash dump if system hangs?
 2019-10-21 10:22 UTC  (3+ messages)

How to get the crash dump if system hangs?
 2019-10-20 19:31 UTC 

[PATCH] slab: Redefine ZERO_SIZE_PTR to include ERR_PTR range
 2019-10-20 15:38 UTC  (6+ messages)

[PATCH] kernel: dma: Make CMA boot parameters __ro_after_init
 2019-10-19  5:37 UTC  (5+ messages)

[PATCH v4 0/4] Implement STRICT_MODULE_RWX for powerpc
 2019-10-14  5:13 UTC  (5+ messages)
` [PATCH v4 1/4] powerpc/mm: Implement set_memory() routines
` [PATCH v4 2/4] powerpc/kprobes: Mark newly allocated probes as RO
` [PATCH v4 3/4] powerpc/mm/ptdump: debugfs handler for W+X checks at runtime
` [PATCH v4 4/4] powerpc: Enable STRICT_MODULE_RWX

[PRE-REVIEW PATCH 00/16] Modernize the tasklet API
 2019-10-10 22:34 UTC  (29+ messages)
` [PRE-REVIEW PATCH 01/16] tasklet: Prepare to change tasklet callback argument type
` [PRE-REVIEW PATCH 02/16] crypto: ccp - Prepare to use the new tasklet API
` [PRE-REVIEW PATCH 03/16] mmc: renesas_sdhi: "
` [PRE-REVIEW PATCH 04/16] net: liquidio: "
` [PRE-REVIEW PATCH 05/16] chelsio: "
` [PRE-REVIEW PATCH 06/16] net: mvpp2: "
` [PRE-REVIEW PATCH 07/16] qed: "
` [PRE-REVIEW PATCH 08/16] isdn: "
` [PRE-REVIEW PATCH 09/16] scsi: pm8001: "
` [PRE-REVIEW PATCH 10/16] scsi: pmcraid: "
` [PRE-REVIEW PATCH 11/16] treewide: Globally replace tasklet_init() by tasklet_setup()
` [PRE-REVIEW PATCH 12/16] tasklet: Pass tasklet_struct pointer as .data in DECLARE_TASKLET
` [PRE-REVIEW PATCH 13/16] tasklet: Pass tasklet_struct pointer to callbacks unconditionally
` [PRE-REVIEW PATCH 14/16] tasklet: Remove the data argument from DECLARE_TASKLET() macros
` [PRE-REVIEW PATCH 15/16] tasklet: convert callbacks prototype for using struct tasklet_struct * arguments
` [PRE-REVIEW PATCH 16/16] tasklet: Add the new initialization function permanently

[PATCH v5 00/12] S.A.R.A. a new stacked LSM
 2019-10-07 12:40 UTC  (6+ messages)
` [PATCH v5 04/12] S.A.R.A.: generic DFA for string matching

[PATCH 1/2] mm: slub: init_on_free=1 should wipe freelist ptr for bulk allocations
 2019-10-07  9:16 UTC  (2+ messages)
` [PATCH 2/2] lib/test_meminit: add a kmem_cache_alloc_bulk() test

[PATCH v1 1/2] mm: slub: init_on_free=1 should wipe freelist ptr for bulk allocations
 2019-10-04 18:45 UTC  (3+ messages)
` [PATCH v1 2/2] lib/test_meminit: add a kmem_cache_alloc_bulk() test

[PATCH v3] audit: Report suspicious O_CREAT usage
 2019-10-03 18:29 UTC  (2+ messages)

[PATCH v2] audit: Report suspicious O_CREAT usage
 2019-10-02 21:12 UTC  (2+ messages)

[PATCH] audit: Report suspicious O_CREAT usage
 2019-10-01  5:37 UTC  (9+ messages)

refactor tasklets to avoid unsigned long argument
 2019-09-29 16:37 UTC  (11+ messages)

[PATCH V2 0/2] string: Add stracpy and stracpy_pad
 2019-09-27 13:22 UTC  (11+ messages)
` [PATCH V2 1/2] string: Add stracpy and stracpy_pad mechanisms

Introduction and get involved
 2019-09-26 22:10 UTC  (4+ messages)

[PATCH 0/5] Add and use sizeof_member macro to bring uniformity
 2019-09-25  4:29 UTC  (6+ messages)
` [PATCH 1/5] linux/kernel.h: Add sizeof_member macro


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