kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-12 12:23:34 to 2019-07-30 00:47:31 UTC [more...]

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

[RFC PATCH v2] powerpc/xmon: restrict when kernel is locked down
 2019-07-29  7:00 UTC  (6+ messages)

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

[PATCH] randstruct: fix a bug in is_pure_ops_struct()
 2019-07-27 15:58 UTC 

[PATCH bpf-next v10 00/10] Landlock LSM: Toward unprivileged sandboxing
 2019-07-27  1:40 UTC  (12+ messages)
` [PATCH bpf-next v10 01/10] fs,security: Add a new file access type: MAY_CHROOT
` [PATCH bpf-next v10 02/10] bpf: Add expected_attach_triggers and a is_valid_triggers() verifier
` [PATCH bpf-next v10 03/10] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v10 04/10] seccomp,landlock: Enforce Landlock programs per process hierarchy
` [PATCH bpf-next v10 05/10] landlock: Handle filesystem access control
` [PATCH bpf-next v10 06/10] bpf,landlock: Add a new map type: inode
` [PATCH bpf-next v10 07/10] landlock: Add ptrace restrictions
` [PATCH bpf-next v10 08/10] bpf: Add a Landlock sandbox example
` [PATCH bpf-next v10 09/10] bpf,landlock: Add tests for Landlock
` [PATCH bpf-next v10 10/10] landlock: Add user and kernel documentation "

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

Regarding have kfree() (and related) set the pointer to NULL too
 2019-07-22 17:10 UTC  (6+ messages)

[PATCH 0/9] Harden list_for_each_entry_rcu() and family
 2019-07-17  0:07 UTC  (26+ messages)
` [PATCH 1/9] rcu/update: Remove useless check for debug_locks (v1)
` [PATCH 2/9] rcu: Add support for consolidated-RCU reader checking (v3)
` [PATCH 3/9] rcu/sync: Remove custom check for reader-section (v2)
` [PATCH 4/9] ipv4: add lockdep condition to fix for_each_entry (v1)
` [PATCH 5/9] driver/core: Convert to use built-in RCU list checking (v1)
` [PATCH 6/9] workqueue: Convert for_each_wq to use built-in list check (v2)
` [PATCH 7/9] x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator (v1)
` [PATCH 8/9] acpi: Use built-in RCU list checking for acpi_ioremaps list (v1)
` [PATCH 9/9] doc: Update documentation about list_for_each_entry_rcu (v1)

[PATCH v2 0/9] Harden list_for_each_entry_rcu() and family
 2019-07-16 18:50 UTC  (30+ messages)
` [PATCH v2 1/9] rcu/update: Remove useless check for debug_locks
` [PATCH v2 2/9] rcu: Add support for consolidated-RCU reader checking
` [PATCH v2 3/9] rcu/sync: Remove custom check for reader-section
` [PATCH v2 4/9] ipv4: add lockdep condition to fix for_each_entry
` [PATCH v2 5/9] driver/core: Convert to use built-in RCU list checking
` [PATCH v2 6/9] workqueue: Convert for_each_wq to use built-in list check
` [PATCH v2 7/9] x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator
` [PATCH v2 8/9] acpi: Use built-in RCU list checking for acpi_ioremaps list
` [PATCH v2 9/9] doc: Update documentation about list_for_each_entry_rcu

[PATCH] rculist: Add build check for single optional list argument
 2019-07-16  4:07 UTC 

[PATCH v5 00/12] S.A.R.A. a new stacked LSM
 2019-07-13  0:14 UTC  (5+ messages)
` [PATCH v5 01/12] S.A.R.A.: add documentation
` [PATCH v5 03/12] S.A.R.A.: cred blob management

[PATCH v1 0/6] Harden list_for_each_entry_rcu() and family
 2019-07-12 23:27 UTC  (14+ messages)
` [PATCH v1 1/6] rcu: Add support for consolidated-RCU reader checking

[PATCH 5.2 22/61] Documentation/admin: Remove the vsyscall=native documentation
 2019-07-12 12:19 UTC 

[PATCH 5.1 105/138] Documentation/admin: Remove the vsyscall=native documentation
 2019-07-12 12:19 UTC 

[PATCH 4.19 66/91] Documentation/admin: Remove the vsyscall=native documentation
 2019-07-12 12:19 UTC 


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