linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-08 07:51:42 to 2024-01-18 10:02:16 UTC [more...]

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

[GIT PULL] bcachefs updates for 6.8
 2024-01-18  5:35 UTC  (26+ 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  (10+ messages)
` [RFC PATCH v4 2/4] mseal: add mseal syscall
` [RFC PATCH v4 3/4] selftest mm/mseal memory sealing
` [RFC PATCH v4 4/4] mseal:add documentation

[PATCH v4 0/3] Add device tree for IBM system1 BMC
 2024-01-16 19:03 UTC  (5+ 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

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

Limited/Broken functionality of ASLR for Libs >= 2MB
 2024-01-16  8:09 UTC  (6+ 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  (20+ 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

[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 

[PATCH] ASoC: ti: Use devm_kcalloc() instead of devm_kzalloc()
 2024-01-08  7:52 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;
as well as URLs for NNTP newsgroup(s).