Linux Hardening
 help / color / mirror / Atom feed
 messages from 2021-03-15 18:03:31 to 2021-03-31 21:28:52 UTC [more...]

[PATCH v4 00/17] Add support for Clang CFI
 2021-03-31 21:27 UTC  (9+ messages)
` [PATCH v4 01/17] add "
` [PATCH v4 02/17] cfi: add __cficanonical
` [PATCH v4 03/17] mm: add generic function_nocfi macro
` [PATCH v4 04/17] module: ensure __cfi_check alignment
` [PATCH v4 05/17] workqueue: use WARN_ON_FUNCTION_MISMATCH
` [PATCH v4 06/17] kthread: "
` [PATCH v4 07/17] kallsyms: strip ThinLTO hashes from static functions
` [PATCH v4 08/17] bpf: disable CFI in dispatcher functions

[PATCH v9 0/6] Optionally randomize kernel stack offset each syscall
 2021-03-31 20:54 UTC  (7+ messages)
` [PATCH v9 1/6] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v9 2/6] init_on_alloc: Optimize static branches
` [PATCH v9 3/6] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v9 4/6] x86/entry: Enable random_kstack_offset support
` [PATCH v9 5/6] arm64: entry: "
` [PATCH v9 6/6] lkdtm: Add REPORT_STACK for checking stack offsets

[PATCH v8 0/6] Optionally randomize kernel stack offset each syscall
 2021-03-31  7:53 UTC  (9+ messages)
` [PATCH v8 1/6] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v8 2/6] init_on_alloc: Optimize static branches
` [PATCH v8 3/6] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v8 4/6] x86/entry: Enable random_kstack_offset support
` [PATCH v8 5/6] arm64: entry: "
` [PATCH v8 6/6] lkdtm: Add REPORT_STACK for checking stack offsets

Bidding invitation
 2021-03-31  7:13 UTC 

[PATCH][next] hfsplus: Fix out-of-bounds warnings in __hfsplus_setxattr
 2021-03-31  4:53 UTC  (3+ messages)

two potential randstruct improvements
 2021-03-30 21:18 UTC 

[PATCH v7 0/6] Optionally randomize kernel stack offset each syscall
 2021-03-29 18:43 UTC  (13+ messages)
` [PATCH v7 1/6] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v7 2/6] init_on_alloc: Optimize static branches
` [PATCH v7 3/6] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v7 4/6] x86/entry: Enable random_kstack_offset support
` [PATCH v7 5/6] arm64: entry: "
` [PATCH v7 6/6] lkdtm: Add REPORT_STACK for checking stack offsets

[PATCH][next] UAPI: nfsfh.h: Replace one-element array with flexible-array member
 2021-03-29 14:57 UTC  (9+ messages)

[PATCH v3 00/17] Add support for Clang CFI
 2021-03-29  9:26 UTC  (35+ messages)
` [PATCH v3 01/17] add "
` [PATCH v3 02/17] cfi: add __cficanonical
` [PATCH v3 03/17] mm: add generic __va_function and __pa_function macros
` [PATCH v3 04/17] module: ensure __cfi_check alignment
` [PATCH v3 05/17] workqueue: use WARN_ON_FUNCTION_MISMATCH
` [PATCH v3 06/17] kthread: "
` [PATCH v3 07/17] kallsyms: strip ThinLTO hashes from static functions
` [PATCH v3 08/17] bpf: disable CFI in dispatcher functions
` [PATCH v3 09/17] treewide: Change list_sort to use const pointers
` [PATCH v3 10/17] lkdtm: use __va_function
` [PATCH v3 11/17] psci: use __pa_function for cpu_resume
` [PATCH v3 12/17] arm64: implement __va_function
` [PATCH v3 13/17] arm64: use __pa_function
` [PATCH v3 14/17] arm64: add __nocfi to functions that jump to a physical address
` [PATCH v3 15/17] arm64: add __nocfi to __apply_alternatives
` [PATCH v3 16/17] KVM: arm64: Disable CFI for nVHE
` [PATCH v3 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH][next] hpfs: Replace one-element array with flexible-array member
 2021-03-26 17:35 UTC 

[PATCH][next] media: siano: Fix multiple out-of-bounds warnings in smscore_load_firmware_family2()
 2021-03-26 16:30 UTC  (2+ messages)

[PATCH][next] cifs: cifspdu.h: Replace one-element array with flexible-array member
 2021-03-26 15:54 UTC  (3+ messages)

[PATCH][next] scsi: aacraid: Replace one-element array with flexible-array member
 2021-03-26  3:34 UTC  (5+ messages)

[PATCH][next] scsi: mptlan: Replace one-element array with flexible-array member
 2021-03-24 23:33 UTC 

[PATCH][next] SCSI: fusion: mpi_ioc.h: Replace one-element array with flexible-array member
 2021-03-24 23:00 UTC 

[PATCH v3][next] xfs: Replace one-element arrays with flexible-array members
 2021-03-20 21:48 UTC  (6+ messages)

Fine-grained Forward CFI on top of Intel CET / IBT
 2021-03-19 22:51 UTC  (3+ messages)

[PATCH v2] seq_file: Unconditionally use vmalloc for buffer
 2021-03-19 19:31 UTC  (23+ messages)
  ` [seq_file] 5fd6060e50: stress-ng.eventfd.ops_per_sec -49.1% regression

[PATCH v2 00/17] Add support for Clang CFI
 2021-03-19 17:03 UTC  (35+ messages)
` [PATCH v2 01/17] add "
` [PATCH v2 02/17] cfi: add __cficanonical
` [PATCH v2 03/17] mm: add generic __va_function and __pa_function macros
` [PATCH v2 04/17] module: ensure __cfi_check alignment
` [PATCH v2 05/17] workqueue: use WARN_ON_FUNCTION_MISMATCH
` [PATCH v2 06/17] kthread: "
` [PATCH v2 07/17] kallsyms: strip ThinLTO hashes from static functions
` [PATCH v2 08/17] bpf: disable CFI in dispatcher functions
` [PATCH v2 09/17] lib/list_sort: fix function type mismatches
` [PATCH v2 10/17] lkdtm: use __va_function
` [PATCH v2 11/17] psci: use __pa_function for cpu_resume
` [PATCH v2 12/17] arm64: implement __va_function
` [PATCH v2 13/17] arm64: use __pa_function
` [PATCH v2 14/17] arm64: add __nocfi to functions that jump to a physical address
` [PATCH v2 15/17] arm64: add __nocfi to __apply_alternatives
` [PATCH v2 16/17] KVM: arm64: Disable CFI for nVHE
` [PATCH v2 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH][next] scsi: mpt3sas: Replace unnecessary dynamic allocation with a static one
 2021-03-19  3:46 UTC  (4+ messages)

[PATCH] kbuild: rebuild GCC plugins when the compiler is upgraded
 2021-03-18 17:57 UTC  (10+ messages)

[PATCH RESEND] gcc-plugins: avoid errors with -std=gnu++11 on old gcc
 2021-03-18 13:38 UTC  (9+ messages)

[PATCH v6 0/6] Optionally randomize kernel stack offset each syscall
 2021-03-18 12:46 UTC  (9+ messages)
` [PATCH v6 1/6] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v6 2/6] init_on_alloc: Optimize static branches
` [PATCH v6 3/6] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v6 4/6] x86/entry: Enable random_kstack_offset support
` [PATCH v6 5/6] arm64: entry: "
` [PATCH v6 6/6] lkdtm: Add REPORT_STACK for checking stack offsets

[PATCH RESEND][next] netfilter: Fix fall-through warnings for Clang
 2021-03-17 23:37 UTC  (2+ messages)

[PATCH][next] ixgbe: Fix out-of-bounds warning in ixgbe_host_interface_command()
 2021-03-17 20:10 UTC  (7+ messages)
  ` [Intel-wired-lan] "

[PATCH 00/17] Add support for Clang CFI
 2021-03-17 16:05 UTC  (14+ messages)
` [PATCH 04/17] module: cfi: ensure __cfi_check alignment
` [PATCH 06/17] kthread: cfi: disable callback pointer check with modules
` [PATCH 07/17] kallsyms: cfi: strip hashes from static functions
` [PATCH 17/17] arm64: allow CONFIG_CFI_CLANG to be selected

[PATCH v4] mm/vmalloc: randomize vmalloc() allocations
 2021-03-16 11:34 UTC  (13+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox