Linux Hardening
 help / color / mirror / Atom feed
 messages from 2024-05-13 22:07:05 to 2024-05-24 20:00:30 UTC [more...]

[PATCH] Bluetooth: Use sizeof(*pointer) instead of sizeof(type)
 2024-05-24 20:00 UTC  (2+ messages)

[PATCH v4 1/2] proc: pass file instead of inode to proc_mem_open
 2024-05-24 19:28 UTC  (2+ messages)
` [PATCH v4 2/2] proc: restrict /proc/pid/mem

[PATCH] Input: keyboard - use sizeof(*pointer) instead of sizeof(type)
 2024-05-24 17:33 UTC 

[PATCH v10 0/5] Introduce mseal
 2024-05-24 15:19 UTC  (28+ messages)

[PATCH v3 0/6] slab: Introduce dedicated bucket allocator
 2024-05-24 15:01 UTC  (7+ messages)
` [PATCH v3 2/6] mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
` [PATCH v3 4/6] mm/slab: Introduce kmem_buckets_create() and family

[PATCH v2] ntp: remove accidental integer wrap-around
 2024-05-24 12:44 UTC  (3+ messages)

[PATCH] ext4: Use memtostr_pad() for s_volume_name
 2024-05-23 22:54 UTC 

[PATCH net-next] net: mana: Allow variable size indirection table
 2024-05-23 19:46 UTC  (2+ messages)

[PATCH v2] wifi: mac80211: Avoid address calculations via out of bounds array indexing
 2024-05-23  9:35 UTC  (3+ messages)

[PATCH v4 2/7] crash_dump: make dm crypt keys persist for the kdump kernel
 2024-05-23  7:21 UTC  (2+ messages)

[PATCH] efi: pstore: Return proper errors on UEFI failures
 2024-05-23  7:11 UTC  (3+ messages)

[PATCH v3 2/7] crash_dump: make dm crypt keys persist for the kdump kernel
 2024-05-23  5:34 UTC  (4+ messages)

[PATCH] randomize_kstack: Improve entropy diffusion
 2024-05-22 19:28 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 8314289a8d50a4e05d8ece1ae0445a3b57bb4d3b
 2024-05-22 16:14 UTC 

[PATCH] clocksource/drivers/sprd: Enable register for timer counter from 32 bit to 64 bit
 2024-05-22  8:14 UTC 

[PATCH 0/5] scsi: Avoid possible run-time warning with long manufacturer strings
 2024-05-21 19:07 UTC  (3+ messages)
` [PATCH 3/5] scsi: mpt3sas: "

[linux-next:master] BUILD REGRESSION 124cfbcd6d185d4f50be02d5f5afe61578916773
 2024-05-21 16:43 UTC  (2+ messages)

[PATCH] dma-buf/fence-array: Add flex array to struct dma_fence_array
 2024-05-21 11:28 UTC  (3+ messages)
` [Linaro-mm-sig] "

[PATCH v2] scsi: sr: fix unintentional arithmetic wraparound
 2024-05-21  2:40 UTC  (3+ messages)

[PATCH v3 0/2] tty: rfcomm: refactor rfcomm_get_dev_list() function
 2024-05-20 19:50 UTC  (2+ messages)

[PATCH v2 0/2] Bluetooth: hci_core: Refactor hci_get_dev_list() function
 2024-05-20 19:50 UTC  (2+ messages)

[PATCH v3 00/12] Introduce STM32 DMA3 support
 2024-05-20 18:41 UTC  (15+ 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 10/12] dmaengine: add channel device name to channel registration
` [PATCH v3 11/12] dmaengine: stm32-dma3: defer channel registration to specify channel name
` [PATCH v3 12/12] arm64: dts: st: add HPDMA nodes on stm32mp251

[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] 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 

[RFC] Mitigating unexpected arithmetic overflow
 2024-05-18 15:39 UTC  (26+ 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] 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] 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

[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

[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 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  (5+ messages)
` [PATCH v8 2/4] arm64: dts: qcom: qcs8550: introduce qcs8550 dtsi

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

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox