kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-19 10:04:47 to 2018-05-09 18:00:28 UTC [more...]

[RFC][PATCH 00/13] Provide saturating helpers for allocation
 2018-05-09 18:00 UTC  (19+ 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 v3 1/3] big key: get rid of stack array allocation
 2018-05-08 23:14 UTC  (5+ messages)
` [PATCH v3 2/3] dh key: get rid of stack allocated array
` [PATCH v3 3/3] dh key: get rid of stack allocated array for zeroes

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

[PATCH v11 0/6] Introduce the STACKLEAK feature and a test for it
 2018-05-06 10:04 UTC  (30+ 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] 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  (25+ messages)
` [PATCH 1/9] struct page: add field for vm_struct
` [PATCH 2/9] vmalloc: rename llist field in vmap_area
` [PATCH 3/9] Protectable Memory
` [PATCH 4/9] Documentation for Pmalloc
` [PATCH 5/9] Pmalloc selftest
` [PATCH 6/9] lkdtm: crash on overwriting protected pmalloc var
` [PATCH 7/9] Pmalloc Rare Write: modify selected pools
    ` Correct way to access the physmap? - Was: "
` [PATCH 8/9] Preliminary self test for pmalloc rare write
` [PATCH 9/9] Protect SELinux initialized state with pmalloc

[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

[PATCHv3] drm/amdkfd: Remove vla
 2018-05-02 21:49 UTC  (2+ messages)

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  (16+ 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  (13+ messages)
` [PATCH 2/3] dh key: get rid of stack allocated array
` [PATCH 3/3] dh key: get rid of stack allocated array for zeroes

[PATCH 4.14 022/183] kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
 2018-04-25 10:34 UTC 

[PATCH v3 ipsec-next] xfrm: remove VLA usage in __xfrm6_sort()
 2018-04-25  9:11 UTC  (2+ messages)

[patch V3 00/10] rslib: Cleanup and VLA removal
 2018-04-25  8:59 UTC  (15+ messages)
` [patch V3 01/10] rslib: Add GFP aware init function
` [patch V3 02/10] dm/verity_fec: Use GFP aware reed solomon init
` [patch V3 03/10] rslib: Cleanup whitespace damage
` [patch V3 04/10] rslib: Cleanup top level comments
` [patch V3 05/10] rslib: Add SPDX identifiers
` [patch V3 06/10] rslib: Remove GPL boilerplate
` [patch V3 07/10] rslib: Simplify error path
` [patch V3 08/10] rslib: Split rs control struct
` [patch V3 09/10] mtd: rawnand: diskonchip: Allocate rs control per instance
` [patch V3 10/10] rslib: Allocate decoder buffers to avoid VLAs

Patch "kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl" has been added to the 4.14-stable tree
 2018-04-24 15:01 UTC 

[patch V2 0/8] rslib: Cleanup and VLA removal
 2018-04-21  8:17 UTC  (18+ messages)
` [patch V2 3/8] rslib: Add SPDX identifiers
` [patch V2 4/8] rslib: Remove GPL boilerplate
` [patch V2 5/8] rslib: Split rs control struct
` [patch V2 6/8] mtd/diskonchip: Allocate rs control per instance
` [patch V2 7/8] dm verity fec: Check result of init_rs()
` [patch V2 8/8] rslib: Allocate decoder buffers to avoid VLAs

[PATCHv5] gpio: Remove VLA from gpiolib
 2018-04-20  9:02 UTC  (2+ messages)

[PATCH 0/4] x86/crypto: Fix function prototypes
 2018-04-19 10:35 UTC  (5+ messages)
` [PATCH 1/4] x86/crypto: camellia: "


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