messages from 2026-09-03 14:21:23 to 2026-09-15 08:27:10 UTC [more...]
[PATCH 00/28] Replace remaining strlcat() call sites with snprintf()/seq_buf()
2026-09-15 8:18 UTC (28+ messages)
` [PATCH 01/28] ALSA: ac97: Refactor snd_ac97_get_name() to use snprintf()
` [PATCH 02/28] sunrpc: Refactor rpc_sockaddr2uaddr() to use snprintf() instead of strlcat()
` [PATCH 03/28] ARM: atags: Replace strlcat() with snprintf() for cmdline extend
` [PATCH 04/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_nsymb_init()
` [PATCH 05/28] ALSA: usb-audio: Refactor usb_audio_make_longname() to use seq_buf
` [PATCH 06/28] comedi: comedi_bond: Refactor strlcat() to seq_buf in do_dev_config()
` [PATCH 07/28] scsi: bfa: Use snprintf() in bfa_fcs_fabric_psymb_init()
` [PATCH 08/28] devlink: Refactor strlcat() to seq_buf in __devlink_compat_running_version()
` [PATCH 09/28] drm/dp_mst: Refactor build_mst_prop_path() to use seq_buf
` [PATCH 10/28] of/fdt: Replace strlcat() with snprintf() in early_init_dt_scan_chosen()
` [PATCH 11/28] wifi: brcmfmac: Replace strlcat() with snprintf() in brcmf_fw_alloc_request()
` [PATCH 12/28] fortify: Convert strlcat() to snprintf() in strcat()
` [PATCH 13/28] i40e: Replace strlcat() with snprintf() in i40e_nvm_version_str()
` [PATCH 14/28] ALSA: usb-audio: Refactor append_ctl_name() to use snprintf()
` [PATCH 15/28] orangefs: Use seq_buf for debug help string generation
` [PATCH 16/28] pinctrl: samsung: Use snprintf() to construct pin bank names
` [PATCH 17/28] MIPS: cmdline: Refactor bootcmdline_append() to use snprintf()
` [PATCH 18/28] LoongArch: Refactor bootcmdline_init() to use seq_buf instead of strlcat()
` [PATCH 19/28] x86/setup: Use snprintf() to concatenate builtin and boot command lines
` [PATCH 21/28] NFS: nfsroot: Refactor root_nfs_cat() to use snprintf()
` [PATCH 22/28] media: si2165: Use snprintf() to format frontend name
` [PATCH 23/28] Input: synaptics_usb - use seq_buf and snprintf() for name and phys
` [PATCH 24/28] EDAC/thunderx: Fix stale error context in thunderx_l2c_threaded_isr()
` [PATCH 25/28] EDAC/thunderx: Replace strlcat() with seq_buf
` [PATCH 26/28] wifi: wil6210: Refactor resume_triggers2string() to use seq_buf
` [PATCH 27/28] drm/xe/pf: Convert strlcat() to seq_buf in control_read()
` [PATCH 28/28] drm/xe/pf: Refactor strlcat() to seq_buf in sched_group_engines_read()
[PATCH 0/3] EDAC: Balance PCI device enablement in three Intel drivers
2026-09-15 1:55 UTC (4+ messages)
` [PATCH 1/3] EDAC/e752x: Use managed PCI device enablement
` [PATCH 2/3] EDAC/i3000: Balance "
` [PATCH 3/3] EDAC/x38: "
[PATCH] EDAC/i82975x: Balance PCI ownership on probe and module exit
2026-09-15 1:35 UTC
[PATCH] EDAC/ie31200: Disable PCI device when probing fails
2026-09-15 0:53 UTC (3+ messages)
[PATCH v6 0/4] x86/mce: Fix timer and storm tracking races, and avoid redundant polling
2026-09-14 23:05 UTC (9+ messages)
` [PATCH v6 1/4] x86/mce: Do not reinitialise mce_timer structure on CPU restart
` [PATCH v6 2/4] x86/mce/threshold: Fix concurrency races in storm tracking
` [PATCH v6 3/4] x86/mce/intel: Clear mce_poll_banks for firmware-first banks on hotplugged CPUs
` [PATCH v6 4/4] x86/mce: Avoid arming periodic polling timer when not required
[PATCH v3 00/13] x86/msr: Drop 32-bit MSR interfaces
2026-09-14 15:54 UTC (7+ messages)
` [PATCH v3 12/13] treewide: convert rdmsrq() from a macro to an inline function
[GIT PULL] EDAC/urgent for v7.3-rc3
2026-09-13 17:37 UTC (2+ messages)
[PATCH] EDAC/versalnet: fix remoteproc reference leak
2026-09-13 5:35 UTC
[bug report] EDAC/versalnet: Refactor memory controller initialization and cleanup
2026-09-12 7:21 UTC
[PATCH] edac: use named initializers for acpi_device_id
2026-09-12 6:02 UTC (4+ messages)
[PATCH v5 0/3] x86/mce: Fix timer list corruption and avoid redundant polling
2026-09-11 17:56 UTC (13+ messages)
` [PATCH v5 1/3] x86/mce: Do not reinitialise mce_timer structure on CPU restart
` [PATCH v5 2/3] x86/mce/threshold: Use atomic bit operations on mce_poll_banks
` [PATCH v5 3/3] x86/mce: Avoid arming periodic polling timer when not required
[PATCH v3 0/3] Bring includes in linux/kmod.h up to date
2026-09-11 14:46 UTC (4+ messages)
` [PATCH v3 1/3] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH v3 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),
` [PATCH v3 3/3] module: Bring includes in linux/kmod.h up to date
[PATCH 3/3] x86/mce/amd: Reset deferred-register state between polling banks
2026-09-11 13:44 UTC (4+ messages)
` [PATCH v2 "
[PATCHv5 0/4] EDAC/altera: Address sashiko reviews part 1(v5)
2026-09-11 12:06 UTC (5+ messages)
` [PATCHv5 1/4] EDAC/altera: Do not allow driver unbinding
` [PATCHv5 2/4] EDAC/altera: Drop __init from ECC setup paths for re-probe safety
` [PATCHv5 3/4] EDAC/altera: Fix code leak on dci allocation failure
` [PATCHv5 4/4] EDAC/altera: Fix use-after-free in error paths
[PATCH] EDAC/ghes: reset DMI scan state after registration failure
2026-09-11 5:06 UTC (2+ messages)
[PATCH v5 0/8] x86/hygon: Add Family 0x18 DF node enumeration and SMN access
2026-09-11 1:10 UTC (11+ messages)
` [PATCH v5 1/8] x86/hygon: Add Family 0x18 DF node enumeration
` [PATCH v5 2/8] x86/hygon: Map CPU NodeIds to DF nodes
` [PATCH v5 3/8] EDAC/amd64: Stop matching Hygon CPUs
` [PATCH v5 4/8] RAS/AMD/ATL: Match AMD CPUs only
` [PATCH v5 5/8] hwmon: (k10temp) Stop matching Hygon devices
` [PATCH v5 6/8] x86/amd_nb: Restrict the northbridge framework to AMD CPUs
` [PATCH v5 7/8] x86/amd_node: Restrict SMN setup "
` [PATCH v5 8/8] x86/hygon: Add Family 0x18 SMN access
[PATCH 1/1] MAINTAINERS: Update my email address
2026-09-11 1:10 UTC (7+ messages)
[PATCH v2 0/9] docs: kernel-parameters: Remove ten entries for parameters that no longer exist
2026-09-10 17:33 UTC (24+ messages)
` [PATCH v2 1/9] docs: kernel-parameters: Drop the atarimouse= entry
` [PATCH v2 2/9] docs: kernel-parameters: Drop the bau= entry
` [PATCH v2 3/9] docs: kernel-parameters: Drop the edac_report= entry
` [PATCH v2 4/9] docs: kernel-parameters: Drop the enable_timer_pin_1 entry
` [PATCH v2 5/9] docs: kernel-parameters: Drop the mini2440= entry
` [PATCH v2 6/9] docs: kernel-parameters: Drop the nomfgpt entry
` [PATCH v2 7/9] docs: kernel-parameters: Drop the omap_mux= entry
` [PATCH v2 8/9] docs: kernel-parameters: Drop the pcmv= entry
` [PATCH v2 9/9] docs: kernel-parameters: Drop the pata_legacy.qdi and pata_legacy.winbond entries
[PATCH] x86/mce: Zero the injected error record before logging it
2026-09-10 3:59 UTC (2+ messages)
[PATCH v3 0/8] docs: kernel-parameters: Remove eight entries for parameters that no longer exist
2026-09-10 1:32 UTC (9+ messages)
` [PATCH v3 1/8] docs: kernel-parameters: Drop the atarimouse= entry
` [PATCH v3 2/8] docs: kernel-parameters: Drop the bau= entry
` [PATCH v3 3/8] docs: kernel-parameters: Drop the edac_report= entry
` [PATCH v3 4/8] docs: kernel-parameters: Drop the enable_timer_pin_1 entry
` [PATCH v3 5/8] docs: kernel-parameters: Drop the mini2440= entry
` [PATCH v3 6/8] docs: kernel-parameters: Drop the nomfgpt entry
` [PATCH v3 7/8] docs: kernel-parameters: Drop the omap_mux= entry
` [PATCH v3 8/8] docs: kernel-parameters: Drop the pcmv= entry
[PATCHv4 0/4] EDAC/altera: Address sashiko reviews part 1(v4)
2026-09-09 14:36 UTC (7+ messages)
` [PATCHv4 1/4] EDAC/altera: Do not allow driver unbinding
` [PATCHv4 2/4] EDAC/altera: Drop __init from ECC setup paths for re-probe safety
` [PATCHv4 3/4] EDAC/altera: Fix code leak on dci allocation failure
` [PATCHv4 4/4] EDAC/altera: Fix use-after-free in error paths
[PATCH v4 0/3] RAS: Fix ARM processor error bounds checking
2026-09-09 11:28 UTC (4+ messages)
` [PATCH v4 1/3] RAS: Fix inverted context info bounds check in ARM processor errors
` [PATCH v4 2/3] RAS: Fix out-of-bounds read when tracing arm_event
` [PATCH v4 3/3] RAS: Fix integer overflow in ARM processor error context walk
[PATCH v2 0/8] Add Aspeed AST2700 SDRAM EDAC support
2026-09-09 5:59 UTC (5+ messages)
[PATCH 0/9] docs: kernel-parameters: Remove ten entries for parameters that no longer exist
2026-09-08 14:51 UTC (16+ messages)
` [PATCH 1/9] docs: kernel-parameters: Drop the atarimouse= entry
` [PATCH 2/9] docs: kernel-parameters: Drop the bau= entry
` [PATCH 3/9] docs: kernel-parameters: Drop the edac_report= entry
` [PATCH 4/9] docs: kernel-parameters: Drop the enable_timer_pin_1 entry
` [PATCH 5/9] docs: kernel-parameters: Drop the mini2440= entry
` [PATCH 6/9] docs: kernel-parameters: Drop the nomfgpt entry
` [PATCH 7/9] docs: kernel-parameters: Drop the omap_mux= entry
` [PATCH 8/9] docs: kernel-parameters: Drop the pcmv= entry
` [PATCH 9/9] docs: kernel-parameters: Drop the pata_legacy.qdi and pata_legacy.winbond entries
[PATCH v3 0/3] RAS: Fix ARM processor error bounds checking
2026-09-08 14:13 UTC (2+ messages)
[PATCH v2 0/3] driver core: Constify the signature of device_show/store_*()
2026-09-07 22:24 UTC (5+ messages)
` [PATCH v2 1/3] x86/mce: Use __DEVICE_ATTR() macro to initialize dev_ext_attribute
` [PATCH v2 2/3] drivers: perf: "
` [PATCH v2 3/3] driver core: Constify the signature of device_show/store_*()
[PATCH 13/14] x86: fix repeated words in comments
2026-09-07 20:42 UTC (2+ messages)
[PATCH v7 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
2026-09-07 12:06 UTC (3+ messages)
[PATCH] edac: fix typo "enqueing" in comment
2026-09-07 6:18 UTC
[PATCH] Documentation: RAS: Use the real EDAC PCI parity control names
2026-09-06 21:28 UTC (2+ messages)
[PATCH 0/8] Add SCI support for APEI on x86
2026-09-05 17:53 UTC (9+ messages)
` [PATCH 1/8] acpi_dev_interface: a ghes support state at AcpiDeviceIfClass
` [PATCH 2/8] tests/acpi: virt: reserve expected tables for PC GHES SCI support
` [PATCH 3/8] hw/i186: add support for HEST table with SCI
` [PATCH 4/8] hw/i386: add GHES support at ICH9 and PIIX4 PM
` [PATCH 5/8] tests/acpi: virt: add x86 DSDT and HEST tables
` [PATCH 6/8] docs: acpi_hest_ghes: document notification mechanisms
` [PATCH 7/8] tests: test GHES notifications on arm64 virt machine
` [PATCH 8/8] tests: add GHES tests for x86 piix4 and q35
[PATCH v2 1/2] RAS: Fix inverted context info bounds check in ARM processor errors
2026-09-05 13:11 UTC
[PATCH v2 2/2] RAS: Fix out-of-bounds read when tracing arm_event
2026-09-05 13:08 UTC
[PATCH 2/3] x86/mce/amd: Reset MCA_SYND1/2 between bank scans
2026-09-03 22:11 UTC (3+ messages)
` [PATCH v2 "
[PATCH 1/3] x86/mce: Reset MCA_SYND between bank scans
2026-09-03 20:28 UTC (2+ messages)
[PATCH v4 0/2] x86/mce: Fix timer list corruption and avoid redundant polling
2026-09-03 19:43 UTC (5+ messages)
` [PATCH v4 2/2] x86/mce: Avoid arming periodic polling timer when not required
[PATCH 0/3] Increase MCA bank count
2026-09-03 14:20 UTC (2+ messages)
` [PATCH 2/3] x86/mce/amd: Convert bank_map to a bitmap
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).