messages from 2024-02-01 22:30:03 to 2024-02-08 10:22:45 UTC [more...]
[PATCH 00/10] scsi: Replace {v}snprintf() variants with safer alternatives
2024-02-08 10:22 UTC (12+ 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: "
[PATCH 0/2] Drop obsolete configs from hardening.config
2024-02-08 9:10 UTC (3+ 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-08 7:47 UTC (9+ messages)
[PATCH v2] x86/tdx: replace deprecated strncpy with strtomem_pad
2024-02-07 14:03 UTC (3+ 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()
[RFC] string: Allow 2-argument strscpy()
2024-02-07 17:51 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-07 17:36 UTC (2+ messages)
[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 (9+ messages)
[PATCH v3 0/4] string: Allow 2-argument strscpy()
2024-02-07 10:42 UTC (10+ 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 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 (7+ 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 v4 3/3] overflow: Introduce wrapping_inc() and wrapping_dec()
[PATCH 00/82] overflow: Refactor open-coded arithmetic wrap-around
2024-02-06 18:55 UTC (3+ messages)
` [PATCH 70/82] remoteproc: Refactor intentional wrap-around test
[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] net/sun3_82586: Avoid reading past buffer in debug output
2024-02-06 16:16 UTC
[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)
[PATCH] crypto: qat - use kcalloc() instead of kzalloc()
2024-02-06 12:26 UTC (2+ messages)
[PATCH v2 0/3] pstore: add multi-backend support
2024-02-06 12:17 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] selftests/seccomp: Pin benchmark to single CPU
2024-02-06 11:10 UTC (4+ messages)
[PATCH v3 0/3] overflow: Introduce wrapping helpers
2024-02-06 10:05 UTC (14+ messages)
` [PATCH v3 1/3] overflow: Adjust check_*_overflow() kern-doc to reflect results
` [PATCH v3 2/3] overflow: Introduce add_wrap(), sub_wrap(), and mul_wrap()
` [PATCH v3 3/3] overflow: Introduce inc_wrap() and dec_wrap()
Build regressions/improvements in v6.8-rc1
2024-02-06 2:33 UTC (2+ messages)
[PATCH v8 0/4] Introduce mseal
2024-02-05 22:13 UTC (44+ messages)
` [PATCH v8 2/4] mseal: add mseal syscall
[PATCH v2 0/4] string: Allow 2-argument strscpy()
2024-02-05 13:07 UTC (13+ messages)
` [PATCH v2 1/4] string: Redefine strscpy_pad() as a macro
` [PATCH v2 2/4] string: Allow 2-argument strscpy()
` [PATCH v2 3/4] string: Allow 2-argument strscpy_pad()
` [PATCH v2 4/4] um: Convert strscpy() usage to 2-argument style
[PATCH] MAINTAINERS: Add UBSAN section
2024-02-05 12:55 UTC (4+ messages)
[PATCH v2] ubsan: Silence W=1 warnings in self-test
2024-02-05 11:07 UTC (2+ messages)
[PATCH v5] iio: sx9324: avoid copying property strings
2024-02-04 15:18 UTC (3+ messages)
[PATCH v2] bus: mhi: ep: Use kcalloc() instead of kzalloc()
2024-02-03 4:56 UTC (2+ messages)
[GIT PULL] Enable -Wstringop-overflow globally
2024-02-02 18:29 UTC (4+ messages)
[PATCH] wifi: brcmfmac: Adjust n_channels usage for __counted_by
2024-02-02 18:08 UTC (7+ messages)
[PATCH] bus: mhi: ep: Use kcalloc() instead of kzalloc()
2024-02-02 17:48 UTC (5+ messages)
[PATCH v2 0/6] ubsan: Introduce wrap-around sanitizers
2024-02-02 16:08 UTC (11+ messages)
` [PATCH v2 1/6] ubsan: Use Clang's -fsanitize-trap=undefined option
` [PATCH v2 2/6] ubsan: Reintroduce signed and unsigned overflow sanitizers
` [PATCH v2 3/6] ubsan: Introduce CONFIG_UBSAN_POINTER_WRAP
` [PATCH v2 4/6] ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL
` [PATCH v2 5/6] ubsan: Split wrapping sanitizer Makefile rules
` [PATCH v2 6/6] ubsan: Get x86_64 booting with unsigned wrap-around sanitizer
[PATCH] sh: Fix build with CONFIG_UBSAN=y
2024-02-02 11:06 UTC (5+ messages)
[PATCH] ubsan: Silence W=1 warnings in self-test
2024-02-02 10:43 UTC (4+ messages)
[PATCH v2] MAINTAINERS: Add UBSAN section
2024-02-02 9:57 UTC
[PATCH v2 0/5] overflow: Introduce wrapping helpers
2024-02-02 9:26 UTC (6+ messages)
` [PATCH v2 2/5] overflow: Expand check_add_overflow() for pointer addition
[PATCH v1 0/4] Tegra30: add support for LG tegra based phones
2024-02-01 22:48 UTC (8+ messages)
` [PATCH v1 1/4] dt-bindings: vendor-prefixes: add LG Electronics, Inc. prefix
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox