messages from 2024-01-28 11:52:56 to 2024-02-02 18:30:03 UTC [more...]
[GIT PULL] Enable -Wstringop-overflow globally
2024-02-02 18:29 UTC (10+ messages)
[PATCH] wifi: brcmfmac: Adjust n_channels usage for __counted_by
2024-02-02 18:08 UTC (7+ messages)
[PATCH v8 0/4] Introduce mseal
2024-02-02 17:58 UTC (37+ messages)
` [PATCH v8 1/4] mseal: Wire up mseal syscall
` [PATCH v8 2/4] mseal: add "
` [PATCH v8 3/4] selftest mm/mseal memory sealing
` [PATCH v8 4/4] mseal:add documentation
[PATCH] bus: mhi: ep: Use kcalloc() instead of kzalloc()
2024-02-02 17:48 UTC (6+ 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] MAINTAINERS: Add UBSAN section
2024-02-02 9:55 UTC (5+ messages)
[PATCH v2 0/5] overflow: Introduce wrapping helpers
2024-02-02 9:26 UTC (10+ messages)
` [PATCH v2 1/5] overflow: Adjust check_*_overflow() kern-doc to reflect results
` [PATCH v2 2/5] overflow: Expand check_add_overflow() for pointer addition
` [PATCH v2 3/5] overflow: Introduce add_would_overflow()
` [PATCH v2 4/5] overflow: Introduce add_wrap(), sub_wrap(), and mul_wrap()
` [PATCH v2 5/5] overflow: Introduce inc_wrap() and dec_wrap()
[PATCH v1 0/4] Tegra30: add support for LG tegra based phones
2024-02-01 22:48 UTC (15+ messages)
` [PATCH v1 1/4] dt-bindings: vendor-prefixes: add LG Electronics, Inc. prefix
` [PATCH v1 2/4] dt-bindings: arm: tegra: Add LG Optimus Vu P895 and Optimus 4X P880
` [PATCH v1 3/4] ARM: tegra: Add device-tree for LG Optimus Vu (P895)
` [PATCH v1 4/4] ARM: tegra: Add device-tree for LG Optimus 4X HD (P880)
[RFC] string: Allow 2-argument strscpy()
2024-02-01 22:29 UTC (6+ messages)
[PATCH v5] iio: sx9324: avoid copying property strings
2024-02-01 18:55 UTC
[PATCH] pstore/ram_core: Improve exception handling in persistent_ram_new()
2024-02-01 18:13 UTC (2+ messages)
[PATCH] pstore/zone: Add a null pointer check to the psz_kmsg_read
2024-02-01 18:10 UTC (2+ messages)
[PATCH v2 1/2] VMCI: Use struct_size() in kmalloc()
2024-02-01 18:06 UTC (2+ messages)
Suggestion for Capability Check Refinement in check_syslog_permissions()
2024-02-01 18:05 UTC (3+ messages)
` [PATCH] cap_syslog: remove CAP_SYS_ADMIN when dmesg_restrict
[PATCH] efi: pstore: Allow dynamic initialization based on module parameter
2024-02-01 18:01 UTC (2+ messages)
[PATCH 0/2] Enable PSTORE_RAM as a module in the arm64 defconfig
2024-02-01 17:58 UTC (2+ messages)
[PATCH v6 0/2] shrink lib/string.i via IWYU
2024-02-01 17:52 UTC (2+ messages)
[PATCH v3 1/1] lib/vsprintf: Implement spprintf() to catch truncated strings
2024-02-01 13:25 UTC (4+ messages)
[PATCH v2 0/3] Tegra30: add support for LG tegra based phones
2024-02-01 10:22 UTC (8+ messages)
` [PATCH v2 1/3] dt-bindings: arm: tegra: Add LG Optimus Vu P895 and Optimus 4X P880
` [PATCH v2 2/3] ARM: tegra: Add device-tree for LG Optimus Vu (P895)
` [PATCH v2 3/3] ARM: tegra: Add device-tree for LG Optimus 4X HD (P880)
[PATCH v7 0/4] Introduce mseal()
2024-01-31 20:51 UTC (4+ messages)
[PATCH 00/82] overflow: Refactor open-coded arithmetic wrap-around
2024-01-31 14:40 UTC (15+ messages)
` [PATCH 30/82] s390/kexec_file: Refactor intentional wrap-around calculation
` [PATCH 33/82] mm/vmalloc: "
` [PATCH 47/82] dm verity: Refactor intentional wrap-around test
` [PATCH 78/82] mm/vmalloc: "
[PATCH v8 00/10] Add Qualcomm APSS Minidump driver related support
2024-01-31 11:08 UTC (11+ messages)
` [PATCH v8 01/10] docs: qcom: Add qualcomm minidump guide
` [PATCH v8 02/10] soc: qcom: Add qcom_rproc_minidump module
` [PATCH v8 03/10] remoteproc: qcom_q6v5_pas: Use qcom_rproc_minidump()
` [PATCH v8 04/10] remoteproc: qcom: Remove minidump related data from qcom_common.c
` [PATCH v8 05/10] init: export linux_banner data variable
` [PATCH v8 06/10] soc: qcom: Add Qualcomm APSS minidump kernel driver
` [PATCH v8 07/10] MAINTAINERS: Add entry for minidump related files
` [PATCH v8 08/10] pstore/ram: Add dynamic ramoops region support through commandline
` [PATCH v8 09/10] pstore/ram: Add ramoops information notifier support
` [PATCH v8 10/10] soc: qcom: register ramoops region with APSS minidump
[PATCH 1/1] lib/vsprintf: Implement ssprintf() to catch truncated strings
2024-01-31 8:36 UTC (12+ messages)
[PATCH] string: Allow 2-argument strscpy()
2024-01-31 7:35 UTC (2+ messages)
[PATCH] LoongArch: vDSO: Disable UBSAN instrumentation
2024-01-31 6:05 UTC (2+ messages)
[PATCH] crypto: qat - use kcalloc() instead of kzalloc()
2024-01-30 18:35 UTC (2+ messages)
[PATCH] dmaengine: pl08x: Use kcalloc() instead of kzalloc()
2024-01-30 18:33 UTC (2+ messages)
[PATCH v2] bus: mhi: ep: Use kcalloc() instead of kzalloc()
2024-01-30 11:23 UTC (3+ messages)
[PATCH] select: Avoid wrap-around instrumentation in do_sys_poll()
2024-01-30 11:15 UTC (3+ messages)
[PATCH] iov_iter: Avoid wrap-around instrumentation in copy_compat_iovec_from_user()
2024-01-30 9:46 UTC (2+ messages)
Build regressions/improvements in v6.8-rc2
2024-01-30 8:02 UTC
[PATCH v2] scsi: ibmvscsi_tgt: replace deprecated strncpy with strscpy
2024-01-30 2:27 UTC (2+ messages)
[PATCH 0/5] overflow: Introduce wrapping helpers
2024-01-29 21:56 UTC (10+ messages)
` [PATCH 1/5] overflow: Adjust check_*_overflow() kern-doc to reflect results
` [PATCH 2/5] overflow: Expand check_add_overflow() for pointer addition
` [PATCH 3/5] overflow: Introduce add_would_overflow()
` [PATCH 4/5] overflow: Introduce add_wrap(), sub_wrap(), and mul_wrap()
` [PATCH 5/5] overflow: Introduce inc_wrap() and dec_wrap()
[PATCH 0/6] ubsan: Introduce wrap-around sanitizers
2024-01-29 20:22 UTC (10+ messages)
` [PATCH 1/6] ubsan: Use Clang's -fsanitize-trap=undefined option
` [PATCH 2/6] ubsan: Reintroduce signed and unsigned overflow sanitizers
` [PATCH 3/6] ubsan: Introduce CONFIG_UBSAN_POINTER_WRAP
` [PATCH 4/6] ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL
` [PATCH 5/6] ubsan: Split wrapping sanitizer Makefile rules
` [PATCH 6/6] ubsan: Get x86_64 booting with unsigned wrap-around sanitizer
rcar-dmac.c: race condition regarding cookie handling?
2024-01-29 19:28 UTC (3+ messages)
[PATCH 1/1] lib/vsprintf: Implement ssprintf() to catch truncated strings
2024-01-29 9:31 UTC (2+ messages)
[PATCH v2 1/1] lib/vsprintf: Implement ssprintf() to catch truncated strings
2024-01-29 9:29 UTC
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