linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-08 21:56:28 to 2022-09-26 16:49:00 UTC [more...]

[PATCH v12 0/9] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-09-26 15:39 UTC  (10+ messages)
` [PATCH v12 1/9] overflow: Allow mixed type arguments
` [PATCH v12 2/9] overflow: Introduce check_assign() and check_assign_user_ptr()
` [PATCH v12 3/9] overflow: Introduce overflows_type() and __castable_to_type()
` [PATCH v12 4/9] drm/i915/gem: Typecheck page lookups
` [PATCH v12 5/9] drm/i915: Check for integer truncation on scatterlist creation
` [PATCH v12 6/9] drm/i915: Check for integer truncation on the configuration of ttm place
` [PATCH v12 7/9] drm/i915: Check if the size is too big while creating shmem file
` [PATCH v12 8/9] drm/i915: Use error code as -E2BIG when the size of gem ttm object is too large
` [PATCH v12 9/9] drm/i915: Remove truncation warning for large objects

[PATCH v2 00/16] slab: Introduce kmalloc_size_roundup()
 2022-09-26 13:50 UTC  (25+ messages)
` [PATCH v2 01/16] slab: Remove __malloc attribute from realloc functions
` [PATCH v2 02/16] slab: Introduce kmalloc_size_roundup()
` [PATCH v2 03/16] skbuff: Proactively round up to kmalloc bucket size
` [PATCH v2 04/16] skbuff: Phase out ksize() fallback for frag_size
` [PATCH v2 05/16] net: ipa: Proactively round up to kmalloc bucket size
` [PATCH v2 06/16] igb: "
` [PATCH v2 07/16] btrfs: send: "
` [PATCH v2 08/16] dma-buf: "
  ` [Linaro-mm-sig] "
` [PATCH v2 09/16] coredump: "
` [PATCH v2 10/16] openvswitch: Use kmalloc_size_roundup() to match ksize() usage
` [PATCH v2 11/16] bpf: "
` [PATCH v2 12/16] devres: "
` [PATCH v2 13/16] mempool: "
` [PATCH v2 14/16] kasan: Remove ksize()-related tests
` [PATCH v2 15/16] mm: Make ksize() a reporting-only function
` [PATCH v2 16/16] slab: Restore __alloc_size attribute to __kmalloc_track_caller

[PATCH v5 00/22] KCFI support
 2022-09-26 12:39 UTC  (14+ messages)
` [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

[PATCH v11.5] overflow: Introduce overflows_type() and __castable_to_type()
 2022-09-26  9:53 UTC  (2+ messages)

[PATCH v2] iwlwifi: Track scan_cmd allocation size explicitly
 2022-09-26  7:59 UTC  (2+ messages)

[PATCH v2] Compiler Attributes: Introduce __access_*() function attribute
 2022-09-25 23:47 UTC  (4+ messages)

[PATCH] scsi: pm8001: Replace one-element array with flexible-array member
 2022-09-25 17:10 UTC  (4+ messages)

[PATCH][next] scsi: 3w-xxxx: Replace one-element array with flexible-array member
 2022-09-25 17:08 UTC  (3+ messages)

[PATCH][next] scsi: hptiop: Replace one-element array with flexible-array member in struct hpt_iop_request_ioctl_command
 2022-09-25 17:04 UTC  (3+ messages)

[PATCH 0/2][next] Replace one-element array with flexible-array member
 2022-09-25 17:03 UTC  (6+ messages)
` [PATCH 1/2][next] scsi: hptiop: "
` [PATCH 2/2][next] scsi: hptiop: Use struct_size() helper in code related to struct hpt_iop_request_scsi_command

[PATCH] scsi: scsi_transport_fc: Adjust struct fc_nl_event flex array usage
 2022-09-25 16:53 UTC  (4+ messages)

[PATCH] ovl: Use "buf" flexible array for memcpy() destination
 2022-09-24 16:32 UTC  (2+ messages)

[PATCH] Compiler Attributes: Introduce __access_*() function attribute
 2022-09-24 14:58 UTC  (4+ messages)

[PATCH] Drivers: hv: vmbus: Split memcpy of flex-array
 2022-09-24 10:34 UTC  (4+ messages)

[PATCH] NFC: hci: Split memcpy() of struct hcp_message flexible array
 2022-09-24  9:28 UTC  (3+ messages)

[PATCH] string: Rewrite and add more kern-doc for the str*() functions
 2022-09-24  7:13 UTC  (4+ messages)

[PATCH] dlm: Split memcpy() of struct dlm_message flexible array
 2022-09-24  4:03 UTC  (2+ messages)

[PATCH 00/12] slab: Introduce kmalloc_size_roundup()
 2022-09-23 18:50 UTC  (32+ 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 05/12] dma-buf: "
` [PATCH 06/12] coredump: "
` [PATCH 07/12] igb: "
` [PATCH 08/12] openvswitch: "
` [PATCH 09/12] x86/microcode/AMD: Track patch allocation size explicitly
` [PATCH 10/12] iwlwifi: Track scan_cmd "
` [PATCH 11/12] slab: Remove __malloc attribute from realloc functions
` [PATCH 12/12] slab: Restore __alloc_size attribute to __kmalloc_track_caller

[PATCH][next] powerpc: Fix fall-through warning for Clang
 2022-09-23 16:57 UTC  (3+ messages)

[PATCH 0/4] fortify: Use __builtin_dynamic_object_size() when available
 2022-09-23  0:55 UTC  (15+ 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/mm: Refuse W^X violations
 2022-09-22 16:38 UTC  (9+ messages)

[RFC] docs: Define c_paren_attributes for attributes with arguments
 2022-09-22  5:30 UTC  (4+ messages)

[PATCH 0/3][next] scsi: smartpqi: Replace one-element arrays with flexible-array members
 2022-09-22  4:30 UTC  (4+ messages)
` [PATCH 1/3][next] scsi: smartpqi: Replace one-element array with flexible-array member
` [PATCH 2/3][next] scsi: smartpqi: Replace one-element arrays with flexible-array members
` [PATCH 3/3][next] scsi: smartpqi: Use struct_size() helper in pqi_report_phys_luns()

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

[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  (2+ 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  (7+ 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  (3+ messages)

[PATCH v2 0/3] Fix FORTIFY=y UBSAN_LOCAL_BOUNDS=y
 2022-09-13 14:05 UTC  (3+ messages)
` [PATCH v2 2/3] fortify: Add KUnit test for FORTIFY_SOURCE internals


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