linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-01 03:06:29 to 2022-09-22 03:12:07 UTC [more...]

[PATCH 00/12] slab: Introduce kmalloc_size_roundup()
 2022-09-22  3:10 UTC  (7+ messages)
` [PATCH 01/12] "
` [PATCH 02/12] skbuff: Proactively round up to kmalloc bucket size
` [PATCH 03/12] net: ipa: "
` [PATCH 04/12] btrfs: send: "
` [PATCH 06/12] coredump: "
` [PATCH 10/12] iwlwifi: Track scan_cmd allocation size explicitly

[PATCH v2] x86/mm: Refuse W^X violations
 2022-09-22  3:09 UTC  (5+ messages)

[RFC] docs: Define c_paren_attributes for attributes with arguments
 2022-09-21 21:00 UTC  (3+ messages)

[PATCH] scsi: scsi_transport_fc: Adjust struct fc_nl_event flex array usage
 2022-09-21 20:51 UTC 

[PATCH][next] mm/pgtable: Fix multiple -Wstringop-overflow warnings
 2022-09-21 18:46 UTC 

[PATCH 0/4] fortify: Use __builtin_dynamic_object_size() when available
 2022-09-21 11:48 UTC  (9+ messages)
` [PATCH 1/4] x86/entry: Work around Clang __bdos() bug
` [PATCH 2/4] fortify: Explicitly check bounds are compile-time constants
` [PATCH 3/4] fortify: Convert to struct vs member helpers
` [PATCH 4/4] fortify: Use __builtin_dynamic_object_size() when available

[PATCH v2] x86/uaccess: Avoid check_object_size() in copy_from_user_nmi()
 2022-09-20 22:40 UTC  (6+ messages)

[PATCH 0/3] x86/dumpstack: Inline copy_from_user_nmi()
 2022-09-19 19:26 UTC  (13+ messages)
` [PATCH 1/3] x86/uaccess: Move nmi_uaccess_okay() into uaccess.h
` [PATCH 2/3] x86/dumpstack: Inline copy_from_user_nmi()
` [PATCH 3/3] usercopy: Add find_vmap_area_try() to avoid deadlocks

[PATCH] MIPS: BCM47XX: Cast memcmp() of function to (void *)
 2022-09-19 14:49 UTC  (3+ messages)

[PATCH] i2c: mux: harden i2c_mux_alloc() against integer overflows
 2022-09-16 21:31 UTC  (5+ messages)

[PATCH][next] powerpc/xmon: Fix -Wswitch-unreachable warning in bpt_cmds
 2022-09-16 14:42 UTC  (2+ messages)

[PATCH] scsi: aic79xx: Use __ro_after_init explicitly
 2022-09-16  2:02 UTC  (2+ messages)

[PATCH 2/2] x86/paravirt: add extra clobbers with ZERO_CALL_USED_REGS enabled
 2022-09-15  6:59 UTC  (9+ messages)
  ` [PATCH v2 1/1] x86/paravirt: write paravirt ident function in assembly

[PATCH] fortify: Adjust KUnit test for modular build
 2022-09-14 13:59 UTC  (4+ messages)

-fanalyzer thoughts
 2022-09-14 12:43 UTC 

[PATCH] sh: machvec: Use char[] for section boundaries
 2022-09-13 17:34 UTC  (5+ messages)

[PATCH v2 0/3] Fix FORTIFY=y UBSAN_LOCAL_BOUNDS=y
 2022-09-13 14:05 UTC  (13+ 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 v5 00/22] KCFI support
 2022-09-08 21:55 UTC  (23+ messages)
` [PATCH v5 01/22] treewide: Filter out CC_FLAGS_CFI
` [PATCH v5 02/22] scripts/kallsyms: Ignore __kcfi_typeid_
` [PATCH v5 03/22] cfi: Remove CONFIG_CFI_CLANG_SHADOW
` [PATCH v5 04/22] cfi: Drop __CFI_ADDRESSABLE
` [PATCH v5 05/22] cfi: Switch to -fsanitize=kcfi
` [PATCH v5 06/22] cfi: Add type helper macros
` [PATCH v5 07/22] lkdtm: Emit an indirect call for CFI tests
` [PATCH v5 08/22] psci: Fix the function type for psci_initcall_t
` [PATCH v5 09/22] arm64: Add types to indirect called assembly functions
` [PATCH v5 10/22] arm64: Add CFI error handling
` [PATCH v5 11/22] arm64: Drop unneeded __nocfi attributes
` [PATCH v5 12/22] init: Drop __nocfi from __init
` [PATCH v5 13/22] treewide: Drop function_nocfi
` [PATCH v5 14/22] treewide: Drop WARN_ON_FUNCTION_MISMATCH
` [PATCH v5 15/22] treewide: Drop __cficanonical
` [PATCH v5 16/22] objtool: Preserve special st_shndx indexes in elf_update_symbol
` [PATCH v5 17/22] objtool: Disable CFI warnings
` [PATCH v5 18/22] kallsyms: Drop CONFIG_CFI_CLANG workarounds
` [PATCH v5 19/22] x86/tools/relocs: Ignore __kcfi_typeid_ relocations
` [PATCH v5 20/22] x86: Add types to indirectly called assembly functions
` [PATCH v5 21/22] x86/purgatory: Disable CFI
` [PATCH v5 22/22] x86: Add support for CONFIG_CFI_CLANG

Build regressions/improvements in v6.0-rc4
 2022-09-07 23:47 UTC  (3+ messages)

[PATCH][next] powerpc: Fix fall-through warning for Clang
 2022-09-07 23:34 UTC  (2+ messages)

[PATCH] kunit/memcpy: Avoid pathological compile-time string size
 2022-09-07 23:33 UTC 

[PATCH] ARM: decompressor: Include .data.rel.ro.local
 2022-09-07 22:55 UTC 

[PATCH][next] media: usb: pwc-uncompress: Use flex array destination for memcpy()
 2022-09-07 22:25 UTC  (2+ messages)

[PATCH 0/2] fortify: Add run-time WARN for cross-field memcpy()
 2022-09-07  7:49 UTC  (6+ messages)
` [PATCH 1/2] "
    ` [fortify] 728833277d: WARNING:at_net/netlink/af_netlink.c:#netlink_ack
` [PATCH 2/2] lkdtm: Update tests for memcpy() run-time warnings

[PATCH] iwlwifi: calib: Refactor iwl_calib_result usage for clarity
 2022-09-07  7:16 UTC  (3+ messages)
` wifi: "

[fortify] ab66e7d1d8: BUG:kernel_failed_in_early-boot_stage,last_printk:Booting_the_kernel
 2022-09-07  6:02 UTC 

[PATCH] esas2r: Use flex array destination for memcpy()
 2022-09-07  2:25 UTC  (4+ messages)

[PATCH v3] overflow: Allow mixed type arguments
 2022-09-06 15:50 UTC  (2+ 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  (2+ 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 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)

[PATCH v4 00/21] KCFI support
 2022-09-02 15:39 UTC  (5+ messages)

[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 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] 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  (2+ 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).