linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-22 00:58:09 to 2024-01-14 10:54:13 UTC [more...]

[PATCH] eventfs: Use kcalloc() instead of kzalloc()
 2024-01-14 10:53 UTC 

[PATCH v2] scsi: csiostor: Use kcalloc() instead of kzalloc()
 2024-01-14 10:24 UTC 

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

[GIT PULL] bcachefs updates for 6.8
 2024-01-12 18:22 UTC  (16+ messages)

[PATCH v2 1/2] VMCI: Use struct_size() in kmalloc()
 2024-01-12  5:35 UTC  (22+ 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  (7+ 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  (4+ messages)

[RFC PATCH v5 0/4] Introduce mseal()
 2024-01-11  5:19 UTC  (13+ messages)
` [RFC PATCH v5 1/4] mseal: Wire up mseal syscall
` [RFC PATCH v5 2/4] mseal: add "
` [RFC PATCH v5 3/4] selftest mm/mseal memory sealing
` [RFC PATCH v5 4/4] mseal:add documentation

[RFC PATCH v4 0/4] Introduce mseal()
 2024-01-11  3:04 UTC  (13+ messages)
` [RFC PATCH v4 1/4] mseal: Wire up mseal syscall
` [RFC PATCH v4 2/4] mseal: add "
` [RFC PATCH v4 3/4] selftest mm/mseal memory sealing
` [RFC PATCH v4 4/4] mseal:add documentation

[PATCH v2 0/2] shrink lib/string.i via IWYU
 2024-01-11  0:07 UTC  (4+ messages)
` [PATCH v2 2/2] lib/string: "

[PATCH] bcachefs: Replace strlcpy() with strscpy()
 2024-01-10 23:54 UTC 

[PATCH v1 0/8] Add device tree for IBM system1 BMC
 2024-01-10 21:41 UTC  (27+ messages)
` [PATCH v1 2/8] dt-bindings: tpm: Add schema for TIS I2C devices
` [PATCH v1 6/8] ARM: dts: aspeed: System1: GPIO, Fan ctrl, Led
` [PATCH v1 7/8] tpm: tis-i2c: Add more compatible strings

[GIT PULL] pstore updates for v6.8-rc1
 2024-01-10 20:38 UTC  (2+ messages)

[PATCH 0/4] Refactor CONFIG_DEBUG_WX and check_wx_pages debugfs attribute
 2024-01-10  6:34 UTC  (11+ messages)
` [PATCH 1/4] arm: ptdump: Rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WX
` [PATCH 2/4] arm64, powerpc, riscv, s390, x86: Refactor CONFIG_DEBUG_WX
` [PATCH 3/4] powerpc,s390: Define ptdump_check_wx() regardless of CONFIG_DEBUG_WX
` [PATCH 4/4] ptdump: add check_wx_pages debugfs attribute

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

[PATCH v2] ASoC: ti: j721e-evm: Use devm_kcalloc() instead of devm_kzalloc()
 2024-01-09 18:11 UTC 

[PATCH][next] media: venus: hfi_cmds: Replace one-element array with flex-array member and use __counted_by
 2024-01-09 13:59 UTC  (6+ messages)

[PATCH] PM / QOS: Use kcalloc() instead of kzalloc()
 2024-01-09 13:57 UTC  (3+ messages)

fs/ntfs3/fsntfs.c:2661 ntfs_set_label() error: __builtin_memcpy() 'uni->name' too small (20 vs 256)
 2024-01-09  9:17 UTC 

[Patch v6 03/12] docs: qcom: Add qualcomm minidump guide
 2024-01-09  8:27 UTC  (5+ messages)
` RESEND: "

[PATCH] arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
 2024-01-09  0:54 UTC  (2+ messages)

[GIT PULL] hardening updates for v6.8-rc1
 2024-01-08 18:20 UTC 

Suggestion for Capability Check Refinement in check_syslog_permissions()
 2024-01-08 17:57 UTC  (9+ messages)
  ` [PATCH] cap_syslog: remove CAP_SYS_ADMIN when dmesg_restrict

[PATCH] ASoC: ti: Use devm_kcalloc() instead of devm_kzalloc()
 2024-01-08  7:52 UTC  (3+ messages)

[PATCH] ASoC: qcom: Use devm_kcalloc() instead of devm_kzalloc()
 2024-01-06 17:29 UTC  (2+ messages)

[RFC PATCH] VMCI: Silence memcpy() run-time false positive warning
 2024-01-04 19:02 UTC  (7+ messages)

[PATCH] efi: pstore: Allow dynamic initialization based on module parameter
 2024-01-03 18:40 UTC 

[PATCH v1 tty-next 4/4] 8250: microchip: pci1xxxx: Add Burst mode transmission support in uart driver for reading from FIFO
 2024-01-02 14:06 UTC  (2+ messages)

[RFC PATCH v3 00/11] Introduce mseal()
 2023-12-31  6:39 UTC  (3+ messages)
` [RFC PATCH v3 10/11] selftest mm/mseal memory sealing

[PATCH v6 0/2] shrink lib/string.i via IWYU
 2023-12-27 16:53 UTC  (6+ messages)
` [PATCH v6 1/2] kernel.h: removed REPEAT_BYTE from kernel.h
` [PATCH v6 2/2] lib/string: shrink lib/string.i via IWYU

[PATCH v4] iio: sx9324: avoid copying property strings
 2023-12-26 15:51 UTC  (2+ messages)

RESEND: Re: [Patch v6 03/12] docs: qcom: Add qualcomm minidump guide
 2023-12-25 13:51 UTC 

[Patch v6 03/12] docs: qcom: Add qualcomm minidump guide
 2023-12-25 13:24 UTC 

[PATCH v2 00/18] sysctl: constify sysctl ctl_tables
 2023-12-24 18:51 UTC  (22+ messages)
  ` [PATCH v2 13/18] sysctl: move sysctl type to ctl_table_header

[PATCH v2] lsm: Add a __counted_by() annotation to lsm_ctx.ctx
 2023-12-22 23:00 UTC  (2+ messages)

[PATCH v2] PCI: Prevent device from doing RPM when it's unplugged
 2023-12-22  3:53 UTC  (3+ messages)

[PATCH v3 0/3] kernfs: Convert from strlcpy() to strscpy()
 2023-12-22  1:18 UTC  (7+ messages)
` [PATCH v3 1/3] kernfs: Convert kernfs_walk_ns() "
` [PATCH v3 2/3] kernfs: Convert kernfs_name_locked() "
` [PATCH v3 3/3] kernfs: Convert kernfs_path_from_node_locked() "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).