linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-22 04:29:40 to 2022-09-27 10:36:04 UTC [more...]

[PATCH] overflow: Fix kern-doc markup for functions
 2022-09-27 10:35 UTC  (7+ messages)

[PATCH][next] ASoC: SOF: control.h: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2022-09-27 10:27 UTC  (7+ messages)

[PATCH] mlxsw: core_acl_flex_actions: Split memcpy() of struct flow_action_cookie flexible array
 2022-09-27  9:50 UTC  (3+ messages)

[PATCH] random: split initialization into early arch step and later non-arch step
 2022-09-27  9:30 UTC  (5+ messages)

[PATCH v2] overflow: Introduce overflows_type() and castable_to_type()
 2022-09-27  8:29 UTC  (5+ messages)

[PATCH][next] ASoC: uapi: Replace zero-length arrays with __DECLARE_FLEX_ARRAY() helper
 2022-09-27  7:37 UTC  (3+ messages)

[PATCH][next] can: ucan: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2022-09-27  7:35 UTC  (3+ messages)

[PATCH][next] ASoC: Intel: Skylake: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
 2022-09-27  7:35 UTC  (3+ messages)

[PATCH v5 00/22] KCFI support
 2022-09-27  7:29 UTC  (5+ messages)

[PATCH] checkpatch: Don't count URLs for "line too long"
 2022-09-27  5:40 UTC  (2+ messages)

[PATCH][next] iwlegacy: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
 2022-09-27  2:31 UTC  (2+ messages)

[PATCH][next] netns: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2022-09-27  2:31 UTC  (2+ messages)

[PATCH][next] soc: qcom: smd-rpm: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2022-09-27  2:30 UTC  (2+ messages)

[PATCH v2] wifi: nl80211: Split memcpy() of struct nl80211_wowlan_tcp_data_token flexible array
 2022-09-27  2:29 UTC 

[PATCH] wifi: nl80211: Split memcpy() of struct nl80211_wowlan_tcp_data_token flexible array
 2022-09-27  2:27 UTC  (3+ messages)

[PATCH][next] net: ethernet: rmnet: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2022-09-27  2:22 UTC  (4+ messages)

[PATCH] w1: Split memcpy() of struct cn_msg flexible array
 2022-09-27  1:19 UTC  (2+ messages)

[PATCH] s390/qeth: Split memcpy() of struct qeth_ipacmd_addr_change flexible array
 2022-09-27  1:16 UTC  (2+ messages)

[PATCH] platform/surface: Split memcpy() of struct ssam_event flexible array
 2022-09-27  1:12 UTC  (2+ messages)

[PATCH][next] Input: applespi - replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2022-09-26 22:15 UTC  (3+ messages)

[PATCH][next] net/mlx5e: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
 2022-09-26 22:02 UTC  (2+ messages)

[PATCH][next] ipw2x00: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2022-09-26 22:02 UTC  (2+ messages)

[PATCH][next] i2c: acpi: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2022-09-26 22:02 UTC  (2+ messages)

[PATCH][next] dmaengine: sh: rcar-dmac: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
 2022-09-26 22:01 UTC  (2+ messages)

[PATCH][next] crypto: talitos - Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
 2022-09-26 22:01 UTC  (2+ messages)

[PATCH][next] carl9170: Replace zero-length array with DECLARE_FLEX_ARRAY() helper
 2022-09-26 22:01 UTC  (2+ messages)

[PATCH][next] bcache: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
 2022-09-26 22:00 UTC  (2+ messages)

[PATCH][next] ath10k: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
 2022-09-26 22:00 UTC  (2+ messages)

-fanalyzer thoughts
 2022-09-26 21:11 UTC  (3+ messages)

[PATCH v2 00/16] slab: Introduce kmalloc_size_roundup()
 2022-09-26 18:24 UTC  (28+ 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 v11.5] overflow: Introduce overflows_type() and __castable_to_type()
 2022-09-26 17:49 UTC  (4+ messages)

[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] 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  (27+ 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 07/12] igb: "
` [PATCH 10/12] iwlwifi: Track scan_cmd allocation size explicitly
` [PATCH 11/12] slab: Remove __malloc attribute from realloc functions

[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  (8+ messages)
` [PATCH 4/4] "

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

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


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