stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	patches@lists.linux.dev, Len Brown <len.brown@intel.com>,
	"Rafael J. Wysocki" <rafael.j.wysocki@intel.com>,
	Sasha Levin <sashal@kernel.org>
Subject: [PATCH 6.12 059/444] intel_idle: Allow loading ACPI tables for any family
Date: Mon, 18 Aug 2025 14:41:25 +0200	[thread overview]
Message-ID: <20250818124451.155201030@linuxfoundation.org> (raw)
In-Reply-To: <20250818124448.879659024@linuxfoundation.org>

6.12-stable review patch.  If anyone has any objections, please let me know.

------------------

From: Len Brown <len.brown@intel.com>

[ Upstream commit e91a158b694d7f4bd937763dde79ed0afa472d8a ]

There is no reason to limit intel_idle's loading of ACPI tables to
family 6.  Upcoming Intel processors are not in family 6.

Below "Fixes" really means "applies cleanly until".
That syntax commit didn't change the previous logic,
but shows this patch applies back 5-years.

Fixes: 4a9f45a0533f ("intel_idle: Convert to new X86 CPU match macros")
Signed-off-by: Len Brown <len.brown@intel.com>
Link: https://patch.msgid.link/06101aa4fe784e5b0be1cb2c0bdd9afcf16bd9d4.1754681697.git.len.brown@intel.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 drivers/idle/intel_idle.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/idle/intel_idle.c b/drivers/idle/intel_idle.c
index 524ed143f875..4506e1cc4b65 100644
--- a/drivers/idle/intel_idle.c
+++ b/drivers/idle/intel_idle.c
@@ -1608,7 +1608,7 @@ static const struct x86_cpu_id intel_idle_ids[] __initconst = {
 };
 
 static const struct x86_cpu_id intel_mwait_ids[] __initconst = {
-	X86_MATCH_VENDOR_FAM_FEATURE(INTEL, 6, X86_FEATURE_MWAIT, NULL),
+	X86_MATCH_VENDOR_FAM_FEATURE(INTEL, X86_FAMILY_ANY, X86_FEATURE_MWAIT, NULL),
 	{}
 };
 
-- 
2.50.1




  parent reply	other threads:[~2025-08-18 12:52 UTC|newest]

Thread overview: 460+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-18 12:40 [PATCH 6.12 000/444] 6.12.43-rc1 review Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 001/444] io_uring: dont use int for ABI Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 002/444] ALSA: usb-audio: Validate UAC3 power domain descriptors, too Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 003/444] ALSA: usb-audio: Validate UAC3 cluster segment descriptors Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 004/444] ALSA: hda/realtek: Fix headset mic on HONOR BRB-X Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 005/444] ALSA: hda/realtek: Add Framework Laptop 13 (AMD Ryzen AI 300) to quirks Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 006/444] smb3: fix for slab out of bounds on mount to ksmbd Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 007/444] smb: client: remove redundant lstrp update in negotiate protocol Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 008/444] gpio: virtio: Fix config space reading Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 009/444] gpio: mlxbf2: use platform_get_irq_optional() Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 010/444] Revert "gpio: mlxbf3: only get IRQ for device instance 0" Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 011/444] gpio: mlxbf3: use platform_get_irq_optional() Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 012/444] leds: flash: leds-qcom-flash: Fix registry access after re-bind Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 013/444] Revert "leds: trigger: netdev: Configure LED blink interval for HW offload" Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 014/444] netlink: avoid infinite retry looping in netlink_unicast() Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 015/444] net: phy: micrel: fix KSZ8081/KSZ8091 cable test Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 016/444] net: ftgmac100: fix potential NULL pointer access in ftgmac100_phy_disconnect Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 017/444] net: gianfar: fix device leak when querying time stamp info Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 018/444] net: enetc: fix device and OF node leak at probe Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 019/444] net: mtk_eth_soc: fix device " Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 020/444] net: ti: icss-iep: fix device and OF node leaks " Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 021/444] net: dpaa: fix device leak when querying time stamp info Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 022/444] net: usb: asix_devices: add phy_mask for ax88772 mdio bus Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 023/444] nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm() Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 024/444] NFSD: detect mismatch of file handle and delegation stateid in OPEN op Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 025/444] NFS: Fix the setting of capabilities when automounting a new filesystem Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 026/444] PCI: Extend isolated function probing to LoongArch Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 027/444] LoongArch: BPF: Fix jump offset calculation in tailcall Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 028/444] LoongArch: Dont use %pK through printk() in unwinder Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 029/444] LoongArch: Make relocate_new_kernel_size be a .quad value Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 030/444] LoongArch: Avoid in-place string operation on FDT content Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 031/444] sunvdc: Balance device refcount in vdc_port_mpgroup_check Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 032/444] clk: samsung: exynos850: fix a comment Greg Kroah-Hartman
2025-08-18 12:40 ` [PATCH 6.12 033/444] clk: samsung: gs101: fix CLK_DOUT_CMU_G3D_BUSD Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 034/444] clk: samsung: gs101: fix alternate mout_hsi0_usb20_ref parent clock Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 035/444] fscrypt: Dont use problematic non-inline crypto engines Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 036/444] fs: Prevent file descriptor table allocations exceeding INT_MAX Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 037/444] eventpoll: Fix semi-unbounded recursion Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 038/444] Documentation: ACPI: Fix parent device references Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 039/444] ACPI: processor: perflib: Fix initial _PPC limit application Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 040/444] ACPI: processor: perflib: Move problematic pr->performance check Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 041/444] block: Make REQ_OP_ZONE_FINISH a write operation Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 042/444] mm/memory-tier: fix abstract distance calculation overflow Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 043/444] smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_connection() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 044/444] smb: client: dont wait for info->send_pending == 0 on error Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 045/444] KVM: x86: Convert vcpu_run()s immediate exit param into a generic bitmap Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 046/444] KVM: x86: Drop kvm_x86_ops.set_dr6() in favor of a new KVM_RUN flag Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 047/444] KVM: VMX: Allow guest to set DEBUGCTL.RTM_DEBUG if RTM is supported Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 048/444] KVM: VMX: Extract checking of guests DEBUGCTL into helper Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 049/444] KVM: nVMX: Check vmcs12->guest_ia32_debugctl on nested VM-Enter Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 050/444] KVM: VMX: Wrap all accesses to IA32_DEBUGCTL with getter/setter APIs Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 051/444] KVM: VMX: Preserve hosts DEBUGCTLMSR_FREEZE_IN_SMM while running the guest Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 052/444] habanalabs: fix UAF in export_dmabuf() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 053/444] mm/smaps: fix race between smaps_hugetlb_range and migration Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 054/444] udp: also consider secpath when evaluating ipsec use for checksumming Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 055/444] netfilter: ctnetlink: fix refcount leak on table dump Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 056/444] net: ti: icssg-prueth: Fix emac link speed handling Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 057/444] net: ti: icss-iep: Fix incorrect type for return value in extts_enable() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 058/444] sctp: linearize cloned gso packets in sctp_rcv Greg Kroah-Hartman
2025-08-18 12:41 ` Greg Kroah-Hartman [this message]
2025-08-18 12:41 ` [PATCH 6.12 060/444] cpuidle: governors: menu: Avoid using invalid recent intervals data Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 061/444] ptp: prevent possible ABBA deadlock in ptp_clock_freerun() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 062/444] tls: handle data disappearing from under the TLS ULP Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 063/444] net: kcm: Fix race condition in kcm_unattach() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 064/444] hfs: fix general protection fault in hfs_find_init() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 065/444] hfs: fix slab-out-of-bounds in hfs_bnode_read() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 066/444] hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 067/444] hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 068/444] hfsplus: dont use BUG_ON() in hfsplus_create_attributes_file() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 069/444] arm64: Handle KCOV __init vs inline mismatches Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 070/444] firmware: arm_ffa: Change initcall level of ffa_init() to rootfs_initcall Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 071/444] smb/server: avoid deadlock when linking with ReplaceIfExists Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 072/444] nvme-pci: try function level reset on init failure Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 073/444] dm-stripe: limit chunk_sectors to the stripe size Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 074/444] md/raid10: set chunk_sectors limit Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 075/444] nvme-tcp: log TLS handshake failures at error level Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 076/444] gfs2: Validate i_depth for exhash directories Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 077/444] gfs2: Set .migrate_folio in gfs2_{rgrp,meta}_aops Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 078/444] md: call del_gendisk in control path Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 079/444] loop: Avoid updating block size under exclusive owner Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 080/444] udf: Verify partition map count Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 081/444] drbd: add missing kref_get in handle_write_conflicts Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 082/444] hfs: fix not erasing deleted b-tree node issue Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 083/444] better lockdep annotations for simple_recursive_removal() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 084/444] ata: ahci: Disallow LPM policy control if not supported Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 085/444] ata: ahci: Disable DIPM if host lacks support Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 086/444] ata: libata-sata: Disallow changing LPM state if not supported Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 087/444] fs/ntfs3: Add sanity check for file name Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 088/444] fs/ntfs3: correctly create symlink for relative path Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 089/444] md: Dont clear MD_CLOSING until mddev is freed Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 090/444] pidfs: raise SB_I_NODEV and SB_I_NOEXEC Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 091/444] ext2: Handle fiemap on empty files to prevent EINVAL Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 092/444] fix locking in efi_secret_unlink() Greg Kroah-Hartman
2025-08-18 12:41 ` [PATCH 6.12 093/444] securityfs: dont pin dentries twice, once is enough Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 094/444] tracefs: Add d_delete to remove negative dentries Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 095/444] usb: xhci: print xhci->xhc_state when queue_command failed Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 096/444] platform/x86/amd: pmc: Add Lenovo Yoga 6 13ALC6 to pmc quirk list Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 097/444] cpufreq: CPPC: Mark driver with NEED_UPDATE_LIMITS flag Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 098/444] selftests/futex: Define SYS_futex on 32-bit architectures with 64-bit time_t Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 099/444] usb: typec: ucsi: psy: Set current max to 100mA for BC 1.2 and Default Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 100/444] usb: xhci: Avoid showing warnings for dying controller Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 101/444] usb: xhci: Set avg_trb_len = 8 for EP0 during Address Device Command Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 102/444] usb: xhci: Avoid showing errors during surprise removal Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 103/444] firmware: qcom: scm: initialize tzmem before marking SCM as available Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 104/444] soc: qcom: rpmh-rsc: Add RSC version 4 support Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 105/444] ACPI: APEI: send SIGBUS to current task if synchronous memory error not recovered Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 106/444] remoteproc: imx_rproc: skip clock enable when M-core is managed by the SCU Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 107/444] usb: typec: tcpm/tcpci_maxim: fix irq wake usage Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 108/444] pmdomain: ti: Select PM_GENERIC_DOMAINS Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 109/444] gpio: wcd934x: check the return value of regmap_update_bits() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 110/444] cpufreq: Exit governor when failed to start old governor Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 111/444] cpufreq: intel_pstate: Add Granite Rapids support in no-HWP mode Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 112/444] ARM: rockchip: fix kernel hang during smp initialization Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 113/444] PM / devfreq: governor: Replace sscanf() with kstrtoul() in set_freq_store() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 114/444] EDAC/synopsys: Clear the ECC counters on init Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 115/444] ASoC: soc-dapm: set bias_level if snd_soc_dapm_set_bias_level() was successed Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 116/444] thermal/drivers/qcom-spmi-temp-alarm: Enable stage 2 shutdown when required Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 117/444] tools/nolibc: define time_t in terms of __kernel_old_time_t Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 118/444] iio: adc: ad_sigma_delta: dont overallocate scan buffer Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 119/444] gpio: tps65912: check the return value of regmap_update_bits() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 120/444] mfd: tps6594: Add TI TPS652G1 support Greg Kroah-Hartman
2025-08-18 12:58   ` Michael Walle
2025-08-18 12:42 ` [PATCH 6.12 121/444] ARM: tegra: Use I/O memcpy to write to IRAM Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 122/444] tools/build: Fix s390(x) cross-compilation with clang Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 123/444] selftests: tracing: Use mutex_unlock for testing glob filter Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 124/444] ACPI: PRM: Reduce unnecessary printing to avoid user confusion Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 125/444] firmware: arm_scmi: power_control: Ensure SCMI_SYSPOWER_IDLE is set early during resume Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 126/444] firmware: tegra: Fix IVC dependency problems Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 127/444] PM: runtime: Clear power.needs_force_resume in pm_runtime_reinit() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 128/444] thermal: sysfs: Return ENODATA instead of EAGAIN for reads Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 129/444] PM: sleep: console: Fix the black screen issue Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 130/444] ACPI: processor: fix acpi_object initialization Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 131/444] mmc: sdhci-msm: Ensure SD card power isnt ON when card removed Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 132/444] ACPI: APEI: GHES: add TAINT_MACHINE_CHECK on GHES panic path Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 133/444] selftests: vDSO: vdso_test_getrandom: Always print TAP header Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 134/444] pps: clients: gpio: fix interrupt handling order in remove path Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 135/444] reset: brcmstb: Enable reset drivers for ARCH_BCM2835 Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 136/444] char: misc: Fix improper and inaccurate error code returned by misc_init() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 137/444] mei: bus: Check for still connected devices in mei_cl_bus_dev_release() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 138/444] mmc: rtsx_usb_sdmmc: Fix error-path in sd_set_power_mode() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 139/444] platform/chrome: cros_ec_sensorhub: Retries when a sensor is not ready Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 140/444] ALSA: hda: Handle the jack polling always via a work Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 141/444] ALSA: hda: Disable jack polling at shutdown Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 142/444] x86/bugs: Avoid warning when overriding return thunk Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 143/444] ASoC: hdac_hdmi: Rate limit logging on connection and disconnection Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 144/444] ALSA: intel8x0: Fix incorrect codec index usage in mixer for ICH4 Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 145/444] ASoC: SOF: topology: Parse the dapm_widget_tokens in case of DSPless mode Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 146/444] tty: serial: fix print format specifiers Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 147/444] ASoC: core: Check for rtd == NULL in snd_soc_remove_pcm_runtime() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 148/444] usb: typec: intel_pmc_mux: Defer probe if SCU IPC isnt present Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 149/444] usb: core: usb_submit_urb: downgrade type check Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 150/444] pm: cpupower: Fix the snapshot-order of tsc,mperf, clock in mperf_stop() Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 151/444] imx8m-blk-ctrl: set ISI panic write hurry level Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 152/444] soc: qcom: mdt_loader: Actually use the e_phoff Greg Kroah-Hartman
2025-08-18 12:42 ` [PATCH 6.12 153/444] platform/x86: thinkpad_acpi: Handle KCOV __init vs inline mismatches Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 154/444] platform/chrome: cros_ec_typec: Defer probe on missing EC parent Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 155/444] ALSA: hda/ca0132: Fix buffer overflow in add_tuning_control Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 156/444] ALSA: pcm: Rewrite recalculate_boundary() to avoid costly loop Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 157/444] ALSA: usb-audio: Avoid precedence issues in mixer_quirks macros Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 158/444] iio: adc: ad7768-1: Ensure SYNC_IN pulse minimum timing requirement Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 159/444] ASoC: codecs: rt5640: Retry DEVICE_ID verification Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 160/444] ASoC: qcom: use drvdata instead of component to keep id Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 161/444] netfilter: nft_set_pipapo: prefer kvmalloc for scratch maps Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 162/444] selftests: netfilter: Enable CONFIG_INET_SCTP_DIAG Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 163/444] powerpc/thp: tracing: Hide hugepage events under CONFIG_PPC_BOOK3S_64 Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 164/444] bootconfig: Fix unaligned access when building footer Greg Kroah-Hartman
2025-08-18 13:05   ` Ben Hutchings
2025-08-18 12:43 ` [PATCH 6.12 165/444] Bluetooth: btusb: Add new VID/PID 0489/e14e for MT7925 Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 166/444] Bluetooth: hci_sock: Reset cookie to zero in hci_sock_free_cookie() Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 167/444] xen/netfront: Fix TX response spurious interrupts Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 168/444] wifi: iwlwifi: mvm: avoid outdated reorder buffer head_sn Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 169/444] net: usb: cdc-ncm: check for filtering capability Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 170/444] wifi: ath12k: Correct tid cleanup when tid setup fails Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 171/444] ktest.pl: Prevent recursion of default variable options Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 172/444] wifi: cfg80211: reject HTC bit for management frames Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 173/444] s390/time: Use monotonic clock in get_cycles() Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 174/444] be2net: Use correct byte order and format string for TCP seq and ack_seq Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 175/444] libbpf: Verify that arena map exists when adding arena relocations Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 176/444] idpf: preserve coalescing settings across resets Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 177/444] wifi: rtw89: wow: Add Basic Rate IE to probe request in scheduled scan mode Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 178/444] wifi: rtw89: Lower the timeout in rtw89_fw_read_c2h_reg() for USB Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 179/444] et131x: Add missing check after DMA map Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 180/444] net: ag71xx: " Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 181/444] net/mlx5e: Properly access RCU protected qdisc_sleeping variable Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 182/444] net: pcs: xpcs: mask readl() return value to 16 bits Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 183/444] arm64: Mark kernel as tainted on SAE and SError panic Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 184/444] drm/amd/pm: fix null pointer access Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 185/444] rcu: Protect ->defer_qs_iw_pending from data race Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 186/444] drm/amd/display: limit clear_update_flags to dcn32 and above Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 187/444] can: ti_hecc: fix -Woverflow compiler warning Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 188/444] net: mctp: Prevent duplicate binds Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 189/444] wifi: cfg80211: Fix interface type validation Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 190/444] wifi: mac80211: dont unreserve never reserved chanctx Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 191/444] net: ipv4: fix incorrect MTU in broadcast routes Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 192/444] net: thunderx: Fix format-truncation warning in bgx_acpi_match_id() Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 193/444] net: phy: micrel: Add ksz9131_resume() Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 194/444] perf/cxlpmu: Remove unintended newline from IRQ name format string Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 195/444] sched/deadline: Fix accounting after global limits change Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 196/444] bpf: Forget ranges when refining tnum after JSET Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 197/444] wifi: iwlwifi: mvm: set gtk id also in older FWs Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 198/444] um: Re-evaluate thread flags repeatedly Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 199/444] wifi: iwlwifi: mvm: fix scan request validation Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 200/444] s390/stp: Remove udelay from stp_sync_clock() Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 201/444] net: phy: bcm54811: PHY initialization Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 202/444] sched/fair: Bump sd->max_newidle_lb_cost when newidle balance fails Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 203/444] wifi: mac80211: dont complete management TX on SAE commit Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 204/444] wifi: mac80211: avoid weird state in error path Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 205/444] s390/early: Copy last breaking event address to pt_regs Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 206/444] (powerpc/512) Fix possible `dma_unmap_single()` on uninitialized pointer Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 207/444] ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc() Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 208/444] rcu/nocb: Fix possible invalid rdps->nocb_cb_kthread pointer access Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 209/444] wifi: mac80211: fix rx link assignment for non-MLO stations Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 210/444] drm/msm: use trylock for debugfs Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 211/444] drm/msm: Add error handling for krealloc in metadata setup Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 212/444] perf/arm: Add missing .suppress_bind_attrs Greg Kroah-Hartman
2025-08-18 12:43 ` [PATCH 6.12 213/444] drm/imagination: Clear runtime PM errors while resetting the GPU Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 214/444] wifi: rtw89: Fix rtw89_mac_power_switch() for USB Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 215/444] wifi: mt76: mt7915: mcu: re-init MCU before loading FW patch Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 216/444] kselftest/arm64: Specify SVE data when testing VL set in sve-ptrace Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 217/444] drm/xe/xe_query: Use separate iterator while filling GT list Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 218/444] net: thunderbolt: Enable end-to-end flow control also in transmit Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 219/444] net: thunderbolt: Fix the parameter passing of tb_xdomain_enable_paths()/tb_xdomain_disable_paths() Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 220/444] xfrm: Duplicate SPI Handling Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 221/444] net: atlantic: add set_power to fw_ops for atl2 to fix wol Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 222/444] ACPI: Suppress misleading SPCR console message when SPCR table is absent Greg Kroah-Hartman
2025-08-18 15:21   ` Hanjun Guo
2025-08-19 12:32     ` Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 223/444] net: ieee8021q: fix insufficient table-size assertion Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 224/444] net: fec: allow disable coalescing Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 225/444] drm/amd/display: Separate set_gsl from set_gsl_source_select Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 226/444] wifi: ath10k: shutdown driver when hardware is unreliable Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 227/444] wifi: ath12k: Add memset and update default rate value in wmi tx completion Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 228/444] wifi: ath12k: Fix station association with MBSSID Non-TX BSS Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 229/444] lib: packing: Include necessary headers Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 230/444] wifi: iwlwifi: dvm: fix potential overflow in rs_fill_link_cmd() Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 231/444] wifi: iwlwifi: fw: Fix possible memory leak in iwl_fw_dbg_collect Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 232/444] drm/amd/display: Fix failed to blank crtc! Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 233/444] drm/amd/display: Initialize mode_select to 0 Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 234/444] wifi: mac80211: update radar_required in channel context after channel switch Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 235/444] wifi: rtlwifi: fix possible skb memory leak in `_rtl_pci_rx_interrupt()` Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 236/444] wifi: ath12k: Enable REO queue lookup table feature on QCN9274 hw2.0 Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 237/444] wifi: ath12k: Decrement TID on RX peer frag setup error handling Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 238/444] powerpc: floppy: Add missing checks after DMA map Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 239/444] netmem: fix skb_frag_address_safe with unreadable skbs Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 240/444] arm64: stacktrace: Check kretprobe_find_ret_addr() return value Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 241/444] wifi: iwlegacy: Check rate_idx range after addition Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 242/444] neighbour: add support for NUD_PERMANENT proxy entries Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 243/444] dpaa_eth: dont use fixed_phy_change_carrier Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 244/444] drm/amd: Allow printing VanGogh OD SCLK levels without setting dpm to manual Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 245/444] net: vlan: Make is_vlan_dev() a stub when VLAN is not configured Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 246/444] net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubs Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 247/444] gve: Return error for unknown admin queue command Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 248/444] net: dsa: b53: ensure BCM5325 PHYs are enabled Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 249/444] net: dsa: b53: fix b53_imp_vlan_setup for BCM5325 Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 250/444] net: dsa: b53: prevent GMII_PORT_OVERRIDE_CTRL access on BCM5325 Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 251/444] net: dsa: b53: prevent DIS_LEARNING " Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 252/444] net: dsa: b53: prevent SWITCH_CTRL " Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 253/444] bpftool: Fix JSON writer resource leak in version command Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 254/444] ptp: Use ratelimite for freerun error message Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 255/444] wifi: rtw89: scan abort when assign/unassign_vif Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 256/444] wifi: rtlwifi: fix possible skb memory leak in _rtl_pci_init_one_rxdesc() Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 257/444] ionic: clean dbpage in de-init Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 258/444] drm/xe: Make dma-fences compliant with the safe access rules Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 259/444] net: ncsi: Fix buffer overflow in fetching version id Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 260/444] drm: renesas: rz-du: mipi_dsi: Add min check for VCLK range Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 261/444] drm/ttm: Should to return the evict error Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 262/444] uapi: in6: restore visibility of most IPv6 socket options Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 263/444] bpf: Make reg_not_null() true for CONST_PTR_TO_MAP Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 264/444] selftests/bpf: Fix ringbuf/ringbuf_write test failure with arm64 64KB page size Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 265/444] selftests/bpf: Fix a user_ringbuf " Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 266/444] drm/amd/display: Update DMCUB loading sequence for DCN3.5 Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 267/444] drm/amd/display: Avoid trying AUX transactions on disconnected ports Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 268/444] drm/ttm: Respect the shrinker core free target Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 269/444] rcu: Fix rcu_read_unlock() deadloop due to IRQ work Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 270/444] net: dsa: b53: fix IP_MULTICAST_CTRL on BCM5325 Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 271/444] vsock/virtio: Resize receive buffers so that each SKB fits in a 4K page Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 272/444] vhost: fail early when __vhost_add_used() fails Greg Kroah-Hartman
2025-08-18 12:44 ` [PATCH 6.12 273/444] drm/amd/display: Only finalize atomic_obj if it was initialized Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 274/444] drm/amd/display: Avoid configuring PSR granularity if PSR-SU not supported Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 275/444] drm/amd/display: Disable dsc_power_gate for dcn314 by default Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 276/444] watchdog: sbsa: Adjust keepalive timeout to avoid MediaTek WS0 race condition Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 277/444] cifs: Fix calling CIFSFindFirst() for root path without msearch Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 278/444] fbdev: fix potential buffer overflow in do_register_framebuffer() Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 279/444] crypto: hisilicon/hpre - fix dma unmap sequence Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 280/444] ext4: do not BUG when INLINE_DATA_FL lacks system.data xattr Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 281/444] clk: tegra: periph: Fix error handling and resolve unsigned compare warning Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 282/444] mfd: axp20x: Set explicit ID for AXP313 regulator Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 283/444] phy: rockchip-pcie: Properly disable TEST_WRITE strobe signal Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 284/444] scsi: libiscsi: Initialize iscsi_conn->dd_data only if memory is allocated Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 285/444] fs/orangefs: use snprintf() instead of sprintf() Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 286/444] watchdog: dw_wdt: Fix default timeout Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 287/444] hwmon: (emc2305) Set initial PWM minimum value during probe based on thermal state Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 288/444] clk: qcom: ipq5018: keep XO clock always on Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 289/444] MIPS: vpe-mt: add missing prototypes for vpe_{alloc,start,stop,free} Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 290/444] watchdog: iTCO_wdt: Report error if timeout configuration fails Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 291/444] scsi: bfa: Double-free fix Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 292/444] jfs: truncate good inode pages when hard link is 0 Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 293/444] jfs: Regular file corruption check Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 294/444] jfs: upper bound check of tree index in dbAllocAG Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 295/444] media: hi556: Fix reset GPIO timings Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 296/444] RDMA/bnxt_re: Fix size of uverbs_copy_to() in BNXT_RE_METHOD_GET_TOGGLE_MEM Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 297/444] crypto: jitter - fix intermediary handling Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 298/444] MIPS: Dont crash in stack_top() for tasks without ABI or vDSO Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 299/444] MIPS: lantiq: falcon: sysctrl: fix request memory check logic Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 300/444] clk: thead: Mark essential bus clocks as CLK_IGNORE_UNUSED Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 301/444] media: ipu-bridge: Add _HID for OV5670 Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 302/444] media: v4l2-common: Reduce warnings about missing V4L2_CID_LINK_FREQ control Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 303/444] leds: leds-lp50xx: Handle reg to get correct multi_index Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 304/444] dmaengine: stm32-dma: configure next sg only if there are more than 2 sgs Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 305/444] RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask() Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 306/444] RDMA/core: reduce stack using in nldev_stat_get_doit() Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 307/444] scsi: lpfc: Ensure HBA_SETUP flag is used only for SLI4 in dev_loss_tmo_callbk Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 308/444] scsi: lpfc: Check for hdwq null ptr when cleaning up lpfc_vport structure Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 309/444] power: supply: qcom_battmgr: Add lithium-polymer entry Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 310/444] scsi: mpt3sas: Correctly handle ATA device errors Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 311/444] scsi: mpi3mr: " Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 312/444] pinctrl: stm32: Manage irq affinity settings Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 313/444] media: tc358743: Check I2C succeeded during probe Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 314/444] media: tc358743: Return an appropriate colorspace from tc358743_set_fmt Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 315/444] media: tc358743: Increase FIFO trigger level to 374 Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 316/444] media: usb: hdpvr: disable zero-length read messages Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 317/444] media: dvb-frontends: dib7090p: fix null-ptr-deref in dib7090p_rw_on_apb() Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 318/444] media: dvb-frontends: w7090p: fix null-ptr-deref in w7090p_tuner_write_serpar and w7090p_tuner_read_serpar Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 319/444] media: uvcvideo: Add quirk for HP Webcam HD 2300 Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 320/444] media: uvcvideo: Fix bandwidth issue for Alcor camera Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 321/444] crypto: octeontx2 - add timeout for load_fvc completion poll Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 322/444] crypto: ccp - Add missing bootloader info reg for pspv6 Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 323/444] clk: renesas: rzg2l: Postpone updating priv->clks[] Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 324/444] soundwire: amd: serialize amd manager resume sequence during pm_prepare Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 325/444] soundwire: amd: cancel pending slave status handling workqueue during remove sequence Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 326/444] soundwire: Move handle_nested_irq outside of sdw_dev_lock Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 327/444] md: dm-zoned-target: Initialize return variable r to avoid uninitialized use Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 328/444] module: Prevent silent truncation of module name in delete_module(2) Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 329/444] i3c: add missing include to internal header Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 330/444] rtc: ds1307: handle oscillator stop flag (OSF) for ds1341 Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 331/444] apparmor: shift ouid when mediating hard links in userns Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 332/444] i3c: dont fail if GETHDRCAP is unsupported Greg Kroah-Hartman
2025-08-18 12:45 ` [PATCH 6.12 333/444] i3c: master: Initialize ret in i3c_i2c_notifier_call() Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 334/444] dm-mpath: dont print the "loaded" message if registering fails Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 335/444] dm-table: fix checking for rq stackable devices Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 336/444] apparmor: use the condition in AA_BUG_FMT even with debug disabled Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 337/444] apparmor: fix x_table_lookup when stacking is not the first entry Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 338/444] i2c: Force DLL0945 touchpad i2c freq to 100khz Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 339/444] exfat: add cluster chain loop check for dir Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 340/444] f2fs: check the generic conditions first Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 341/444] printk: nbcon: Allow reacquire during panic Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 342/444] kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.c Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 343/444] vfio/type1: conditional rescheduling while pinning Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 344/444] kconfig: nconf: Ensure null termination where strncpy is used Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 345/444] scsi: Fix sas_user_scan() to handle wildcard and multi-channel scans Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 346/444] scsi: target: core: Generate correct identifiers for PR OUT transport IDs Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 347/444] scsi: aacraid: Stop using PCI_IRQ_AFFINITY Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 348/444] vfio/mlx5: fix possible overflow in tracking max message size Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 349/444] ipmi: Use dev_warn_ratelimited() for incorrect message warnings Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 350/444] kconfig: gconf: avoid hardcoding model2 in on_treeview2_cursor_changed() Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 351/444] kconfig: gconf: fix potential memory leak in renderer_edited() Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 352/444] kconfig: lxdialog: fix space to (de)select options Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 353/444] ipmi: Fix strcpy source and destination the same Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 354/444] tools/power turbostat: Handle non-root legacy-uncore sysfs permissions Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 355/444] tools/power turbostat: Fix build with musl Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 356/444] tools/power turbostat: Handle cap_get_proc() ENOSYS Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 357/444] smb: client: dont call init_waitqueue_head(&info->conn_wait) twice in _smbd_get_connection Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 358/444] lib/sbitmap: convert shallow_depth from one word to the whole sbitmap Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 359/444] ALSA: hda/realtek: add LG gram 16Z90R-A to alc269 fixup table Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 360/444] net: phy: smsc: add proper reset flags for LAN8710A Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 361/444] ASoC: Intel: avs: Fix uninitialized pointer error in probe() Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 362/444] block: avoid possible overflow for chunk_sectors check in blk_stack_limits() Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 363/444] pNFS: Fix stripe mapping in block/scsi layout Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 364/444] pNFS: Fix disk addr range check " Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 365/444] pNFS: Handle RPC size limit for layoutcommits Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 366/444] pNFS: Fix uninited ptr deref in block/scsi layout Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 367/444] rtc: ds1307: remove clear of oscillator stop flag (OSF) in probe Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 368/444] scsi: lpfc: Remove redundant assignment to avoid memory leak Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 369/444] ASoC: fsl_sai: replace regmap_write with regmap_update_bits Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 370/444] cifs: Fix collect_sample() to handle any iterator type Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 371/444] drm/amdgpu: fix vram reservation issue Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 372/444] drm/amdgpu: fix incorrect vm flags to map bo Greg Kroah-Hartman
2025-08-25 14:05   ` Deucher, Alexander
2025-08-18 12:46 ` [PATCH 6.12 373/444] mm/damon/core: commit damos->target_nid Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 374/444] block: Introduce bio_needs_zone_write_plugging() Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 375/444] dm: Always split write BIOs to zoned device limits Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 376/444] clk: qcom: gcc-ipq8074: fix broken freq table for nss_port6_tx_clk_src Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 377/444] cifs: reset iface weights when we cannot find a candidate Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 378/444] iommu/vt-d: Optimize iotlb_sync_map for non-caching/non-RWBF modes Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 379/444] iommu/arm-smmu-qcom: Add SM6115 MDSS compatible Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 380/444] iommufd: Report unmapped bytes in the error path of iopt_unmap_iova_range Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 381/444] iommufd: Prevent ALIGN() overflow Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 382/444] ext4: fix zombie groups in average fragment size lists Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 383/444] ext4: fix largest free orders lists corruption on mb_optimize_scan switch Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 384/444] ext4: initialize superblock fields in the kballoc-test.c kunit tests Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 385/444] usb: core: config: Prevent OOB read in SS endpoint companion parsing Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 386/444] misc: rtsx: usb: Ensure mmc child device is active when card is present Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 387/444] usb: typec: ucsi: Update power_supply on power role change Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 388/444] comedi: fix race between polling and detaching Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 389/444] thunderbolt: Fix copy+paste error in match_service_id() Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 390/444] cdc-acm: fix race between initial clearing halt and open Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 391/444] btrfs: zoned: use filesystem size not disk size for reclaim decision Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 392/444] btrfs: abort transaction during log replay if walk_log_tree() failed Greg Kroah-Hartman
2025-08-18 12:46 ` [PATCH 6.12 393/444] btrfs: zoned: do not remove unwritten non-data block group Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 394/444] btrfs: qgroup: set quota enabled bit if quota disable fails flushing reservations Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 395/444] btrfs: dont ignore inode missing when replaying log tree Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 396/444] btrfs: fix ssd_spread overallocation Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 397/444] btrfs: populate otime when logging an inode item Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 398/444] btrfs: qgroup: fix qgroup create ioctl returning success after quotas disabled Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 399/444] btrfs: dont skip remaining extrefs if dir not found during log replay Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 400/444] btrfs: clear dirty status from extent buffer on error at insert_new_root() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 401/444] btrfs: fix log tree replay failure due to file with 0 links and extents Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 402/444] btrfs: error on missing block group when unaccounting log tree extent buffers Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 403/444] btrfs: zoned: do not select metadata BG as finish target Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 404/444] btrfs: fix iteration bug in __qgroup_excl_accounting() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 405/444] btrfs: do not allow relocation of partially dropped subvolumes Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 406/444] xfs: fix scrub trace with null pointer in quotacheck Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 407/444] userfaultfd: fix a crash in UFFDIO_MOVE when PMD is a migration entry Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 408/444] fbdev: Fix vmalloc out-of-bounds write in fast_imageblit Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 409/444] net/sched: ets: use old nbands while purging unused classes Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 410/444] hv_netvsc: Fix panic during namespace deletion with VF Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 411/444] parisc: Makefile: fix a typo in palo.conf Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 412/444] mm, slab: restore NUMA policy support for large kmalloc Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 413/444] mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 414/444] mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 415/444] mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lock Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 416/444] media: uvcvideo: Fix 1-byte out-of-bounds read in uvc_parse_format() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 417/444] media: venus: Fix OOB read due to missing payload bound check Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 418/444] media: uvcvideo: Do not mark valid metadata as invalid Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 419/444] media: v4l2: Add support for NV12M tiled variants to v4l2_format_info() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 420/444] tools/nolibc: fix spelling of FD_SETBITMASK in FD_* macros Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 421/444] RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpages Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 422/444] HID: magicmouse: avoid setting up battery timer when not needed Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 423/444] wifi: mac80211: check basic rates validity in sta_link_apply_parameters Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 424/444] tools/hv: fcopy: Fix irregularities with size of ring buffer Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 425/444] HID: apple: avoid setting up battery timer for devices without battery Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 426/444] mfd: cros_ec: Separate charge-control probing from USB-PD Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 427/444] net: Add net_passive_inc() and net_passive_dec() Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 428/444] net: better track kernel sockets lifetime Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 429/444] smb: client: fix netns refcount leak after net_passive changes Greg Kroah-Hartman
2025-08-19 11:21   ` Wang Zhaolong
2025-08-19 12:14     ` Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 430/444] PCI: Store all PCIe Supported Link Speeds Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 431/444] PCI: Allow PCI bridges to go to D3Hot on all non-x86 Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 432/444] PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable ports Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 433/444] arm64: dts: ti: k3-j722s-evm: Fix USB2.0_MUX_SEL to select Type-C Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 434/444] arm64: dts: ti: k3-j722s-evm: Fix USB gpio-hog level for Type-C Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 435/444] rust: kbuild: clean output before running `rustdoc` Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 436/444] rust: workaround `rustdoc` target modifiers bug Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 437/444] ata: libata-sata: Add link_power_management_supported sysfs attribute Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 438/444] io_uring/rw: cast rw->flags assignment to rwf_t Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 439/444] firmware: arm_scmi: Convert to SYSTEM_SLEEP_PM_OPS Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 440/444] drm/amd/display: Allow DCN301 to clear update flags Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 441/444] md: fix create on open mddev lifetime regression Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 442/444] rcu: Fix racy re-initialization of irq_work causing hangs Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 443/444] dm: split write BIOs on zone boundaries when zone append is not emulated Greg Kroah-Hartman
2025-08-18 12:47 ` [PATCH 6.12 444/444] PCI: Honor Max Link Speed when determining supported speeds Greg Kroah-Hartman
2025-08-18 16:07 ` 6.12.43-rc1 review Brett A C Sheffield
2025-08-18 17:25 ` [PATCH 6.12 000/444] " Florian Fainelli
2025-08-18 19:34 ` Naresh Kamboju
2025-08-18 20:27 ` Shuah Khan
2025-08-18 22:54 ` Hardik Garg
2025-08-18 23:13 ` Peter Schneider
2025-08-19  9:47 ` Pavel Machek
2025-08-19 10:18 ` Ron Economos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250818124451.155201030@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=len.brown@intel.com \
    --cc=patches@lists.linux.dev \
    --cc=rafael.j.wysocki@intel.com \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).