linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-06 14:22:24 to 2024-02-14 15:11:42 UTC [more...]

[PATCH v9 0/5] Introduce mseal
 2024-02-14 15:11 UTC 

Coverity: __do_sys_pidfd_send_signal(): UNINIT
 2024-02-14 14:18 UTC  (5+ messages)

[PATCH] sh: Fix build with CONFIG_UBSAN=y
 2024-02-14 12:52 UTC  (9+ messages)

[PATCH v6 0/3] overflow: Introduce wrapping helpers
 2024-02-14 11:58 UTC  (6+ messages)
` [PATCH v6 1/3] overflow: Adjust check_*_overflow() kern-doc to reflect results
` [PATCH v6 2/3] overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()
` [PATCH v6 3/3] overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()

[PATCH v6 000/164] pwm: Improve lifetime tracking for pwm_chips
 2024-02-14  9:33 UTC  (2+ messages)
` [PATCH v6 162/164] pwm: Ensure a struct pwm has the same lifetime as its pwm_chip

[PATCH v4 0/3] Tegra30: add support for LG tegra based phones
 2024-02-14  9:12 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: arm: tegra: Add LG Optimus Vu P895 and Optimus 4X P880
` [PATCH v4 2/3] ARM: tegra: Add device-tree for LG Optimus Vu (P895)
` [PATCH v4 3/3] ARM: tegra: Add device-tree for LG Optimus 4X HD (P880)

Coverity: darray_vprintf(): API usage errors
 2024-02-14  0:03 UTC 

Coverity: jpeg_v4_0_5_start(): Code maintainability issues
 2024-02-14  0:00 UTC 

[PATCH v2 0/2] stddef: Allow attributes to be used when creating flex arrays
 2024-02-13 23:42 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] net/ipv4: Annotate imsf_slist_flex with __counted_by(imsf_numsrc)

[PATCH 0/2] stddef: Allow attributes to be used when creating flex arrays
 2024-02-13 23:20 UTC  (8+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] net/ipv4: Annotate imsf_slist_flex with __counted_by(imsf_numsrc)

Build regressions/improvements in v6.8-rc1
 2024-02-13 14:44 UTC  (3+ messages)

[PATCH 0/7] Xperia 1 V support
 2024-02-13 14:22 UTC  (17+ messages)
` [PATCH 1/7] dt-bindings: ASoC: cs35l45: Add interrupts
` [PATCH 2/7] dt-bindings: arm: qcom: Add Xperia 1 V
` [PATCH 3/7] arm64: dts: qcom: sm8550: Mark QUPs and GPI dma-coherent
` [PATCH 4/7] arm64: dts: qcom: sm8550: Mark APPS SMMU as dma-coherent
` [PATCH 5/7] arm64: dts: qcom: sm8550: Add missing DWC3 quirks
` [PATCH 6/7] arm64: dts: qcom: sm8550: Mark DWC3 as dma-coherent
` [PATCH 7/7] arm64: dts: qcom: Add SM8550 Xperia 1 V
` (subset) [PATCH 0/7] Xperia 1 V support

[PATCH v2] fs/ntfs3: use kcalloc() instead of kzalloc()
 2024-02-13  9:17 UTC 

[PATCH] iommu/vt-d: Use kcalloc() instead of kzalloc()
 2024-02-12 20:41 UTC  (3+ messages)

[PATCH] iommu/mtk_iommu: Use devm_kcalloc() instead of devm_kzalloc()
 2024-02-12 20:41 UTC  (4+ messages)

[PATCH] hardening: Enable KFENCE in the hardening config
 2024-02-12 19:04 UTC  (3+ messages)

[PATCH] RDMA/uverbs: Remove flexible arrays from struct *_filter
 2024-02-12 18:59 UTC  (3+ messages)

Coverity: virtsnd_kctl_tlv_op(): Uninitialized variables
 2024-02-12 18:51 UTC 

[PATCH v2] mtd: rawnand: Prefer struct_size over open coded arithmetic
 2024-02-12 15:50 UTC  (4+ messages)

[PATCH v3] wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex_ie_types_chan_list_param_set
 2024-02-12 15:38 UTC  (3+ messages)

[PATCH v8 00/10] Add Qualcomm APSS Minidump driver related support
 2024-02-12 13:34 UTC  (3+ messages)
` [PATCH v8 08/10] pstore/ram: Add dynamic ramoops region support through commandline

[PATCH] drm/i915: Add flex arrays to struct i915_syncmap
 2024-02-12 12:01 UTC  (4+ messages)

[PATCH] mtd: rawnand: Prefer struct_size over open coded arithmetic
 2024-02-12  8:45 UTC  (4+ messages)

[PATCH 00/82] overflow: Refactor open-coded arithmetic wrap-around
 2024-02-12  5:38 UTC  (5+ messages)
` [PATCH 60/82] powerpc: Refactor intentional wrap-around test
` [PATCH 70/82] remoteproc: "

[PATCH] fs/ntfs3: use kcalloc() instead of kzalloc()
 2024-02-11  4:31 UTC  (2+ messages)

[PATCH 00/10] scsi: Replace {v}snprintf() variants with safer alternatives
 2024-02-10 22:56 UTC  (29+ messages)
` [PATCH 01/10] scsi: 3w-xxxx: Trivial: Remove trailing whitespace
` [PATCH 02/10] scsi: 53c700: "
` [PATCH 03/10] scsi: NCR5380: Replace snprintf() with the safer scnprintf() variant
` [PATCH 04/10] scsi: aacraid: linit: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()
` [PATCH 05/10] scsi: aacraid: linit: Replace snprintf() with the safer scnprintf() variant
` [PATCH 06/10] scsi: aha1542: "
` [PATCH 07/10] scsi: aic7xxx: aicasm: Trivial: Remove trailing whitespace
` [PATCH 08/10] scsi: aic7xxx: aicasm: Replace snprintf() with the safer scnprintf() variant
` [PATCH 09/10] scsi: aic94xx: Remove snprintf() from sysfs call-backs and replace with sysfs_emit()
` [PATCH 10/10] scsi: arcmsr: "
    ` .mailmap support for removals (was Re: [PATCH 00/10] scsi: Replace {v}snprintf() variants with safer alternatives)

[PATCH] drm/xe: Prefer struct_size over open coded arithmetic
 2024-02-10 16:49 UTC  (2+ messages)

[RFC] string: Allow 2-argument strscpy()
 2024-02-10 13:51 UTC  (5+ messages)

[PATCH v3 0/4] string: Allow 2-argument strscpy()
 2024-02-10 12:34 UTC  (11+ messages)
` [PATCH v3 1/4] string: Redefine strscpy_pad() as a macro
` [PATCH v3 2/4] string: Allow 2-argument strscpy()
` [PATCH v3 3/4] string: Allow 2-argument strscpy_pad()
` [PATCH v3 4/4] um: Convert strscpy() usage to 2-argument style
    ` Removing more str APIs (was Re: [PATCH v3 4/4] um: Convert strscpy() usage to 2-argument style)

[PATCH] x86/vdso: Move vDSO to mmap region
 2024-02-10  9:18 UTC 

[PATCH v2] x86/tdx: replace deprecated strncpy with strtomem_pad
 2024-02-10  7:19 UTC  (4+ messages)

[PATCH 0/2] Drop obsolete configs from hardening.config
 2024-02-10  6:31 UTC  (4+ messages)
` [PATCH 1/2] hardening: drop obsolete UBSAN_SANITIZE_ALL from config fragment
` [PATCH 2/2] hardening: drop obsolete DRM_LEGACY "

KFENCE: included in x86 defconfig?
 2024-02-10  6:25 UTC  (14+ messages)

[PATCH] irqchip/irq-bcm7038-l1: Prefer struct_size over open coded arithmetic
 2024-02-10  1:21 UTC  (4+ messages)

[PATCH] irqchip/bcm-6345-l1: Prefer struct_size over open coded arithmetic
 2024-02-10  1:19 UTC  (4+ messages)

[PATCH] cifs: Convert struct fealist away from 1-element array
 2024-02-10  0:28 UTC  (4+ messages)

[PATCH] net/sun3_82586: Avoid reading past buffer in debug output
 2024-02-09  3:11 UTC  (4+ messages)

[PATCH 1/1] lib/vsprintf: Implement ssprintf() to catch truncated strings
 2024-02-08 17:05 UTC  (12+ messages)

[PATCH v5 0/3] overflow: Introduce wrapping helpers
 2024-02-07 18:06 UTC  (8+ messages)
` [PATCH v5 1/3] overflow: Adjust check_*_overflow() kern-doc to reflect results
` [PATCH v5 2/3] overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()
` [PATCH v5 3/3] overflow: Introduce wrapping_inc() and wrapping_dec()

[PATCH v3 0/3] pstore: add multi-backend support
 2024-02-07 12:53 UTC  (7+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] Documentation: adjust pstore backend related document
` [PATCH 3/3] tools/testing: adjust pstore backend related selftest

[PATCH v3] ubsan: Reintroduce signed overflow sanitizer
 2024-02-07 11:04 UTC  (3+ messages)

[PATCH v2] wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex_ie_types_chan_list_param_set
 2024-02-07  9:56 UTC  (3+ messages)

[PATCH v4 0/3] overflow: Introduce wrapping helpers
 2024-02-07  9:35 UTC  (6+ messages)
` [PATCH v4 1/3] overflow: Adjust check_*_overflow() kern-doc to reflect results
` [PATCH v4 2/3] overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()

[PATCH] wifi: mwifiex: Refactor 1-element array into flexible array in struct mwifiex_ie_types_chan_list_param_set
 2024-02-06 18:29 UTC  (2+ messages)

[PATCH] xen/gntalloc: Replace UAPI 1-element array
 2024-02-06 17:06 UTC  (2+ messages)

[PATCH v3 0/3] Tegra30: add support for LG tegra based phones
 2024-02-06 15:56 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: arm: tegra: Add LG Optimus Vu P895 and Optimus 4X P880
` [PATCH v3 2/3] ARM: tegra: Add device-tree for LG Optimus Vu (P895)
` [PATCH v3 3/3] ARM: tegra: Add device-tree for LG Optimus 4X HD (P880)

[PATCH v2] selftests/seccomp: Pin benchmark to single CPU
 2024-02-06 14:34 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).