messages from 2018-04-09 13:14:58 to 2018-04-24 14:51:04 UTC [more...]
[PATCH 1/3] big key: get rid of stack array allocation
2018-04-24 14:51 UTC (8+ 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
[RFC PATCH v23 0/6] mm: security: write protection for dynamic data
2018-04-24 14:44 UTC (18+ 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
` [PATCH 8/9] Preliminary self test for pmalloc rare write
` [PATCH 9/9] Protect SELinux initialized state with pmalloc
[PATCH v11 0/6] Introduce the STACKLEAK feature and a test for it
2018-04-24 4:23 UTC (7+ messages)
` [PATCH v11 2/6] x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls
[patch V3 00/10] rslib: Cleanup and VLA removal
2018-04-22 16:23 UTC (11+ 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
[PATCHv3 00/11] ARMv8.3 pointer authentication userspace support
2018-04-22 9:00 UTC (19+ messages)
` [PATCHv3 01/11] arm64: add pointer authentication register bits
` [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 05/11] arm64/cpufeature: detect pointer authentication
` [PATCHv3 06/11] asm-generic: mm_hooks: allow hooks to be overridden individually
` [PATCHv3 07/11] arm64: add basic pointer authentication support
` [PATCHv3 08/11] arm64: expose user PAC bit positions via ptrace
` [PATCHv3 09/11] arm64: perf: strip PAC when unwinding userspace
` [PATCHv3 10/11] arm64: enable pointer authentication
` [PATCHv3 11/11] arm64: docs: document "
[patch V2 0/8] rslib: Cleanup and VLA removal
2018-04-21 8:17 UTC (20+ messages)
` [patch V2 1/8] rslib: Cleanup whitespace damage
` [patch V2 2/8] rslib: Cleanup top level comments
` [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
[PATCH v2 0/2] crypto: removing various VLAs
2018-04-20 16:51 UTC (7+ messages)
` [PATCH v2 1/2] crypto: api - laying defines and checks for statically allocated buffers
` [PATCH v2 2/2] crypto: remove several VLAs
[PATCHv5] gpio: Remove VLA from gpiolib
2018-04-20 9:02 UTC (5+ messages)
[PATCH 0/4] x86/crypto: Fix function prototypes
2018-04-19 10:35 UTC (9+ messages)
` [PATCH 1/4] x86/crypto: camellia: "
` [PATCH 2/4] x86/crypto: cast6: "
` [PATCH 3/4] x86/crypto: serpent: "
` [PATCH 4/4] x86/crypto: twofish: "
[patch 0/8] rslib: Cleanup and VLA removal
2018-04-19 8:16 UTC (5+ messages)
` [patch 5/8] rslib: Split rs control struct
BUG: KASAN: use-after-scope in ep_poll+0x1177/0x131b
2018-04-19 1:42 UTC
[gcc-plugins] c61f13eaa1 BUG: KASAN: use-after-scope in ep_poll at addr ffff88001ee87d00
2018-04-19 1:38 UTC
[PATCHv2] x86/xen: Remove use of VLAs
2018-04-18 22:17 UTC (2+ messages)
[PATCH v2] fork: Unconditionally clear stack on fork
2018-04-18 19:50 UTC (6+ messages)
[PATCH v2] exofs: Avoid VLA in structures
2018-04-18 16:35 UTC
[PATCH] x86/xen: Remove use of VLAs
2018-04-17 23:40 UTC (9+ messages)
[PATCH v5] namei: Allow restricted O_CREAT of FIFOs and regular files
2018-04-17 22:17 UTC (2+ messages)
mmap flags
2018-04-17 20:20 UTC (3+ messages)
[PATCH v2] net: ipv6: xfrm6_state: remove VLA usage
2018-04-16 22:13 UTC (2+ messages)
[PATCHv2] dmaengine: dmatest: Remove use of VLAs
2018-04-16 15:36 UTC (3+ messages)
[PATCHv4] gpio: Remove VLA from gpiolib
2018-04-14 10:55 UTC (7+ messages)
[PATCHv3] drm/amdkfd: Remove vla
2018-04-13 21:24 UTC
[RFC PATCH v22 0/6] mm: security: ro protection for dynamic data
2018-04-13 13:41 UTC (7+ messages)
` [PATCH 1/6] struct page: add field for vm_struct
` [PATCH 2/6] vmalloc: rename llist field in vmap_area
` [PATCH 3/6] Protectable Memory
` [PATCH 4/6] Documentation for Pmalloc
` [PATCH 5/6] Pmalloc selftest
` [PATCH 6/6] lkdtm: crash on overwriting protected pmalloc var
[PATCHv2] mISDN: Remove VLAs
2018-04-13 1:48 UTC (2+ messages)
[PATCH] gpio: xra1403: Switch to a fixed upper bound for registers
2018-04-12 8:17 UTC (3+ messages)
[PATCH bpf-next v8 05/11] seccomp,landlock: Enforce Landlock programs per process hierarchy
2018-04-11 22:18 UTC (12+ messages)
[PATCH v2 00/21] kconfig: move compiler capability tests to Kconfig
2018-04-11 16:09 UTC (5+ messages)
` [PATCH v2 19/21] gcc-plugins: test GCC plugin support in Kconfig
[PATCHv2] drm/amdkfd: Remove vla
2018-04-11 15:31 UTC (3+ messages)
[PATCHv2] misc: tifm: Remove VLA
2018-04-11 8:45 UTC (2+ messages)
[PATCH v4] Protected FIFOs and regular files
2018-04-11 6:09 UTC (6+ messages)
[PATCHv2] drm/i2c: tda998x: Remove VLA usage
2018-04-11 1:03 UTC
[PATCH] drm/i2c: tda998x: Remove VLA usage
2018-04-10 22:06 UTC (4+ messages)
[PATCH] misc: tifm: Remove VLA
2018-04-10 18:49 UTC (3+ messages)
[PATCH] drm/amdkfd: Remove vla
2018-04-10 18:43 UTC (4+ messages)
[PATCH] dmaengine: dmatest: Remove use of VLAs
2018-04-10 15:38 UTC (6+ messages)
[PATCH v3 0/3] usercopy: reimplement arch_within_stack_frames
2018-04-10 15:35 UTC (7+ messages)
` [PATCH v3 1/3] stacktrace: move arch_within_stack_frames from thread_info.h
` [PATCH v3 2/3] arm64: usercopy: implement arch_within_stack_frames
` [PATCH v3 3/3] x86: usercopy: reimplement arch_within_stack_frames with unwinder
[PATCH v4 0/3] usercopy: reimplement arch_within_stack_frames
2018-04-10 7:30 UTC (4+ messages)
` [PATCH v4 1/3] stacktrace: move arch_within_stack_frames from thread_info.h
` [PATCH v4 2/3] arm64: usercopy: implement arch_within_stack_frames
` [PATCH v4 3/3] x86: usercopy: reimplement arch_within_stack_frames with unwinder
[ANNOUNCE] Linux Security Summit North America 2018 - CFP
2018-04-09 23:14 UTC
[PATCH] mISDN: Remove VLAs
2018-04-09 21:07 UTC
[PATCH] drm/gma500: Remove VLA
2018-04-09 21:06 UTC
[kernel-hardening] [PATCHv2 00/12] ARMv8.3 pointer authentication userspace support
2018-04-09 19:03 UTC (10+ messages)
` [kernel-hardening] [PATCHv2 09/12] arm64/kvm: preserve host HCR_EL2 value
` "
` [kernel-hardening] [PATCHv2 10/12] arm64/kvm: context-switch ptrauth registers
` "
[PATCH 0/6] Remove several VLAs in the crypto subsystem
2018-04-09 14:02 UTC (8+ messages)
` [PATCH 1/6] crypto: api - laying macros for statically allocated buffers
` [PATCH 2/6] crypto: ctr - avoid VLA use
` [PATCH 3/6] crypto: api "
` [PATCH 4/6] crypto: pcbc "
` [PATCH 5/6] crypto: cts "
` [PATCH 6/6] crypto: cfb "
[PATCH 0/6] Remove several VLAs in the crypto subsystem
2018-04-09 13:27 UTC (6+ messages)
` [PATCH 3/6] crypto: api - avoid VLA use
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).