public inbox for linux-hardening@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-23 22:42:01 to 2024-02-01 01:27:23 UTC [more...]

[PATCH v8 0/4] Introduce mseal
 2024-02-01  1:27 UTC  (7+ 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 v7 0/4] Introduce mseal()
 2024-01-31 20:51 UTC  (20+ messages)
` [PATCH v7 2/4] mseal: add mseal syscall

[PATCH v1 0/4] Tegra30: add support for LG tegra based phones
 2024-01-31 16:10 UTC  (10+ 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)

[PATCH 00/82] overflow: Refactor open-coded arithmetic wrap-around
 2024-01-31 14:40 UTC  (42+ messages)
` [PATCH 01/82] overflow: Expand check_add_overflow() for pointer addition
` [PATCH 23/82] KVM: Refactor intentional wrap-around calculation
` [PATCH 24/82] KVM: arm64: vgic: "
` [PATCH 25/82] KVM: SVM: "
` [PATCH 30/82] s390/kexec_file: "
` [PATCH 32/82] vringh: "
` [PATCH 33/82] mm/vmalloc: "
` [PATCH 35/82] ACPI: custom_method: Refactor intentional wrap-around test
` [PATCH 38/82] arm: 3117/1: "
` [PATCH 47/82] dm verity: "
` [PATCH 55/82] kasan: "
` [PATCH 57/82] KVM: arm64: vgic-v3: "
` [PATCH 75/82] timekeeping: "
` [PATCH 77/82] virtio: "
` [PATCH 78/82] mm/vmalloc: "

[PATCH] sh: Fix build with CONFIG_UBSAN=y
 2024-01-31 11:19 UTC  (3+ messages)

[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 v2 0/5] overflow: Introduce wrapping helpers
 2024-01-31  8:35 UTC  (7+ 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] MAINTAINERS: Add UBSAN section
 2024-01-31  7:36 UTC  (4+ 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 v3 1/1] lib/vsprintf: Implement spprintf() to catch truncated strings
 2024-01-30 16:09 UTC 

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

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

[PATCH] crypto: qat - use kcalloc_node() instead of kzalloc_node()
 2024-01-26  9:06 UTC  (2+ 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)

[PATCH 41/82] wil6210: Refactor intentional wrap-around test
 2024-01-23 22:52 UTC  (3+ messages)


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