linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-16 19:25:34 to 2022-09-06 21:42:47 UTC [more...]

Build regressions/improvements in v6.0-rc4
 2022-09-06 21:42 UTC  (2+ messages)

[PATCH][next] powerpc: Fix fall-through warning for Clang
 2022-09-06 21:32 UTC 

[PATCH] esas2r: Use flex array destination for memcpy()
 2022-09-03  8:47 UTC  (3+ messages)

[PATCH v2 0/3] Fix FORTIFY=y UBSAN_LOCAL_BOUNDS=y
 2022-09-06 16:37 UTC  (10+ messages)
` [PATCH v2 1/3] fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCAL
` [PATCH v2 2/3] fortify: Add KUnit test for FORTIFY_SOURCE internals
` [PATCH v2 3/3] fortify: Use SIZE_MAX instead of (size_t)-1

[PATCH v3] overflow: Allow mixed type arguments
 2022-09-06 15:50 UTC  (5+ messages)

[PATCH 00/16] x86_64: Improvements at compressed kernel stage
 2022-09-06 10:41 UTC  (17+ messages)
` [PATCH 01/16] x86/boot: Align vmlinuz sections on page size
` [PATCH 02/16] x86/build: Remove RWX sections and align on 4KB
` [PATCH 03/16] x86/boot: Set cr0 to known state in trampoline
` [PATCH 04/16] x86/boot: Increase boot page table size
` [PATCH 05/16] x86/boot: Support 4KB pages for identity mapping
` [PATCH 06/16] x86/boot: Setup memory protection for bzImage code
` [PATCH 07/16] x86/boot: Map memory explicitly
` [PATCH 08/16] x86/boot: Remove mapping from page fault handler
` [PATCH 09/16] efi/libstub: Move helper function to related file
` [PATCH 10/16] x86/boot: Make console interface more abstract
` [PATCH 11/16] x86/boot: Split trampoline and pt init code
` [PATCH 12/16] x86/boot: Add EFI kernel extraction interface
` [PATCH 13/16] efi/x86: Support extracting kernel from libstub
` [PATCH 14/16] x86/build: Make generated PE more spec compliant
` [PATCH 15/16] efi/libstub: Add memory attribute protocol definitions
` [PATCH 16/16] efi/libstub: Use memory attribute protocol

[PATCH][next] can: etas_es58x: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2022-09-06  6:29 UTC  (4+ messages)

[PATCH v4] netlink: Bounds-check struct nlmsgerr creation
 2022-09-05 14:00 UTC  (2+ messages)

[PATCH] x86/paravirt: Remove clobber bitmask from .parainstructions
 2022-09-05  8:09 UTC  (2+ messages)

[PATCH 2/2] x86/paravirt: add extra clobbers with ZERO_CALL_USED_REGS enabled
 2022-09-05  6:02 UTC  (2+ messages)

[PATCH v3] string: Introduce strtomem() and strtomem_pad()
 2022-09-04  4:21 UTC  (2+ messages)

[PATCH][next] ocfs2: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
 2022-09-03 11:48 UTC  (3+ messages)

[PATCH][next] mm/memremap: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2022-09-03  5:10 UTC  (2+ messages)

[PATCH][next] exportfs: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2022-09-03  5:10 UTC  (2+ messages)

[PATCH v3] netlink: Bounds-check struct nlmsgerr creation
 2022-09-03  2:53 UTC  (4+ messages)

[PATCH] x86/Kconfig: Enable kernel IBT by default
 2022-09-02 23:42 UTC 

[PATCH v2] string: Introduce strtomem() and strtomem_pad()
 2022-09-02 22:37 UTC  (9+ messages)

[RFC] docs: Define c_paren_attributes for attributes with arguments
 2022-09-02 22:35 UTC 

[PATCH v4 00/21] KCFI support
 2022-09-02 15:39 UTC  (31+ messages)
` [PATCH v4 01/21] treewide: Filter out CC_FLAGS_CFI
` [PATCH v4 02/21] scripts/kallsyms: Ignore __kcfi_typeid_
` [PATCH v4 03/21] cfi: Remove CONFIG_CFI_CLANG_SHADOW
` [PATCH v4 04/21] cfi: Drop __CFI_ADDRESSABLE
` [PATCH v4 05/21] cfi: Switch to -fsanitize=kcfi
` [PATCH v4 06/21] cfi: Add type helper macros
` [PATCH v4 07/21] lkdtm: Emit an indirect call for CFI tests
` [PATCH v4 08/21] psci: Fix the function type for psci_initcall_t
` [PATCH v4 09/21] arm64: Add types to indirect called assembly functions
` [PATCH v4 10/21] arm64: Add CFI error handling
` [PATCH v4 11/21] arm64: Drop unneeded __nocfi attributes
` [PATCH v4 12/21] init: Drop __nocfi from __init
` [PATCH v4 13/21] treewide: Drop function_nocfi
` [PATCH v4 14/21] treewide: Drop WARN_ON_FUNCTION_MISMATCH
` [PATCH v4 15/21] treewide: Drop __cficanonical
` [PATCH v4 16/21] objtool: Disable CFI warnings
` [PATCH v4 17/21] kallsyms: Drop CONFIG_CFI_CLANG workarounds
` [PATCH v4 18/21] x86/tools/relocs: Ignore __kcfi_typeid_ relocations
` [PATCH v4 19/21] x86: Add types to indirectly called assembly functions
` [PATCH v4 20/21] x86/purgatory: Disable CFI
` [PATCH v4 21/21] x86: Add support for CONFIG_CFI_CLANG

[net v3 1/1] ice: Fix crash by keep old cfg when update TCs more than queues
 2022-09-02  4:07 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] iwlwifi: calib: Refactor iwl_calib_result usage for clarity
 2022-09-02  3:20 UTC  (2+ messages)

[PATCH 0/2] netlink: Bounds-check struct nlmsgerr creation
 2022-09-01 20:54 UTC  (8+ messages)
` [PATCH 1/2] netlink: Bounds-check nlmsg_len()
` [PATCH 2/2] netlink: Bounds-check struct nlmsgerr creation

[PATCH 0/2] fortify: Add run-time WARN for cross-field memcpy()
 2022-09-01 20:05 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] lkdtm: Update tests for memcpy() run-time warnings

[PATCH] string: Introduce strtomem() and strtomem_pad()
 2022-09-01 19:23 UTC  (5+ messages)

[PATCH v2] netlink: Bounds-check struct nlmsgerr creation
 2022-09-01  7:12 UTC  (3+ messages)

[PATCH v3 0/6] Replace one-element arrays with flexible-array members
 2022-09-01  5:12 UTC  (4+ messages)

[PATCH v2][next] net/ipv4: Use __DECLARE_FLEX_ARRAY() helper
 2022-08-31 19:26 UTC  (2+ messages)

[PATCH 0/3] Fix FORTIFY=y UBSAN_LOCAL_BOUNDS=y
 2022-08-31 19:06 UTC  (8+ messages)
` [PATCH 1/3] fortify: use __builtin_dynamic_object_size in __compiletime_strlen
` [PATCH 2/3] fortify: cosmetic cleanups to __compiletime_strlen
` [PATCH 3/3] HID: avoid runtime call to strlen

[PATCH] overflow: Split up kunit tests for smaller stack frames
 2022-08-31 19:01 UTC  (2+ messages)

[PATCH][next] uapi: net/ipv4: Use __DECLARE_FLEX_ARRAY() helper
 2022-08-31 19:01 UTC  (3+ messages)

[PATCH v4 1/2] powerpc/mm: Support execute-only memory on the Radix MMU
 2022-08-31 13:13 UTC  (7+ messages)
` [PATCH v4 2/2] selftests/powerpc: Add a test for execute-only memory

[PATCH v2] overflow: Allow mixed type arguments
 2022-08-30 18:42 UTC  (3+ messages)

[PATCH][next] ALSA: hda/hdmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2022-08-30  5:45 UTC  (3+ messages)

[PATCH] overflow: Allow mixed type arguments
 2022-08-29 21:19 UTC  (3+ messages)

[PATCH] docs/core-api: expand Fedora instructions for GCC plugins
 2022-08-29 20:53 UTC  (3+ messages)

[PATCH v2] x86/mm: Refuse W^X violations
 2022-08-29 19:08 UTC  (2+ messages)

"Forbes: Ein wichtiges Leck aus dem geschlossenen Club der Kryptomillionare"
 2022-08-29  1:55 UTC 

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING fe2c49524eb3863b526782620be347bcbecbd2d8
 2022-08-26 13:02 UTC 

[PATCH] x86/mm: Refuse W^X violations
 2022-08-25 19:42 UTC  (5+ messages)

[PATCH v7 1/8] overflow: Move and add few utility macros into overflow
 2022-08-23  2:30 UTC  (8+ messages)
        ` [Intel-gfx] "

[PATCH 7/8] lib: overflow: update reference to kunit-tool
 2022-08-22 23:15 UTC  (8+ messages)
` [PATCH 8/8] lib: stackinit: "

[RFC PATCH 0/3] kallsyms: add option to include relative filepaths into kallsyms
 2022-08-22 14:40 UTC 

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING e68b4a7c00f99b319b84be8849addb8fddf9629b
 2022-08-19 16:49 UTC 

[GIT PULL] flexible-array transformations in UAPI for 6.0-rc1
 2022-08-18 18:43 UTC  (4+ messages)

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING bb8b9a4857726b532eaaa9d31c8acfb451227fbf
 2022-08-18 12:02 UTC 

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING 5ca89432fef1fe21d205e71455a40b6b97459a12
 2022-08-17 12:56 UTC 

[net v2 1/1] ice: Fix crash by keep old cfg when update TCs more than queues
 2022-08-17  6:57 UTC  (4+ messages)

[PATCH] gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a file
 2022-08-17  3:09 UTC  (5+ 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).