kernel-hardening.lists.openwall.com archive mirror
 help / color / mirror / Atom feed
 messages from 2018-03-13 21:45:51 to 2018-03-27 08:04:53 UTC [more...]

[PATCH v2] rsi: Remove stack VLA usage
 2018-03-27  8:04 UTC  (2+ messages)
` [v2] "

[PATCH v6] kernel.h: Retain constant expression output for max()/min()
 2018-03-27  5:47 UTC  (3+ messages)

[PATCH v2 00/21] kconfig: move compiler capability tests to Kconfig
 2018-03-27  5:29 UTC  (4+ messages)
` [PATCH v2 17/21] gcc-plugins: always build plugins with C++
` [PATCH v2 18/21] gcc-plugins: move GCC version check for PowerPC to Kconfig
` [PATCH v2 19/21] gcc-plugins: test GCC plugin support in Kconfig

[RFC PATCH v20 0/6] mm: security: ro protection for dynamic data
 2018-03-27  2:31 UTC  (8+ 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] Pmalloc selftest
` [PATCH 5/6] lkdtm: crash on overwriting protected pmalloc var
` [PATCH 6/6] Documentation for Pmalloc

[PATCH v2] rslib: Remove VLAs by setting upper bound on nroots
 2018-03-26 23:17 UTC  (5+ messages)

[PATCH] ftrace: drop a VLA in module_exists()
 2018-03-26 23:16 UTC  (2+ messages)

[PATCH v2] crypto/ecc: Remove stack VLA usage
 2018-03-26 22:38 UTC  (3+ messages)

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

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

[kernel-hardening] [PATCH v5 00/38] Hardened usercopy whitelisting
 2018-03-26 17:41 UTC  (6+ 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)

[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  (23+ messages)
` [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 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 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  (9+ messages)
` [PATCH v2 06/27] x86/entry/64: Adapt assembly for PIE support
` [PATCH v2 21/27] x86/ftrace: Adapt function tracing "

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


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