kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-13 20:59:31 to 2018-03-26 16:22:01 UTC [more...]

[kernel-hardening] [PATCH v5 00/38] Hardened usercopy whitelisting
 2018-03-26 16:22 UTC  (5+ messages)
` [kernel-hardening] [PATCH 33/38] arm64: Implement thread_struct whitelist for hardened usercopy
  ` [kernel-hardening] "
      `  "

[PATCH 0/4] usercopy: reimplement arch_within_stack_frames
 2018-03-26 14:35 UTC  (2+ messages)

[kernel-hardening] [PATCH v3 0/4] randstruct: Enable function pointer struct detection
 2018-03-26 12:03 UTC  (4+ messages)
` [kernel-hardening] [PATCH 1/4] task_struct: Allow randomized layout
  `  "

[PATCH 0/4] VLA removal from the GPIO subsystem
 2018-03-26  9:09 UTC  (17+ messages)
` [PATCH 1/4] gpio: Remove VLA from gpiolib
` [PATCH 2/4] gpio: Remove VLA from MAX3191X driver
` [PATCH 3/4] gpio: Remove VLA from xra1403 driver
` [PATCH 4/4] gpio: Remove VLA from stmpe driver

[PATCH] drm: udl: Properly check framebuffer mmap offsets
 2018-03-26  8:26 UTC  (3+ messages)

[PATCH] mmc: pwrseq: Use kmalloc_array instead of stack VLA
 2018-03-26  6:33 UTC 

[RFC PATCH v19 0/8] mm: security: ro protection for dynamic data
 2018-03-25  1:32 UTC  (26+ messages)
` [PATCH 1/8] genalloc: track beginning of allocations
` [PATCH 2/8] Add label to genalloc.rst for cross reference
` [PATCH 3/8] genalloc: selftest
` [PATCH 4/8] struct page: add field for vm_struct
` [PATCH 5/8] Protectable Memory
` [PATCH 6/8] Pmalloc selftest
` [PATCH 7/8] lkdtm: crash on overwriting protected pmalloc var
` [PATCH 8/8] Documentation for Pmalloc

[PATCH v2] crypto: ctr - avoid VLA use
 2018-03-24 13:21 UTC  (3+ messages)

[PATCHv2 0/4] VLA removal from the gpio subsystem
 2018-03-23  1:28 UTC  (10+ messages)
` [PATCHv2 1/4] gpio: Remove VLA from gpiolib
` [PATCHv2 2/4] gpio: Remove VLA from MAX3191X driver
` [PATCHv2 3/4] gpio: Remove VLA from xra1403 driver
` [PATCHv2 4/4] gpio: Remove VLA from stmpe driver

[PATCH RFC v9 0/7] Introduce the STACKLEAK feature and a test for it
 2018-03-22 20:56 UTC  (8+ messages)
` [PATCH RFC v9 2/7] x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls

[PATCH v5 0/2] Remove false-positive VLAs when using max()
 2018-03-22 17:04 UTC  (37+ messages)
` [PATCH v5 1/2] kernel.h: Introduce const_max_t() for VLA removal
` [PATCH v5 2/2] Remove false-positive VLAs when using max()

[PATCH] netfilter: nfnetlink_cthelper: Remove VLA usage
 2018-03-21 13:51 UTC  (3+ messages)

[PATCH 1/2] big key: get rid of stack array allocation
 2018-03-21  4:05 UTC  (6+ messages)
` [PATCH 2/2] dh "

[PATCH] netfilter: cttimeout: remove VLA usage
 2018-03-20 12:36 UTC  (2+ messages)

[PATCH 3.16 56/76] x86/syscall: Sanitize syscall table de-references under speculation
 2018-03-19  0:59 UTC  (3+ messages)

[PATCH] net: dsa: drop some VLAs in switch.c
 2018-03-18 14:08 UTC  (6+ messages)

[PATCH] of: unittest: Remove VLA stack usage
 2018-03-18 12:48 UTC  (2+ messages)

[PATCH v2] rslib: Remove VLAs by setting upper bound on nroots
 2018-03-17  6:25 UTC  (4+ messages)

[PATCH v2] crypto/ecc: Remove stack VLA usage
 2018-03-16 15:56 UTC  (2+ messages)

[PATCH v4 0/2] Remove false-positive VLAs when using max()
 2018-03-16 14:15 UTC  (19+ messages)
` [PATCH v4 1/2] kernel.h: Introduce const_max() for VLA removal
` [PATCH v4 2/2] Remove false-positive VLAs when using max()

[PATCH] rslib: Remove VLAs by setting upper bound on nroots
 2018-03-15 21:27 UTC  (2+ messages)

[PATCH] crypto: ctr: avoid VLA use
 2018-03-15 14:41 UTC  (10+ messages)

[PATCH] bfa: remove VLA
 2018-03-15 11:40 UTC  (3+ messages)

[PATCH v2 00/27] x86: PIE support and option to extend KASLR randomization
 2018-03-15 10:18 UTC  (23+ messages)
` [PATCH v2 06/27] x86/entry/64: Adapt assembly for PIE support
` [PATCH v2 13/27] x86/boot/64: Build head64.c as mcmodel large when PIE is enabled
` [PATCH v2 14/27] x86/percpu: Adapt percpu for PIE support
` [PATCH v2 15/27] compiler: Option to default to hidden symbols
` [PATCH v2 16/27] compiler: Option to add PROVIDE_HIDDEN replacement for weak symbols
` [PATCH v2 17/27] x86/relocs: Handle PIE relocations
` [PATCH v2 18/27] xen: Adapt assembly for PIE support
` [PATCH v2 19/27] kvm: "
` [PATCH v2 20/27] x86: Support global stack cookie
` [PATCH v2 21/27] x86/ftrace: Adapt function tracing for PIE support
` [PATCH v2 22/27] x86/modules: Add option to start module section after kernel
` [PATCH v2 23/27] x86/modules: Adapt module loading for PIE support
` [PATCH v2 24/27] x86/mm: Make the x86 GOT read-only
` [PATCH v2 25/27] x86/pie: Add option to build the kernel as PIE
` [PATCH v2 26/27] x86/relocs: Add option to generate 64-bit relocations
` [PATCH v2 27/27] x86/kaslr: Add option to extend KASLR range from 1GB to 3GB

[RESEND PATCH] rsi: Remove stack VLA usage
 2018-03-15  9:07 UTC  (11+ messages)
  ` [RESEND] "

[PATCH] aic7xxx/aic79xx: remove VLAs
 2018-03-15  4:35 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2] rsi: Remove stack VLA usage
 2018-03-15  2:31 UTC 

[PATCH] vgacon: fix function prototypes
 2018-03-14 17:03 UTC  (2+ messages)

Fully initialized stack usage (was Re: [PATCH RFC v9 4/7] x86/entry: Erase kernel stack in syscall_trace_enter())
 2018-03-14 16:38 UTC  (9+ messages)

[PATCH] Btrfs: drop a VLA in btrfs_check_super_csum()
 2018-03-14 16:17 UTC  (3+ messages)

[PATCH] scsi: eata: drop EATA and EATA-PIO drivers
 2018-03-14 13:17 UTC 

[PATCH] drm/i915: drop various VLAs in i915_debugfs.c
 2018-03-14 12:43 UTC  (5+ messages)

[PATCH v3] kernel.h: Skip single-eval logic on literals in min()/max()
 2018-03-14 11:35 UTC  (12+ messages)

[PATCH] drivers: net: wireless: ath: ath9: dfs: remove VLA usage
 2018-03-14  1:38 UTC  (8+ messages)

[PATCH] scsi: eata: drop VLA in reorder()
 2018-03-13 22:04 UTC  (6+ messages)

VLA removal (was Re: [RFC 2/2] lustre: use VLA_SAFE)
 2018-03-13 21:10 UTC  (2+ messages)
` [PATCH] btree: avoid variable-length allocations


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