messages from 2024-01-23 02:29:51 to 2024-01-30 15:18:47 UTC [more...]
[PATCH 1/1] lib/vsprintf: Implement ssprintf() to catch truncated strings
2024-01-30 15:18 UTC (9+ messages)
[GIT PULL] Enable -Wstringop-overflow globally
2024-01-30 14:52 UTC (8+ 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)
[PATCH] bus: mhi: ep: Use kcalloc() instead of kzalloc()
2024-01-30 8:34 UTC (5+ 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 (5+ messages)
[RFC] string: Allow 2-argument strscpy()
2024-01-29 23:30 UTC (5+ messages)
[PATCH v7 0/4] Introduce mseal()
2024-01-29 22:36 UTC (18+ messages)
` [PATCH v7 2/4] mseal: add mseal syscall
[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] crypto: qat - use kcalloc() instead of kzalloc()
2024-01-29 12:57 UTC
[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
[PATCH 00/82] overflow: Refactor open-coded arithmetic wrap-around
2024-01-29 6:27 UTC (105+ messages)
` [PATCH 01/82] overflow: Expand check_add_overflow() for pointer addition
` [PATCH 02/82] overflow: Introduce add_would_overflow()
` [PATCH 03/82] overflow: Introduce add_wrap()
` [PATCH 06/82] overflow: Reintroduce signed and unsigned overflow sanitizers
` [PATCH 09/82] select: Avoid wrap-around instrumentation in do_sys_poll()
` [PATCH 10/82] locking/atomic/x86: Silence intentional wrapping addition
` [PATCH 11/82] arm64: atomics: lse: "
` [PATCH 19/82] fs: Refactor intentional wrap-around calculation
` [PATCH 22/82] x86/sgx: "
` [PATCH 23/82] KVM: "
` [PATCH 24/82] KVM: arm64: vgic: "
` [PATCH 25/82] KVM: SVM: "
` [PATCH 27/82] m68k: "
` [PATCH 32/82] vringh: "
` [PATCH 34/82] ipc: "
` [PATCH 35/82] ACPI: custom_method: Refactor intentional wrap-around test
` [PATCH 37/82] aio: "
` [PATCH 38/82] arm: 3117/1: "
` [PATCH 40/82] arm64: stacktrace: "
` [PATCH 41/82] wil6210: "
` [PATCH 42/82] bcachefs: "
` [PATCH 43/82] bpf: "
` [PATCH 44/82] btrfs: "
` [PATCH 46/82] crypto: "
` [PATCH 53/82] fs: "
` [PATCH 55/82] kasan: "
` [PATCH 57/82] KVM: arm64: vgic-v3: "
` [PATCH 62/82] mwifiex: pcie: "
` [PATCH 64/82] netfilter: "
` [PATCH 65/82] nios2: "
` [PATCH 69/82] perf tools: "
` [PATCH 73/82] sh: "
` [PATCH 75/82] timekeeping: "
` [PATCH 76/82] udf: "
` [PATCH 77/82] virtio: "
` [PATCH 80/82] xen-netback: "
[PATCH] dmaengine: pl08x: Use kcalloc() instead of kzalloc()
2024-01-28 11:52 UTC
[PATCH] pinctrl: pinctrl-zynqmp: Use devm_kcalloc() instead of devm_kzalloc()
2024-01-28 0:17 UTC (2+ messages)
[PATCH] wifi: brcmfmac: Adjust n_channels usage for __counted_by
2024-01-27 17:00 UTC (4+ messages)
[PATCH] bnx2x: Fix firmware version string character counts
2024-01-27 5:10 UTC (2+ messages)
[PATCH] exec: Check __FMODE_EXEC instead of in_execve for LSMs
2024-01-27 4:53 UTC (15+ messages)
` "
[PATCH] exec: Remove __FMODE_EXEC from uselib()
2024-01-26 10:47 UTC (3+ messages)
[PATCH] crypto: sun8i-ce - Use kcalloc() instead of kzalloc()
2024-01-26 9:06 UTC (3+ messages)
[PATCH] crypto: qat - use kcalloc_node() instead of kzalloc_node()
2024-01-26 9:06 UTC (3+ messages)
[PATCH 00/11] Bump the minimum supported version of LLVM to 13.0.1
2024-01-25 23:10 UTC (4+ messages)
` [PATCH 09/11] fortify: Drop Clang version check for 12.0.1 or newer
[GIT PULL] bcachefs updates for 6.8
2024-01-25 21:46 UTC (14+ messages)
[PATCH V2] riscv: Support RANDOMIZE_KSTACK_OFFSET
2024-01-25 21:30 UTC (2+ messages)
[PATCH v5 0/2] Add device tree for IBM system1 BMC
2024-01-25 21:21 UTC (3+ messages)
` [PATCH v5 1/2] dt-bindings: arm: aspeed: add IBM system1-bmc
` [PATCH v5 2/2] ARM: dts: aspeed: System1: IBM system1 BMC board
[PATCH v4 3/3] ARM: dts: aspeed: System1: IBM system1 BMC board
2024-01-25 21:23 UTC (2+ messages)
[PATCH] smb: Work around Clang __bdos() type confusion
2024-01-25 18:28 UTC (4+ messages)
[PATCH v5 000/111] pwm: Improve lifetime tracking for pwm_chips
2024-01-25 12:10 UTC (2+ messages)
` [PATCH v5 108/111] pwm: Ensure a struct pwm has the same lifetime as its pwm_chip
[PATCH] accel/habanalabs: use kcalloc() instead of kzalloc()
2024-01-25 10:38 UTC (3+ messages)
[PATCH] exec: Distinguish in_execve from in_exec
2024-01-24 19:23 UTC
Limited/Broken functionality of ASLR for Libs >= 2MB
2024-01-24 16:08 UTC (9+ messages)
[PATCH] staging: rtl8723bs: Use kcalloc() instead of kzalloc()
2024-01-24 14:48 UTC (4+ messages)
A few proposals from the C standards committee
2024-01-23 22:39 UTC
[PATCH] ARM: fault: Implement copy_from_kernel_nofault_allowed()
2024-01-23 19:02 UTC (3+ messages)
Build regressions/improvements in v6.8-rc1
2024-01-23 14:21 UTC (2+ messages)
[PATCH] ARM: fault: Add "cut here" line for prefetch aborts
2024-01-23 13:46 UTC (2+ messages)
[PATCH] wifi: iwlegacy: Use kcalloc() instead of kzalloc()
2024-01-23 11:51 UTC (2+ messages)
[PATCH v2] Documentation: power: Use kcalloc() instead of kzalloc()
2024-01-23 6:11 UTC (2+ messages)
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