kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-25 10:36:21 to 2018-05-19 10:07:08 UTC [more...]

[PATCHv2] drm/i2c: tda998x: Remove VLA usage
 2018-05-19 10:07 UTC  (3+ messages)

[PATCH v12 0/6] Introduce the STACKLEAK feature and a test for it
 2018-05-18 21:12 UTC  (12+ messages)
` [PATCH v12 1/6] gcc-plugins: Clean up the cgraph_create_edge* macros
` [PATCH v12 2/6] x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls
` [PATCH v12 3/6] gcc-plugins: Add STACKLEAK plugin for tracking the kernel stack
` [PATCH v12 4/6] lkdtm: Add a test for STACKLEAK
` [PATCH v12 5/6] fs/proc: Show STACKLEAK metrics in the /proc file system
` [PATCH v12 6/6] doc: self-protection: Add information about STACKLEAK feature

[PATCHv8] gpio: Remove VLA from gpiolib
 2018-05-18 21:12 UTC  (4+ messages)

[PATCH] drm/gma500: Remove VLA
 2018-05-18 17:58 UTC  (2+ messages)

[PATCH] ocfs2: drop a VLA in ocfs2_orphan_del()
 2018-05-18 15:00 UTC  (2+ messages)

[PATCHv7] gpio: Remove VLA from gpiolib
 2018-05-18  6:51 UTC  (2+ messages)

[PATCHv6] gpio: Remove VLA from gpiolib
 2018-05-17  7:58 UTC  (3+ messages)

[PATCH 1/2] powerpc: Rename thread_struct.fs to addr_limit
 2018-05-15 22:04 UTC  (3+ messages)
` [PATCH 2/2] powerpc: Check address limit on user-mode return (TIF_FSCHECK)

[PATCH v5 1/7] proc: add proc_fs_info struct to store proc information
 2018-05-15 16:19 UTC  (4+ messages)

[ANNOUNCE] Linux Security Summit Europe 2018 - CFP
 2018-05-15  8:30 UTC 

[PATCHv5] gpio: Remove VLA from gpiolib
 2018-05-15  7:30 UTC  (5+ messages)

[PATCH v11 0/6] Introduce the STACKLEAK feature and a test for it
 2018-05-14 18:55 UTC  (36+ messages)
` [PATCH v11 2/6] x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls
` [PATCH 0/2] Stackleak for arm64
  ` [PATCH 1/2] stackleak: Update "
  ` [PATCH 2/2] arm64: Clear the stack

[PATCH v5 7/7] proc: add option to mount only a pids subset
 2018-05-14 13:13 UTC  (4+ messages)

[PATCH v5 5/7] proc: instantiate only pids that we can ptrace on 'limit_pids=1' mount option
 2018-05-14  8:34 UTC  (5+ messages)

[PATCHv3] drm/amdkfd: Remove vla
 2018-05-12 11:11 UTC  (3+ messages)

[PATCH v3 1/3] big key: get rid of stack array allocation
 2018-05-11 20:09 UTC  (7+ messages)

[PATCH v5 0/7] proc: modernize proc to support multiple private instances
 2018-05-11 19:28 UTC  (3+ messages)

[PATCH v5 6/7] proc: flush task dcache entries from all procfs instances
 2018-05-11  9:36 UTC 

[PATCH v5 4/7] proc: support mounting private procfs instances inside same pid namespace
 2018-05-11  9:35 UTC 

[PATCH v5 3/7] proc: add helpers to set and get proc hidepid and gid mount options
 2018-05-11  9:35 UTC 

[PATCH v5 2/7] proc: move /proc/{self|thread-self} dentries to proc_fs_info
 2018-05-11  9:35 UTC 

[PATCH v2 0/6] Provide saturating helpers for allocation
 2018-05-11  0:02 UTC  (8+ messages)
` [PATCH v2 1/6] compiler.h: enable builtin overflow checkers and add fallback code
` [PATCH v2 2/6] lib: add runtime test of check_*_overflow functions
` [PATCH v2 3/6] overflow.h: Add allocation size calculation helpers
` [PATCH v2 4/6] mm: Use overflow helpers in kmalloc_array*()
` [PATCH v2 5/6] mm: Use overflow helpers in kvmalloc()
` [PATCH v2 6/6] device: Use overflow helpers for devm_kmalloc()

[RFC][PATCH 00/13] Provide saturating helpers for allocation
 2018-05-09 18:49 UTC  (23+ messages)
` [PATCH 01/13] compiler.h: enable builtin overflow checkers and add fallback code
` [PATCH 02/13] lib: add runtime test of check_*_overflow functions
` [PATCH 03/13] overflow.h: Add allocation size calculation helpers
` [PATCH 04/13] mm: Use array_size() helpers for kmalloc()
` [PATCH 05/13] mm: Use array_size() helpers for kvmalloc()
` [PATCH 06/13] treewide: Use struct_size() for kmalloc()-family
` [PATCH 07/13] treewide: Use struct_size() for vmalloc()-family
` [PATCH 08/13] treewide: Use struct_size() for devm_kmalloc() and friends
` [PATCH 09/13] treewide: Use array_size() for kmalloc()-family
` [PATCH 10/13] treewide: Use array_size() for kmalloc()-family, leftovers
` [PATCH 11/13] treewide: Use array_size() for vmalloc()
` [PATCH 12/13] treewide: Use array_size() for devm_*alloc()-like
` [PATCH 13/13] treewide: Use array_size() for devm_*alloc()-like, leftovers

[PATCH v2] net: dsa: drop some VLAs in switch.c
 2018-05-08 10:32 UTC  (7+ messages)

[PATCH] net: dsa: drop some VLAs in switch.c
 2018-05-05 18:51 UTC  (7+ messages)

[PATCH 0/2] Add kvzalloc_struct to complement kvzalloc_array
 2018-05-04 16:03 UTC  (25+ messages)
` [PATCH 2/2] mm: Add kvmalloc_ab_c and kvzalloc_struct

[PATCH 0/3] kexec: limit kexec_load syscall
 2018-05-04  2:29 UTC  (5+ messages)

[RFC PATCH v23 0/6] mm: security: write protection for dynamic data
 2018-05-03 22:52 UTC  (9+ messages)
` [PATCH 7/9] Pmalloc Rare Write: modify selected pools
    ` Correct way to access the physmap? - Was: "

[PATCH 0/3 v2] linux-next: mm: Track genalloc allocations
 2018-05-02 23:02 UTC  (6+ messages)
` [PATCH 1/3] genalloc: track beginning of allocations
` [PATCH 2/3] Add label and license to genalloc.rst
` [PATCH 3/3] genalloc: selftest

Patch "kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl" has been added to the 3.18-stable tree
 2018-05-02 20:43 UTC 

Patch "kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl" has been added to the 4.4-stable tree
 2018-05-02 19:04 UTC 

Patch "kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl" has been added to the 4.9-stable tree
 2018-05-02 18:16 UTC 

[PATCH v2] inode: debugfs_create_dir uses mode permission from parent
 2018-05-02 14:29 UTC  (6+ messages)

[PATCH 0/3] linux-next: mm: hardening: Track genalloc allocations
 2018-04-30  4:04 UTC  (11+ messages)
` [PATCH 1/3] genalloc: track beginning of allocations
` [PATCH 2/3] Add label and license to genalloc.rst
` [PATCH 3/3] genalloc: selftest

[PATCHv3 00/11] ARMv8.3 pointer authentication userspace support
 2018-04-27 10:27 UTC  (13+ messages)
` [PATCHv3 02/11] arm64/kvm: consistently handle host HCR_EL2 flags
` [PATCHv3 03/11] arm64/kvm: hide ptrauth from guests
` [PATCHv3 04/11] arm64: Don't trap host pointer auth use to EL2
` [PATCHv3 07/11] arm64: add basic pointer authentication support
` [PATCHv3 11/11] arm64: docs: document pointer authentication

[PATCH v2 0/2] crypto: removing various VLAs
 2018-04-26 17:27 UTC  (3+ messages)

[PATCH v4 ipsec-next] xfrm: remove VLA usage in __xfrm6_sort()
 2018-04-26  8:33 UTC  (3+ messages)

[PATCH v3] ath9k: dfs: Remove VLA usage
 2018-04-25 14:42 UTC  (3+ messages)

[PATCH 1/3] big key: get rid of stack array allocation
 2018-04-25 14:15 UTC  (7+ 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).