kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-22 17:59:23 to 2019-08-06 16:42:11 UTC [more...]

[RFC PATCH v1 0/5] Add support for O_MAYEXEC
 2019-08-06 16:40 UTC  (5+ messages)
` [RFC PATCH v1 1/5] fs: Add support for an O_MAYEXEC flag on sys_open()

[PATCH bpf-next v10 00/10] Landlock LSM: Toward unprivileged sandboxing
 2019-08-06 16:24 UTC  (12+ messages)
` [PATCH bpf-next v10 06/10] bpf,landlock: Add a new map type: inode
` [PATCH bpf-next v10 10/10] landlock: Add user and kernel documentation for Landlock

[PATCH v9 00/11] x86: PIE support to extend KASLR randomization
 2019-08-06 15:50 UTC  (26+ messages)
` [PATCH v9 01/11] x86/crypto: Adapt assembly for PIE support
` [PATCH v9 02/11] x86: Add macro to get symbol address "
` [PATCH v9 03/11] x86: relocate_kernel - Adapt assembly "
` [PATCH v9 04/11] x86/entry/64: "
` [PATCH v9 05/11] x86: pm-trace - "
` [PATCH v9 06/11] x86/CPU: "
` [PATCH v9 07/11] x86/acpi: "
` [PATCH v9 08/11] x86/boot/64: "
` [PATCH v9 09/11] x86/power/64: "
` [PATCH v9 10/11] x86/paravirt: "
` [PATCH v9 11/11] x86/alternatives: "

[RFC PATCH v3] powerpc/xmon: Restrict when kernel is locked down
 2019-08-06 11:48 UTC  (2+ messages)

[PATCH v4 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-08-06  7:59 UTC  (15+ messages)
` [PATCH v4 01/10] powerpc: unify definition of M_IF_NEEDED
` [PATCH v4 02/10] powerpc: move memstart_addr and kernstart_addr to init-common.c
` [PATCH v4 03/10] powerpc: introduce kimage_vaddr to store the kernel base
` [PATCH v4 04/10] powerpc/fsl_booke/32: introduce create_tlb_entry() helper
` [PATCH v4 05/10] powerpc/fsl_booke/32: introduce reloc_kernel_entry() helper
` [PATCH v4 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure
` [PATCH v4 07/10] powerpc/fsl_booke/32: randomize the kernel image offset
` [PATCH v4 08/10] powerpc/fsl_booke/kaslr: clear the original kernel if randomized
` [PATCH v4 09/10] powerpc/fsl_booke/kaslr: support nokaslr cmdline parameter
` [PATCH v4 10/10] powerpc/fsl_booke/kaslr: dump out kernel offset information on panic

[PATCH v3 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-08-05  5:40 UTC  (16+ messages)
` [PATCH v3 01/10] powerpc: unify definition of M_IF_NEEDED
` [PATCH v3 02/10] powerpc: move memstart_addr and kernstart_addr to init-common.c
` [PATCH v3 03/10] powerpc: introduce kimage_vaddr to store the kernel base
` [PATCH v3 04/10] powerpc/fsl_booke/32: introduce create_tlb_entry() helper
` [PATCH v3 05/10] powerpc/fsl_booke/32: introduce reloc_kernel_entry() helper
` [PATCH v3 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure
` [PATCH v3 07/10] powerpc/fsl_booke/32: randomize the kernel image offset
` [PATCH v3 08/10] powerpc/fsl_booke/kaslr: clear the original kernel if randomized
` [PATCH v3 09/10] powerpc/fsl_booke/kaslr: support nokaslr cmdline parameter
` [PATCH v3 10/10] powerpc/fsl_booke/kaslr: dump out kernel offset information on panic

[RFC PATCH v2] powerpc/xmon: restrict when kernel is locked down
 2019-08-03 19:04 UTC  (7+ messages)

Hello Kernel Hardening
 2019-08-01 20:25 UTC  (7+ messages)

[PATCH] Documentation patch (gcc-plugins kernel)
 2019-08-01 20:14 UTC 

[PATCH 0/2] fix is_pure_ops_struct()
 2019-08-01 13:41 UTC  (6+ messages)
` [PATCH 1/2] randstruct: fix a bug in is_pure_ops_struct()
` [PATCH 2/2] randstruct: remove dead code "

[PATCH] randstruct: fix a bug in is_pure_ops_struct()
 2019-07-31 16:25 UTC  (3+ messages)

[PATCH v2 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-07-31  2:06 UTC  (21+ messages)
` [PATCH v2 01/10] powerpc: unify definition of M_IF_NEEDED
` [PATCH v2 02/10] powerpc: move memstart_addr and kernstart_addr to init-common.c
` [PATCH v2 03/10] powerpc: introduce kimage_vaddr to store the kernel base
` [PATCH v2 04/10] powerpc/fsl_booke/32: introduce create_tlb_entry() helper
` [PATCH v2 05/10] powerpc/fsl_booke/32: introduce reloc_kernel_entry() helper
` [PATCH v2 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure
` [PATCH v2 07/10] powerpc/fsl_booke/32: randomize the kernel image offset
` [PATCH v2 08/10] powerpc/fsl_booke/kaslr: clear the original kernel if randomized
` [PATCH v2 09/10] powerpc/fsl_booke/kaslr: support nokaslr cmdline parameter
` [PATCH v2 10/10] powerpc/fsl_booke/kaslr: dump out kernel offset information on panic

[PATCH v8 00/11] x86: PIE support to extend KASLR randomization
 2019-07-30 19:09 UTC  (3+ messages)

[RFC PATCH 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-07-30  0:47 UTC  (37+ messages)
` [RFC PATCH 01/10] powerpc: unify definition of M_IF_NEEDED
` [RFC PATCH 02/10] powerpc: move memstart_addr and kernstart_addr to init-common.c
` [RFC PATCH 03/10] powerpc: introduce kimage_vaddr to store the kernel base
` [RFC PATCH 04/10] powerpc/fsl_booke/32: introduce create_tlb_entry() helper
` [RFC PATCH 05/10] powerpc/fsl_booke/32: introduce reloc_kernel_entry() helper
` [RFC PATCH 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure
` [RFC PATCH 07/10] powerpc/fsl_booke/32: randomize the kernel image offset
` [RFC PATCH 08/10] powerpc/fsl_booke/kaslr: clear the original kernel if randomized
` [RFC PATCH 09/10] powerpc/fsl_booke/kaslr: support nokaslr cmdline parameter
` [RFC PATCH 10/10] powerpc/fsl_booke/kaslr: dump out kernel offset information on panic

[PATCH] selinux: convert struct sidtab count to refcount_t
 2019-07-29 16:51 UTC  (11+ messages)

[PATCH v7] Documentation/checkpatch: Prefer stracpy/strscpy over strcpy/strlcpy/strncpy
 2019-07-28 16:06 UTC 

[PATCH] strscpy: reject buffer sizes larger than INT_MAX
 2019-07-26 16:31 UTC 

[PATCH 0/2] string: Add stracpy and stracpy_pad
 2019-07-26  2:46 UTC  (18+ messages)
` [PATCH 1/2] string: Add stracpy and stracpy_pad mechanisms
` [PATCH 2/2] kernel-doc: core-api: Include string.h into core-api

[PATCH v6] Documentation/checkpatch: Prefer stracpy over strcpy/strlcpy/strncpy
 2019-07-25 22:57 UTC  (4+ messages)

[PATCH v5] Documentation/checkpatch: Prefer strscpy/strscpy_pad over strcpy/strlcpy/strncpy
 2019-07-25  7:26 UTC  (7+ messages)

[PATCH v2] selinux: check sidtab limit before adding a new entry
 2019-07-24 15:18 UTC  (3+ messages)

[PATCH] checkpatch: Added warnings in favor of strscpy()
 2019-07-24 11:41 UTC  (13+ messages)

[PATCH V2 0/2] string: Add stracpy and stracpy_pad
 2019-07-24  7:10 UTC  (7+ messages)
` [PATCH V2 1/2] string: Add stracpy and stracpy_pad mechanisms
` [PATCH V2 2/2] kernel-doc: core-api: Include string.h into core-api

[PATCH] selinux: check sidtab limit before adding a new entry
 2019-07-23  6:48 UTC  (6+ messages)

refactor tasklets to avoid unsigned long argument
 2019-07-23  8:15 UTC  (7+ messages)

[PATCH] checkpatch: Added warnings in favor of strscpy()
 2019-07-22 18:35 UTC  (9+ messages)
  ` [RFC PATCH] string.h: Add stracpy/stracpy_pad (was: Re: [PATCH] checkpatch: Added warnings in favor of strscpy().)


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