linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/12] Introduce STM32 DMA3 support
 2024-05-20 15:49 UTC  (10+ messages)
` [PATCH v3 01/12] dt-bindings: dma: New directory for STM32 DMA controllers bindings
` [PATCH v3 02/12] dmaengine: stm32: New directory for STM32 DMA controllers drivers
` [PATCH v3 03/12] MAINTAINERS: Add entry for STM32 DMA controllers drivers and documentation
` [PATCH v3 04/12] dt-bindings: dma: Document STM32 DMA3 controller bindings
` [PATCH v3 05/12] dmaengine: Add STM32 DMA3 support
` [PATCH v3 06/12] dmaengine: stm32-dma3: add DMA_CYCLIC capability
` [PATCH v3 07/12] dmaengine: stm32-dma3: add DMA_MEMCPY capability
` [PATCH v3 08/12] dmaengine: stm32-dma3: add device_pause and device_resume ops
` [PATCH v3 09/12] dmaengine: stm32-dma3: improve residue granularity

[PATCH v3 00/12] Introduce STM32 DMA3 support
 2024-05-20 15:46 UTC  (5+ messages)
` [PATCH v3 01/12] dt-bindings: dma: New directory for STM32 DMA controllers bindings
` [PATCH v3 02/12] dmaengine: stm32: New directory for STM32 DMA controllers drivers
` [PATCH v3 03/12] MAINTAINERS: Add entry for STM32 DMA controllers drivers and documentation

[PATCH 00/12] Introduce STM32 DMA3 support
 2024-05-20 15:42 UTC  (14+ messages)
` [PATCH 05/12] dmaengine: Add "

[PATCH 0/2] exec: Add KUnit test for bprm_stack_limits()
 2024-05-20 15:17 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] exec: Avoid pathological argc, envc, and bprm->p values

[WARNING] memcpy: detected field-spanning write (size 1005) of single field "&out_cmd->cmd.payload" at drivers/net/wireless/intel/iwlegacy/common.c:3173 (size 320)
 2024-05-20 15:10 UTC  (5+ messages)

[PATCH] RDMA/irdma: Annotate flexible array with __counted_by() in struct irdma_qvlist_info
 2024-05-20 15:02 UTC  (2+ messages)

[PATCH v3] fs: fix unintentional arithmetic wraparound in offset calculation
 2024-05-20 11:58 UTC  (7+ messages)

[PATCH 0/2] usercopy: Convert test_user_copy to KUnit test
 2024-05-20  9:29 UTC  (4+ messages)
` [PATCH 1/2] kunit: test: Add vm_mmap() allocation resource manager
` [PATCH 2/2] usercopy: Convert test_user_copy to KUnit test

[linux-next:master] [mm/slab] 7bd230a266: WARNING:at_mm/util.c:#kvmalloc_node_noprof
 2024-05-20  3:30 UTC  (4+ messages)

[PATCH] efi: pstore: Return proper errors on UEFI failures
 2024-05-19 18:15 UTC  (2+ messages)

[PATCH] drm/nouveau/nvif: Avoid build error due to potential integer overflows
 2024-05-19 14:09 UTC  (5+ messages)

[PATCH v2] ntp: safeguard against time_constant overflow case
 2024-05-19 11:31 UTC  (3+ messages)

[PATCH 2/2 net-next] libceph: Use __counted_by() in struct ceph_snap_context
 2024-05-19  9:09 UTC 

[PATCH] selftests: rtc: rtctest: Do not open-code TEST_HARNESS_MAIN
 2024-05-18 20:36 UTC  (3+ messages)

[PATCH] kunit/fortify: Fix memcmp() test to be amplitude agnostic
 2024-05-18 18:40 UTC 

[PATCH] dma-buf/fence-array: Add flex array to struct dma_fence_array
 2024-05-18 18:06 UTC  (2+ messages)

[RFC] Mitigating unexpected arithmetic overflow
 2024-05-18 15:39 UTC  (30+ messages)

[PATCH v2 1/2] Bluetooth: hci_core: Prefer struct_size over open coded arithmetic
 2024-05-18  8:30 UTC  (2+ messages)
` [PATCH v2 2/2] Bluetooth: hci_core: Prefer array indexing over pointer arithmetic

[PATCH v2 0/2] Bluetooth: hci_core: Refactor hci_get_dev_list() function
 2024-05-18  8:30 UTC 

[PATCH] selftests: drivers/s390x: Use SKIP() during FIXTURE_SETUP
 2024-05-18  0:18 UTC 

[PATCH] selftests: hid: Do not open-code TEST_HARNESS_MAIN
 2024-05-18  0:17 UTC 

[PATCH v2] wifi: mac80211: Avoid address calculations via out of bounds array indexing
 2024-05-17 20:45 UTC  (2+ messages)

[PATCH v2] ntp: remove accidental integer wrap-around
 2024-05-17 20:22 UTC 

[PATCH] arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
 2024-05-17 20:01 UTC  (4+ messages)

[PATCH v3 1/2] tty: rfcomm: prefer struct_size over open coded arithmetic
 2024-05-17 17:21 UTC  (2+ messages)
` [PATCH v3 2/2] tty: rfcomm: prefer array indexing over pointer arithmetic

[PATCH v3 0/2] tty: rfcomm: refactor rfcomm_get_dev_list() function
 2024-05-17 17:21 UTC 

[linux-next:master] BUILD REGRESSION c75962170e49f24399141276ae119e6a879f36dc
 2024-05-17 16:50 UTC 

[PATCH 1/2] wifi: cfg80211: use __counted_by where appropriate
 2024-05-17 15:33 UTC  (2+ messages)
` [PATCH 2/2] wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()

[PATCH] ntp: remove accidental integer wrap-around
 2024-05-17  8:49 UTC  (5+ messages)

[PATCH 1/1] wifi: mac80211: Avoid address calculations via out of bounds array indexing
 2024-05-17  6:25 UTC  (2+ messages)

Extending Linux' Coverity model and also cover aarch64
 2024-05-17  6:19 UTC  (4+ messages)

[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
 2024-05-16 14:02 UTC  (12+ messages)
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation

[PATCH v10 0/5] Introduce mseal
 2024-05-16  0:59 UTC  (23+ messages)

[linux-next:master] BUILD REGRESSION 82d92a9a1b9ea0ea52aff27cddd05009b4edad49
 2024-05-15 19:27 UTC 

[PATCH v2] fs: remove accidental overflow during wraparound check
 2024-05-15 16:44 UTC  (3+ messages)

[PATCH v2] scsi: sr: fix unintentional arithmetic wraparound
 2024-05-15 14:06 UTC  (2+ messages)

[PATCH v3 1/2] proc: restrict /proc/pid/mem access via param knobs
 2024-05-15 11:15 UTC  (6+ messages)

[PATCH] ubsan: Restore dependency on ARCH_HAS_UBSAN
 2024-05-15  6:38 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 26dd54d03cd94ecc035d9e1e9fd4fc0f3ab311cf
 2024-05-14 20:15 UTC 

[PATCH] ubsan: remove meaningless CONFIG_ARCH_HAS_UBSAN
 2024-05-14 19:59 UTC  (2+ messages)

[PATCH 0/3] kbuild: remove many tool coverage variables
 2024-05-14  7:31 UTC  (6+ messages)

[PATCH v8 0/4] arm64: qcom: add AIM300 AIoT board support
 2024-05-14  2:05 UTC  (8+ messages)
` [PATCH v8 1/4] dt-bindings: arm: qcom: Document QCS8550 SoC and the AIM300 AIoT board
` [PATCH v8 2/4] arm64: dts: qcom: qcs8550: introduce qcs8550 dtsi
` [PATCH v8 3/4] arm64: dts: qcom: add base AIM300 dtsi
` [PATCH v8 4/4] arm64: dts: qcom: aim300: add AIM300 AIoT

[PATCH] hpfs: Annotate struct hpfs_dirent with __counted_by
 2024-05-14  1:29 UTC  (2+ messages)

[PATCH] net: prestera: Add flex arrays to some structs
 2024-05-14  1:00 UTC  (4+ messages)

[PATCH v2] fs: fix unintentional arithmetic wraparound in offset calculation
 2024-05-13 23:29 UTC  (4+ messages)

[GIT PULL] hardening updates for 6.10-rc1
 2024-05-13 21:33 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 6ba6c795dc73c22ce2c86006f17c4aa802db2a60
 2024-05-13 19:59 UTC 

[PATCH v3] perf/ring_buffer: Prefer struct_size over open coded arithmetic
 2024-05-13 19:45 UTC  (2+ messages)

[PATCH v2] tty: rfcomm: prefer struct_size over open coded arithmetic
 2024-05-13 18:51 UTC  (6+ messages)

[PATCH] Bluetooth: hci_core: Prefer struct_size over open coded arithmetic
 2024-05-13 17:19 UTC  (4+ messages)

[PATCH] fs: remove accidental overflow during wraparound check
 2024-05-12  8:05 UTC  (4+ messages)

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-13  2:57 UTC  (7+ messages)

[PATCH] perf/x86/amd/uncore: Add flex array to struct amd_uncore_ctx
 2024-05-11 20:04 UTC  (2+ messages)

[PATCH v3] scsi: csiostor: Use kcalloc() instead of kzalloc()
 2024-05-11 15:10 UTC  (3+ 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).