linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-04-25 11:04 UTC  (16+ messages)
` [PATCH v3 01/11] stackleak: don't modify ctl_table argument
` [PATCH v3 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH v3 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH v3 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH v3 05/11] neighbour: "
` [PATCH v3 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH v3 07/11] ipv6/addrconf: "
` [PATCH v3 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH v3 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH v3 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH v3 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH 0/4] Annotate atomics for signed integer wrap-around
 2024-04-25 10:19 UTC  (16+ messages)
` [PATCH 1/4] locking/atomic/x86: Silence intentional wrapping addition
` [PATCH 2/4] arm64: atomics: lse: "
` [PATCH 3/4] locking/atomic: Annotate generic atomics with wrapping
` [PATCH 4/4] ipv4: Silence intentional wrapping addition

[PATCH v3 2/7] crash_dump: make dm crypt keys persist for the kdump kernel
 2024-04-25 10:04 UTC 

[PATCH] video: fbdev: au1200fb: replace deprecated strncpy with strscpy
 2024-04-25 10:00 UTC  (6+ messages)

[PATCH] pstore/ram: Replace of_node_put with __free() for automatic cleanup
 2024-04-25  5:50 UTC  (3+ messages)

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

[PATCH 0/5] scsi: Avoid possible run-time warning with long manufacturer strings
 2024-04-25  1:55 UTC  (8+ messages)
` [PATCH 1/5] string.h: Introduce memtostr() and memtostr_pad()

[PATCH v4] net: dsa: lan9303: use ethtool_puts() for lan9303_get_strings()
 2024-04-25  1:19 UTC 

[PATCH] ext4: replace deprecated strncpy with alternatives
 2024-04-24 23:59 UTC  (2+ messages)

[PATCH] fs: ecryptfs: replace deprecated strncpy with strscpy
 2024-04-24 23:57 UTC  (2+ messages)

[PATCH v2] hfsplus: refactor copy_name to not use strncpy
 2024-04-24 23:55 UTC  (2+ messages)

[PATCH] reiserfs: replace deprecated strncpy with scnprintf
 2024-04-24 23:54 UTC  (2+ messages)

[PATCH] virt: acrn: replace deprecated strncpy with strscpy
 2024-04-24 23:45 UTC  (2+ messages)

[PATCH v2] ubsan: Avoid i386 UBSAN handler crashes with Clang
 2024-04-24 22:40 UTC 

[PATCH] ubsan: Avoid i386 UBSAN handler crashes with Clang
 2024-04-24 22:32 UTC  (3+ messages)

[PATCH] wifi: nl80211: Avoid address calculations via out of bounds array indexing
 2024-04-24 22:01 UTC 

[PATCH] MAINTAINERS: Add ubsan.h to the UBSAN section
 2024-04-24 21:43 UTC  (2+ messages)

[PATCH v3 0/6] slab: Introduce dedicated bucket allocator
 2024-04-24 21:41 UTC  (7+ messages)
` [PATCH v3 1/6] mm/slab: Introduce kmem_buckets typedef
` [PATCH v3 2/6] mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
` [PATCH v3 3/6] mm/slab: Introduce __kvmalloc_node() that can take kmem_buckets argument
` [PATCH v3 4/6] mm/slab: Introduce kmem_buckets_create() and family
` [PATCH v3 5/6] ipc, msg: Use dedicated slab buckets for alloc_msg()
` [PATCH v3 6/6] mm/util: Use dedicated slab buckets for memdup_user()

[PATCH] ubsan: Remove 1-element array usage in debug reporting
 2024-04-24 21:14 UTC  (2+ messages)

[PATCH 0/2] Adjust brk randomness
 2024-04-24 19:20 UTC  (3+ messages)
` [PATCH 2/2] binfmt_elf: Leave a gap between .bss and brk
  ` (subset) "

[PATCH 2/2] rust: time: Use wrapping_sub() for Ktime::sub()
 2024-04-24 10:21 UTC  (2+ messages)

[PATCH][next] smb: client: Fix struct_group() usage in __packed structs
 2024-04-24  4:36 UTC  (2+ messages)

[PATCH][next] smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings
 2024-04-23 21:26 UTC  (7+ messages)

[PATCH 00/12] Introduce STM32 DMA3 support
 2024-04-23 15:22 UTC  (16+ messages)
` [PATCH 01/12] dt-bindings: dma: New directory for STM32 DMA controllers bindings
` [PATCH 02/12] dmaengine: stm32: New directory for STM32 DMA controllers drivers
` [PATCH 03/12] MAINTAINERS: Add entry for STM32 DMA controllers drivers and documentation
` [PATCH 04/12] dt-bindings: dma: Document STM32 DMA3 controller bindings
` [PATCH 05/12] dmaengine: Add STM32 DMA3 support
` [PATCH 06/12] dmaengine: stm32-dma3: add DMA_CYCLIC capability
` [PATCH 07/12] dmaengine: stm32-dma3: add DMA_MEMCPY capability
` [PATCH 08/12] dmaengine: stm32-dma3: add device_pause and device_resume ops
` [PATCH 09/12] dmaengine: stm32-dma3: improve residue granularity
` [PATCH 10/12] dmaengine: add channel device name to channel registration
` [PATCH 11/12] dmaengine: stm32-dma3: defer channel registration to specify channel name
` [PATCH 12/12] arm64: dts: st: add HPDMA nodes on stm32mp251

[PATCH AUTOSEL 6.6 14/16] drm/radeon: silence UBSAN warning (v3)
 2024-04-23 11:01 UTC 

[PATCH AUTOSEL 6.8 16/18] drm/radeon: silence UBSAN warning (v3)
 2024-04-23 11:01 UTC 

[PATCH v3 0/7] Handle faults in KUnit tests
 2024-04-23  9:22 UTC  (7+ messages)
` [PATCH v3 7/7] kunit: Add tests for fault

[PATCH v5] checkpatch: add check for snprintf to scnprintf
 2024-04-23  8:17 UTC  (2+ messages)

[PATCH AUTOSEL 6.8 13/43] nouveau/gsp: Avoid addressing beyond end of rpc->entries
 2024-04-22 23:13 UTC 

[PATCH 0/2] configs/hardening: Some fixes for UBSAN
 2024-04-22 22:00 UTC  (7+ messages)
` [PATCH 1/2] configs/hardening: Fix disabling UBSAN configurations
` [PATCH 2/2] configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAP

[PATCH 0/8] pwm: Add support for character devices
 2024-04-22 18:59 UTC  (3+ messages)

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-22  8:16 UTC  (2+ messages)
` (subset) "

[PATCH v3] soc: qcom: cmd-db: replace deprecated strncpy with strtomem
 2024-04-21 22:29 UTC  (2+ messages)

[PATCH v10 0/5] Introduce mseal
 2024-04-20  1:23 UTC  (24+ messages)
` [PATCH v10 1/5] mseal: Wire up mseal syscall
` [PATCH v10 2/5] mseal: add "
` [PATCH v10 3/5] selftest mm/mseal memory sealing
` [PATCH v10 4/5] mseal:add documentation
` [PATCH v10 5/5] selftest mm/mseal read-only elf memory segment

[PATCH v3] arm64: hibernate: Fix level3 translation fault in swsusp_save()
 2024-04-19 16:44 UTC  (3+ messages)

[PATCH 0/5] string: Merge separate tests into string_kunit.c
 2024-04-19 16:28 UTC  (8+ messages)
` [PATCH 1/5] string: Prepare to merge strscpy_kunit.c "
` [PATCH 2/5] string: Merge strscpy KUnit tests "
` [PATCH 3/5] string: Prepare to merge strcat "
` [PATCH 4/5] string: Merge "
` [PATCH 5/5] string: Convert KUnit test names to standard convention

[PATCH v2] string_kunit: Add test cases for str*cmp functions
 2024-04-18 17:16 UTC  (3+ messages)

[PATCH v2] dmaengine: pl08x: Use kcalloc() instead of kzalloc()
 2024-04-18  5:13 UTC  (2+ messages)

[PATCH] string: Implement KUnit test for str*cmp functions
 2024-04-17 15:12 UTC  (5+ messages)

[PATCH 0/7] Xperia 1 V support
 2024-04-17  9:04 UTC  (4+ messages)
` [PATCH 7/7] arm64: dts: qcom: Add SM8550 Xperia 1 V
` (subset) [PATCH 0/7] Xperia 1 V support

[PATCH 0/1] selftest mm/mseal: style change
 2024-04-17  6:43 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] PM: hibernate: Fix level3 translation fault in swsusp_save()
 2024-04-17  2:13 UTC  (4+ messages)
` [PATCH v2] arm64: "

[PATCH] ubsan: Add awareness of signed integer overflow traps
 2024-04-16  0:46 UTC  (3+ messages)

[PATCH v4] checkpatch: add check for snprintf to scnprintf
 2024-04-15 18:06 UTC  (5+ messages)

[POC][RFC][PATCH 0/2] pstore/mm/x86: Add wildcard memmap to map pstore consistently
 2024-04-15 17:22 UTC  (15+ messages)
` [POC][RFC][PATCH 1/2] mm/x86: Add wildcard * option as memmap=nn*align:name

[PATCH v2] kdb: replace deprecated strncpy
 2024-04-15 13:45 UTC  (6+ messages)

[PATCH] xfs: replace deprecated strncpy with strscpy_pad
 2024-04-15 11:22 UTC  (5+ messages)

[PATCH v4 0/4] Add support for QoS configuration
 2024-04-13 19:31 UTC  (5+ messages)
` [PATCH v4 1/4] interconnect: qcom: icc-rpmh: Add QoS configuration support

[PATCH] kallsyms: replace deprecated strncpy with strscpy
 2024-04-12 20:20 UTC  (2+ messages)

[PATCH] arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
 2024-04-12 13:55 UTC  (2+ messages)

[PATCH v3 0/3] RDMA/mana_ib: Add flex array to struct mana_cfg_rx_steer_req_v2
 2024-04-11 14:50 UTC  (8+ messages)

[PATCH v2 0/3] Add sy7802 flash led driver
 2024-04-11 12:48 UTC  (3+ messages)
` [PATCH v2 2/3] leds: sy7802: Add support for Silergy SY7802 flash LED controller


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