Linux Hardening
 help / color / mirror / Atom feed
 messages from 2024-01-11 15:35:45 to 2024-01-23 00:29:09 UTC [more...]

[PATCH 00/82] overflow: Refactor open-coded arithmetic wrap-around
 2024-01-23  0:27 UTC  (23+ 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 04/82] docs: deprecated.rst: deprecate open-coded arithmetic wrap-around
` [PATCH 05/82] cocci: Refactor "
` [PATCH 06/82] overflow: Reintroduce signed and unsigned overflow sanitizers
` [PATCH 07/82] overflow: Introduce CONFIG_UBSAN_POINTER_WRAP
` [PATCH 08/82] iov_iter: Avoid wrap-around instrumentation in copy_compat_iovec_from_user
` [PATCH 09/82] select: Avoid wrap-around instrumentation in do_sys_poll()
` [PATCH 10/82] locking/atomic/x86: Silence intentional wrapping addition
` [PATCH 12/82] ipv4: "
` [PATCH 17/82] drm/vc4: Refactor intentional wrap-around calculation
` [PATCH 18/82] ext4: "
` [PATCH 19/82] fs: "
` [PATCH 20/82] fpga: dfl: "
` [PATCH 21/82] drivers/fsi: "
` [PATCH 22/82] x86/sgx: "
` [PATCH 41/82] wil6210: Refactor intentional wrap-around test
` [PATCH 48/82] drm/nouveau/mmu: "
` [PATCH 52/82] f2fs: "
` [PATCH 53/82] fs: "
` [PATCH 54/82] hpfs: "

[PATCH v7 0/4] Introduce mseal()
 2024-01-22 22:34 UTC  (8+ messages)
` [PATCH v7 1/4] mseal: Wire up mseal syscall
` [PATCH v7 2/4] mseal: add "
` [PATCH v7 3/4] selftest mm/mseal memory sealing
` [PATCH v7 4/4] mseal:add documentation

[PATCH v2] Documentation: power: Use kcalloc() instead of kzalloc()
 2024-01-22 17:11 UTC  (2+ messages)

[PATCH] staging: rtl8723bs: Use kcalloc() instead of kzalloc()
 2024-01-22 18:16 UTC  (4+ messages)

[GIT PULL] Enable -Wstringop-overflow globally
 2024-01-22 18:02 UTC  (2+ messages)

[PATCH] crypto: qat - use kcalloc_node() instead of kzalloc_node()
 2024-01-22 17:55 UTC  (2+ messages)

[PATCH] crypto: sun8i-ce - Use kcalloc() instead of kzalloc()
 2024-01-22 17:53 UTC  (2+ messages)

[PATCH] clk: hisilicon: Use devm_kcalloc() instead of devm_kzalloc()
 2024-01-22 17:51 UTC  (3+ messages)

[PATCH] bus: mhi: ep: Use kcalloc() instead of kzalloc()
 2024-01-22 17:50 UTC  (3+ messages)

[PATCH] riscv: Use kcalloc() instead of kzalloc()
 2024-01-22 17:45 UTC  (4+ messages)

[PATCH] accel/habanalabs: use kcalloc() instead of kzalloc()
 2024-01-22 16:45 UTC  (2+ messages)

[PATCH] MIPS: Alchemy: Use kcalloc() instead of kzalloc()
 2024-01-22 16:43 UTC  (2+ messages)

[PATCH v2] ASoC: ti: j721e-evm: Use devm_kcalloc() instead of devm_kzalloc()
 2024-01-22 16:33 UTC  (2+ messages)

[PATCH] ASoC: qcom: Use devm_kcalloc() instead of devm_kzalloc()
 2024-01-22 16:33 UTC  (2+ messages)

Limited/Broken functionality of ASLR for Libs >= 2MB
 2024-01-22  9:48 UTC  (7+ messages)

[PATCH] pinctrl: pinctrl-zynqmp: Use devm_kcalloc() instead of devm_kzalloc()
 2024-01-22  6:55 UTC  (3+ messages)

[PATCH] wifi: iwlegacy: Use kcalloc() instead of kzalloc()
 2024-01-21 12:15 UTC  (3+ messages)

[GIT PULL] bcachefs updates for 6.8
 2024-01-21 12:20 UTC  (29+ messages)

[PATCH] Documentation: power: Use kcalloc() instead of kzalloc()
 2024-01-21 11:44 UTC  (2+ messages)

[PATCH] docs/zh_CN/power: Use kcalloc() instead of kzalloc()
 2024-01-21 10:02 UTC  (4+ messages)

[RFC PATCH v3 00/11] Introduce mseal()
 2024-01-21  0:43 UTC  (13+ messages)
` [RFC PATCH v3 11/11] mseal:add documentation

[PATCH v4 0/3] Add device tree for IBM system1 BMC
 2024-01-20  0:06 UTC  (7+ messages)
` [PATCH v4 1/3] dt-bindings: arm: aspeed: add IBM system1-bmc
` [PATCH v4 2/3] dt-bindings: Add DPS310 as trivial device
` [PATCH v4 3/3] ARM: dts: aspeed: System1: IBM system1 BMC board

[GIT PULL] strlcpy removal for v6.8-rc1
 2024-01-19 23:59 UTC  (6+ messages)

[PATCH] string: Remove strlcpy()
 2024-01-19 19:58 UTC  (3+ messages)

[PATCH V2] riscv: Support RANDOMIZE_KSTACK_OFFSET
 2024-01-19 10:34 UTC  (2+ messages)

[PATCH v2] scsi: ibmvscsi_tgt: replace deprecated strncpy with strscpy
 2024-01-18 23:13 UTC  (5+ messages)

[PATCH] scsi: ibmvscsi_tgt: replace deprecated strncpy with strscpy
 2024-01-18 20:19 UTC  (3+ messages)

[PATCH] pstore/ram_core: Improve exception handling in persistent_ram_new()
 2024-01-18 14:06 UTC 

[PATCH] pstore/zone: Add a null pointer check to the psz_kmsg_read
 2024-01-18 10:02 UTC 

[PATCH] pstore/ram: Return directly after a failed kasprintf() call in ramoops_init_prz()
 2024-01-18  8:38 UTC  (4+ messages)

[PATCH v2] mm: align larger anonymous mappings on THP boundaries
 2024-01-18  2:10 UTC  (7+ messages)

[PATCH] lsm: Resolve compiling 'security.c' error
 2024-01-17 22:03 UTC  (3+ messages)

[RFC PATCH v4 0/4] Introduce mseal()
 2024-01-16 22:19 UTC  (4+ messages)
` [RFC PATCH v4 4/4] mseal:add documentation

[PATCH] perf/x86/amd/uncore: Use kcalloc*() instead of kzalloc*()
 2024-01-16 16:30 UTC  (2+ messages)

[PATCH] efi: pstore: Allow dynamic initialization based on module parameter
 2024-01-16 11:29 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 07/12] pstore/ram: Fix crash when setting number of cpus to an odd number
 2024-01-16  0:28 UTC 

[PATCH AUTOSEL 5.4 07/12] pstore/ram: Fix crash when setting number of cpus to an odd number
 2024-01-16  0:27 UTC 

[PATCH AUTOSEL 5.10 07/12] pstore/ram: Fix crash when setting number of cpus to an odd number
 2024-01-16  0:26 UTC 

[PATCH AUTOSEL 5.15 07/13] pstore/ram: Fix crash when setting number of cpus to an odd number
 2024-01-16  0:25 UTC 

[PATCH AUTOSEL 6.1 07/14] pstore/ram: Fix crash when setting number of cpus to an odd number
 2024-01-16  0:24 UTC 

[PATCH AUTOSEL 6.6 09/19] pstore/ram: Fix crash when setting number of cpus to an odd number
 2024-01-16  0:23 UTC 

[PATCH AUTOSEL 6.7 09/19] pstore/ram: Fix crash when setting number of cpus to an odd number
 2024-01-16  0:22 UTC 

[PATCH AUTOSEL 4.19 3/5] PNP: ACPI: fix fortify warning
 2024-01-16  0:15 UTC 

[PATCH AUTOSEL 5.4 5/7] PNP: ACPI: fix fortify warning
 2024-01-16  0:15 UTC 

[PATCH AUTOSEL 5.10 5/8] PNP: ACPI: fix fortify warning
 2024-01-16  0:14 UTC 

[PATCH AUTOSEL 5.15 5/8] PNP: ACPI: fix fortify warning
 2024-01-16  0:14 UTC 

[PATCH AUTOSEL 6.1 5/9] PNP: ACPI: fix fortify warning
 2024-01-16  0:14 UTC 

[PATCH AUTOSEL 6.6 06/14] PNP: ACPI: fix fortify warning
 2024-01-16  0:13 UTC 

[PATCH AUTOSEL 6.7 07/18] PNP: ACPI: fix fortify warning
 2024-01-16  0:12 UTC 

[PATCH v2] scsi: csiostor: Use kcalloc() instead of kzalloc()
 2024-01-15 18:26 UTC  (2+ messages)

[PATCH v2] eventfs: Use kcalloc() instead of kzalloc()
 2024-01-15 18:24 UTC  (2+ messages)

[PATCH] eventfs: Use kcalloc() instead of kzalloc()
 2024-01-15 10:06 UTC  (2+ messages)

Suggestion for Capability Check Refinement in check_syslog_permissions()
 2024-01-15  1:24 UTC  (4+ messages)
` [PATCH] cap_syslog: remove CAP_SYS_ADMIN when dmesg_restrict

[PATCH v6 0/4] Introduce mseal()
 2024-01-14  3:48 UTC  (12+ messages)
` [PATCH v6 1/4] mseal: Wire up mseal syscall
` [PATCH v6 2/4] mseal: add "
` [PATCH v6 3/4] selftest mm/mseal memory sealing
` [PATCH v6 4/4] mseal:add documentation

[PATCH] scsi: csiostor: Use kcalloc() instead of kzalloc()
 2024-01-12 18:43 UTC  (2+ messages)

[PATCH v2 1/2] VMCI: Use struct_size() in kmalloc()
 2024-01-12  5:35 UTC  (8+ messages)
` [PATCH v2 2/2] VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host()

[PATCH 0/2] Enable PSTORE_RAM as a module in the arm64 defconfig
 2024-01-11 20:08 UTC  (6+ messages)
` [PATCH 1/2] pstore/ram: Register to module device table
` [PATCH 2/2] arm64: defconfig: Enable PSTORE_RAM

[PATCH v3 0/3] Add device tree for IBM system1 BMC
 2024-01-11 19:50 UTC  (8+ messages)
` [PATCH v3 1/3] dt-bindings: arm: aspeed: add IBM system1-bmc
` [PATCH v3 2/3] dt-bindings: Add DPS310 as trivial device
` [PATCH v3 3/3] ARM: dts: aspeed: System1: IBM system1 BMC board

[PATCH] ARM: unwind: Add missing "Call trace:" line
 2024-01-11 15:49 UTC  (2+ messages)


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