linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-31 00:00:05 to 2021-09-14 19:11:33 UTC [more...]

[PATCH v3 00/16] x86: Add support for Clang CFI
 2021-09-14 19:10 UTC  (10+ messages)
` [PATCH v3 01/16] objtool: Add CONFIG_CFI_CLANG support
` [PATCH v3 02/16] objtool: Add ASM_STACK_FRAME_NON_STANDARD
` [PATCH v3 03/16] linkage: Add DECLARE_ASM_FUNC_SYMBOL
` [PATCH v3 04/16] cfi: Add DEFINE_CFI_IMMEDIATE_RETURN_STUB
` [PATCH v3 05/16] tracepoint: Exclude tp_stub_func from CFI checking
` [PATCH v3 06/16] ftrace: Use an opaque type for functions not callable from C
` [PATCH v3 07/16] lkdtm: Disable UNSET_SMEP with CFI
` [PATCH v3 08/16] lkdtm: Use an opaque type for lkdtm_rodata_do_nothing
` [PATCH v3 09/16] x86: Use an opaque type for functions not callable from C

[PATCH][next] ath11k: Replace one-element array with flexible-array member
 2021-09-14 17:36 UTC  (4+ messages)

[GIT PULL] Enable -Wimplicit-fallthrough for Clang for 5.15-rc2
 2021-09-14 16:41 UTC 

[PATCH] memstick: jmb38x_ms: Prefer struct_size over open coded arithmetic
 2021-09-14 11:23 UTC  (2+ messages)

[PATCH] ath11k: Replace one-element array with flexible-array member
 2021-09-14  5:53 UTC  (4+ messages)

[PATCH] i3c/master/mipi-i3c-hci: Prefer struct_size over open coded arithmetic
 2021-09-13 17:39 UTC  (3+ messages)

[PATCH] i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmetic
 2021-09-13 17:39 UTC  (3+ messages)

[PATCH] landlock: Drop "const" argument qualifier to avoid GCC 4.9 warnings
 2021-09-13 16:16 UTC  (3+ messages)

[PATCH v6] EDAC/mc: Prefer strscpy or scnprintf over strcpy
 2021-09-13  8:59 UTC  (6+ messages)
` [PATCH] EDAC/mc: Prefer strscpy or scnprintf over strcpy, sprintf and snprintf

[PATCH] nfp: Prefer struct_size over open coded arithmetic
 2021-09-13  8:31 UTC  (3+ messages)

[PATCH] ice: Prefer kcalloc over open coded arithmetic
 2021-09-12 20:41 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] brcmfmac: Replace zero-length array with flexible array member
 2021-09-12 19:15 UTC  (2+ messages)

[Clarification] writes to kernel addresses that came from userspace
 2021-09-12 18:47 UTC 

[PATCH] usb: ohci: Prefer struct_size over open coded arithmetic
 2021-09-11 15:46 UTC  (2+ messages)

[PATCH] net: mana: Prefer struct_size over open coded arithmetic
 2021-09-11 13:36 UTC  (2+ messages)

[PATCH] Input: omap-keypad - prefer struct_size over open coded arithmetic
 2021-09-11 11:27 UTC 

[PATCH v6 0/4] Use per-CPU temporary mappings for patching on Radix MMU
 2021-09-11  9:14 UTC  (7+ messages)
` [PATCH v6 1/4] powerpc/64s: Introduce temporary mm for "
` [PATCH v6 2/4] powerpc: Rework and improve STRICT_KERNEL_RWX patching
` [PATCH v6 3/4] powerpc: Use WARN_ON and fix check in poking_init
` [PATCH v6 4/4] powerpc/64s: Initialize and use a temporary mm for patching on Radix

[PATCH] samples/seccomp: Avoid alias warning
 2021-09-10 22:34 UTC 

[PATCH] x86/asm: Fix setz size enqcmds() build failure
 2021-09-10 22:33 UTC 

[PATCH v2] Compiler Attributes: Check GCC version for __alloc_size attribute
 2021-09-10 21:16 UTC  (2+ messages)

[PATCH] Compiler Attributes: Check GCC version for __alloc_size attribute
 2021-09-10 20:06 UTC  (4+ messages)

[GIT PULL v3] overflow updates for v5.15-rc1-take3
 2021-09-10 17:08 UTC 

[PATCH] lkdtm: Use init_uts_ns.name instead of macros
 2021-09-10 15:10 UTC  (6+ messages)

[PATCH v6 kspp-next 00/22] Function Granular KASLR
 2021-09-10 12:29 UTC  (29+ messages)
` [PATCH v6 kspp-next 01/22] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
` [PATCH v6 kspp-next 02/22] kbuild: merge vmlinux_link() between the ordinary link and Clang LTO
` [PATCH v6 kspp-next 03/22] kbuild: do not remove 'linux' link in scripts/link-vmlinux.sh
` [PATCH v6 kspp-next 04/22] kbuild: merge vmlinux_link() between ARCH=um and other architectures
` [PATCH v6 kspp-next 05/22] x86: tools/relocs: Support >64K section headers
` [PATCH v6 kspp-next 06/22] x86/boot: Allow a "silent" kaslr random byte fetch
` [PATCH v6 kspp-next 07/22] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
` [PATCH v6 kspp-next 08/22] Make sure ORC lookup covers the entire _etext - _stext
` [PATCH v6 kspp-next 09/22] x86/tools: Add relative relocs for randomized functions
` [PATCH v6 kspp-next 10/22] x86/boot/compressed: Avoid duplicate malloc() implementations
` [PATCH v6 kspp-next 11/22] x86: Add support for function granular KASLR
` [PATCH v6 kspp-next 12/22] linkage: add macros for putting ASM functions into own sections
` [PATCH v6 kspp-next 14/22] FG-KASLR: use a scripted approach to handle .text.* sections
` [PATCH v6 kspp-next 15/22] kallsyms: Hide layout
` [PATCH v6 kspp-next 16/22] livepatch: only match unique symbols when using fgkaslr
` [PATCH v6 kspp-next 17/22] x86/boot: allow FG-KASLR to be selected
` [PATCH v6 kspp-next 18/22] arm64/crypto: conditionally place ASM functions into separate sections
` [PATCH v6 kspp-next 19/22] module: Reorder functions
` [PATCH v6 kspp-next 20/22] module: use a scripted approach for FG-KASLR
` [PATCH v6 kspp-next 21/22] Documentation: add a documentation "
` [PATCH v6 kspp-next 22/22] maintainers: add MAINTAINERS entry "

[PATCH] rapidio: Avoid bogus __alloc_size warning
 2021-09-10  6:29 UTC  (9+ messages)

[GIT PULL v2] overflow updates for v5.15-rc1-take2
 2021-09-10  4:51 UTC 

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-09-09  6:14 UTC  (5+ messages)
` [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()
` [PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region

[PATCH] RDMA/bnxt_re: Prefer kcalloc over open coded arithmetic
 2021-09-08 11:44 UTC  (4+ messages)

[PATCH] drm/kmb: Avoid warnings on impossible plane_id
 2021-09-07 18:11 UTC  (4+ messages)

[PATCH] drm/radeon: Prefer kcalloc over open coded arithmetic
 2021-09-07 17:00 UTC  (2+ messages)

[PATCH] scsi: elx: libefc: Prefer kcalloc over open coded arithmetic
 2021-09-07 16:55 UTC  (2+ messages)

[GIT PULL] overflow updates for v5.15-rc1
 2021-09-06 17:19 UTC  (10+ messages)

[PATCH] cpufreq: powernow: Prefer kcalloc over open coded arithmetic
 2021-09-06 17:05 UTC  (2+ messages)

[GIT PULL][take 2] overflow updates for v5.15-rc1
 2021-09-05 21:40 UTC 

[PATCH] serial: 8250_pci: Prefer struct_size over open coded arithmetic
 2021-09-05 16:13 UTC  (2+ messages)

[PATCH] tifm: Prefer struct_size over open coded arithmetic
 2021-09-05 15:37 UTC 

Introduction: I am a Linux and open source software enthusiast
 2021-09-05  9:48 UTC 

[PATCH] x86/unwind/orc: Handle kretprobes_trampoline
 2021-09-05  7:57 UTC  (3+ messages)

[PATCH] net/mlx5: DR, Prefer kcalloc over open coded arithmetic
 2021-09-05  7:49 UTC 

[PATCH] dmaengine: milbeaut-hdmac: Prefer kcalloc over open coded arithmetic
 2021-09-04 14:58 UTC 

[PATCH 0/4] Fix ro_after_init vs static_call
 2021-09-04 14:40 UTC  (12+ messages)
` [PATCH 1/4] vmlinux.lds.h: Use regular *RODATA and *RO_AFTER_INIT_DATA suffixes
` [PATCH 2/4] vmlinux.lds.h: Split .static_call_sites from .static_call_tramp_key
` [PATCH 3/4] module: Use a list of strings for ro_after_init sections
` [PATCH 4/4] module: Include .static_call_sites in module ro_after_init

[PATCH] clk: ti: composite: Prefer kcalloc over open coded arithmetic
 2021-09-04 13:17 UTC 

[PATCH v5] EDAC/mc: Prefer strscpy or scnprintf over strcpy
 2021-09-03 14:21 UTC  (3+ messages)

memset() in crypto code
 2021-09-03  6:15 UTC  (2+ messages)

C vs crypto
 2021-09-03  2:32 UTC 

[PATCH 0/2]: ARM: Enable THREAD_INFO_IN_TASK
 2021-09-02 17:37 UTC  (4+ messages)

Landlock news #1
 2021-09-02 16:13 UTC 

[RFC PATCH v2 00/19] PKS write protected page tables
 2021-09-02 13:56 UTC  (30+ messages)
` [RFC PATCH v2 05/19] x86, mm: Use cache of "
` [RFC PATCH v2 07/19] x86/cpufeatures: Add feature for pks tables
` [RFC PATCH v2 08/19] x86/mm/cpa: Add get_grouped_page_atomic()
` [RFC PATCH v2 09/19] x86/mm: Support GFP_ATOMIC in alloc_table_node()
` [RFC PATCH v2 10/19] x86/mm: Use alloc_table() for fill_pte(), etc
` [RFC PATCH v2 11/19] mm/sparsemem: Use alloc_table() for table allocations
` [RFC PATCH v2 12/19] x86/mm: Use free_table in unmap path
` [RFC PATCH v2 13/19] mm/debug_vm_page_table: Use setters instead of WRITE_ONCE
` [RFC PATCH v2 14/19] x86/efi: Toggle table protections when copying
` [RFC PATCH v2 15/19] x86/mm/cpa: Add set_memory_pks()
` [RFC PATCH v2 16/19] x86/mm: Protect page tables with PKS
` [RFC PATCH v2 17/19] x86/mm/cpa: PKS protect direct map page tables
` [RFC PATCH v2 18/19] x86/mm: Add PKS table soft mode
` [RFC PATCH v2 19/19] x86/mm: Add PKS table debug checking

[PATCH] binfmt_elf: Reintroduce using MAP_FIXED_NOREPLACE
 2021-09-01 23:43 UTC 

[PATCH] MIPS: Modernize READ_IMPLIES_EXEC
 2021-09-01 19:42 UTC 

[PATCH v3 0/5] Enable -Warray-bounds and -Wzero-length-bounds
 2021-08-31 20:49 UTC  (7+ messages)
` [PATCH v3 4/5] Makefile: Enable -Warray-bounds


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