Linux Hardening
 help / color / mirror / Atom feed
 messages from 2024-01-16 11:29:43 to 2024-01-23 02:29:51 UTC [more...]

[PATCH 00/82] overflow: Refactor open-coded arithmetic wrap-around
 2024-01-23  2:29 UTC  (90+ 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 11/82] arm64: atomics: lse: "
` [PATCH 12/82] ipv4: "
` [PATCH 13/82] btrfs: Refactor intentional wrap-around calculation
` [PATCH 14/82] smb: client: "
` [PATCH 15/82] dma-buf: "
` [PATCH 16/82] drm/nouveau/mmu: "
` [PATCH 17/82] drm/vc4: "
` [PATCH 18/82] ext4: "
` [PATCH 19/82] fs: "
` [PATCH 20/82] fpga: dfl: "
` [PATCH 21/82] drivers/fsi: "
` [PATCH 22/82] x86/sgx: "
` [PATCH 23/82] KVM: "
` [PATCH 24/82] KVM: arm64: vgic: "
` [PATCH 25/82] KVM: SVM: "
` [PATCH 26/82] buildid: "
` [PATCH 27/82] m68k: "
` [PATCH 28/82] niu: "
` [PATCH 29/82] rds: "
` [PATCH 30/82] s390/kexec_file: "
` [PATCH 31/82] ARC: dw2 unwind: "
` [PATCH 32/82] vringh: "
` [PATCH 33/82] mm/vmalloc: "
` [PATCH 34/82] ipc: "
` [PATCH 35/82] ACPI: custom_method: Refactor intentional wrap-around test
` [PATCH 36/82] agp: "
` [PATCH 37/82] aio: "
` [PATCH 38/82] arm: 3117/1: "
` [PATCH 39/82] crypto: "
` [PATCH 40/82] arm64: stacktrace: "
` [PATCH 41/82] wil6210: "
` [PATCH 42/82] bcachefs: "
` [PATCH 43/82] bpf: "
` [PATCH 44/82] btrfs: "
` [PATCH 45/82] cifs: "
` [PATCH 46/82] crypto: "
` [PATCH 47/82] dm verity: "
` [PATCH 48/82] drm/nouveau/mmu: "
` [PATCH 49/82] drm/i915: "
` [PATCH 50/82] drm/vc4: "
` [PATCH 51/82] ext4: "
` [PATCH 52/82] f2fs: "
` [PATCH 53/82] fs: "
` [PATCH 54/82] hpfs: "
` [PATCH 55/82] kasan: "
` [PATCH 56/82] usercopy: "
` [PATCH 57/82] KVM: arm64: vgic-v3: "
` [PATCH 58/82] s390/mm: "
` [PATCH 59/82] lib/scatterlist: "
` [PATCH 60/82] powerpc: "
` [PATCH 61/82] scsi: mpt3sas: "
` [PATCH 62/82] mwifiex: pcie: "
` [PATCH 63/82] mm: "
` [PATCH 64/82] netfilter: "
` [PATCH 65/82] nios2: "
` [PATCH 66/82] fs/ntfs3: "
` [PATCH 67/82] ocfs2: "
` [PATCH 68/82] PCI: "
` [PATCH 69/82] perf tools: "
` [PATCH 70/82] remoteproc: "
` [PATCH 71/82] s390/mm: "
` [PATCH 72/82] scsi: sd_zbc: "
` [PATCH 73/82] sh: "
` [PATCH 74/82] ARC: dw2 unwind: "
` [PATCH 75/82] timekeeping: "
` [PATCH 76/82] udf: "
` [PATCH 77/82] virtio: "
` [PATCH 78/82] mm/vmalloc: "
` [PATCH 79/82] staging: vme_user: "
` [PATCH 80/82] xen-netback: "
` [PATCH 81/82] lib: zstd: "
` [PATCH 82/82] mqueue: "

[PATCH v2] Documentation: power: Use kcalloc() instead of kzalloc()
 2024-01-23  1:30 UTC  (3+ messages)

[PATCH] ARM: fault: Implement copy_from_kernel_nofault_allowed()
 2024-01-23  1:12 UTC 

[PATCH] ARM: fault: Add "cut here" line for prefetch aborts
 2024-01-23  1:12 UTC 

[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] 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  (6+ 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  (22+ 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)


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