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,
	Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>,
	Bjorn Andersson <andersson@kernel.org>,
	Sasha Levin <sashal@kernel.org>
Subject: [PATCH 7.2 0263/1815] arm64: dts: qcom: sc8180x-lenovo-flex-5g: Describe the display power net
Date: Sat, 12 Sep 2026 08:33:33 +0200	[thread overview]
Message-ID: <20260912065655.147335254@linuxfoundation.org> (raw)
In-Reply-To: <20260912065648.999753832@linuxfoundation.org>

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

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

From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

[ Upstream commit d5f5c089858f7accd1e4574c0c09d811e90eb51f ]

Describe and wire up the power supplies for the eDP panel and its
backlight. Previously, this was only working because of settings
inherited from the bootloader.

Fixes: 20dea72a393c ("arm64: dts: qcom: sc8180x: Introduce Lenovo Flex 5G")
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260616-topic-8180_disp_power-v2-4-167785993231@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 .../boot/dts/qcom/sc8180x-lenovo-flex-5g.dts  | 47 +++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts b/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts
index 0d2cfb830e839..7601afc3d7bf9 100644
--- a/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts
+++ b/arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts
@@ -26,6 +26,7 @@ backlight: backlight {
 		compatible = "pwm-backlight";
 		pwms = <&pmc8180c_lpg 4 1000000>;
 		enable-gpios = <&pmc8180c_gpios 8 GPIO_ACTIVE_HIGH>;
+		power-supply = <&vled_bl_pw>;
 
 		pinctrl-0 = <&bl_pwm_default>;
 		pinctrl-names = "default";
@@ -157,6 +158,38 @@ cdsp_mem: cdsp-region@98900000 {
 		};
 	};
 
+	vled_bl_pw: regulator-vled-bl-pw {
+		compatible = "regulator-fixed";
+
+		regulator-name = "VLED_BL_PW";
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+
+		gpio = <&pmc8180_2_gpios 1 GPIO_ACTIVE_HIGH>;
+		enable-active-high;
+
+		pinctrl-0 = <&bl_pwr_en>;
+		pinctrl-names = "default";
+
+		regulator-boot-on;
+	};
+
+	vreg_lcm_3v3: regulator-edp-3p3 {
+		compatible = "regulator-fixed";
+
+		regulator-name = "VREG_LCM_3V3";
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+
+		gpio = <&tlmm 130 GPIO_ACTIVE_HIGH>;
+		enable-active-high;
+
+		pinctrl-0 = <&lcm_3v3_en>;
+		pinctrl-names = "default";
+
+		regulator-boot-on;
+	};
+
 	vreg_s4a_1p8: regulator-pm8150-s4 {
 		compatible = "regulator-fixed";
 		regulator-name = "vreg_s4a_1p8";
@@ -438,6 +471,7 @@ &mdss_edp {
 	aux-bus {
 		panel {
 			compatible = "edp-panel";
+			power-supply = <&vreg_lcm_3v3>;
 			no-hpd;
 
 			backlight = <&backlight>;
@@ -472,6 +506,13 @@ &pcie3_phy {
 	status = "okay";
 };
 
+&pmc8180_2_gpios {
+	bl_pwr_en: bl-pwr-en-state {
+		pins = "gpio1";
+		function = "normal";
+	};
+};
+
 &pmc8180_pwrkey {
 	status = "okay";
 };
@@ -765,6 +806,12 @@ ts_int_default: ts-int-default-state {
 		drive-strength = <2>;
 	};
 
+	lcm_3v3_en: lcm-3v3-en-state {
+		pins = "gpio130";
+		function = "gpio";
+		bias-disable;
+	};
+
 	usbprim_sbu_default: usbprim-sbu-state {
 		oe-n-pins {
 			pins = "gpio152";
-- 
2.53.0




  parent reply	other threads:[~2026-09-12  7:24 UTC|newest]

Thread overview: 1845+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-12  6:29 [PATCH 7.2 0000/1815] 7.2.6-rc1 review Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0001/1815] drm/amd/display: Scale custom brightness curve from full range Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0002/1815] batman-adv: dat: atomically update mac addresses Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0003/1815] batman-adv: bla: avoid CRC corruption due to parallel claim add Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0004/1815] mm/damon/core: skip aging from repeated aggressive merging Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0005/1815] i3c: master: Fix device_register() error path Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0006/1815] i3c: master: Fix recursive locking during device registration Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0007/1815] dm-pcache: validate seg_id fields from persistent memory Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0008/1815] i3c: master: Fix use-after-free of master->this Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0009/1815] i3c: master: Do not treat master device as a duplicate target Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0010/1815] dm-pcache: validate the persisted dirty_tail chain at load Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0011/1815] udf: Move udf_map_block() up Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0012/1815] udf: Fix data loss when converting inline inodes to out of line Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0013/1815] staging: sm750fb: fix mono image source stride mismatch in lynxfb_ops_imageblit() Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0014/1815] tracing/probes: ignore id update from btf_type_skip_modifiers Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0015/1815] tracing/probes: Fix BTF kflag check for anonymous struct member access Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0016/1815] btrfs: abort transaction before releasing tree_log_mutex on commit failure Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0017/1815] ksmbd: fix maximum allowed access checks Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0018/1815] smb/server: fix tree connection leak in smb2_tree_connect() Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0019/1815] ksmbd: fix tree connection use-after-free " Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0020/1815] memcg: move LRU size accounting on reparenting instead of copying it Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0021/1815] nvdimm: preserve flush callback -ENOMEM Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0022/1815] nvdimm: pmem: keep PREFLUSH before data writes Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0023/1815] nvdimm: virtio_pmem: stop allocating child flush bio Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0024/1815] nvdimm: virtio_pmem: always wake -ENOSPC waiters Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0025/1815] nvdimm: virtio_pmem: use READ_ONCE()/WRITE_ONCE() for wait flags Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0026/1815] nvdimm: virtio_pmem: refcount requests for token lifetime Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0027/1815] mm/mremap: reset unfaulted VMA page offset for MREMAP_DONTUNMAP Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0028/1815] clk: qcom: Fix test_ctl_hi field for DEFAULT_EVO PLLs Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0029/1815] KVM: x86: Extract REGS and SREGS runtime sync code to helpers Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0030/1815] KVM: x86: Move get_segment_base() to regs.h, as kvm_get_segment_base() Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0031/1815] KVM: x86: Rename __{g,s}et_sregs2() => kvm_vcpu_ioctl_x86_{g,s}et_sregs2() Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0032/1815] KVM: x86: Move the bulk of register specific code from x86.c to regs.c Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0033/1815] KVM: x86: Check EFER validity on KVM_SET_SREGS* Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0034/1815] Smack: Fix error in capability bypass Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0035/1815] drm: Remove unused header in drm_dumb_buffers.c Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0036/1815] drm/atomic: Drop drm_private_obj.state assignment from create_state Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0037/1815] drm/tegra: dsi: Re-add clear enable register if DSI was powered by bootloader Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0038/1815] drm: lcdif: Wait for vblank before disabling DMA Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0039/1815] drm/bridge: synopsys: dw-dp: Support unregistering the AUX channel Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0040/1815] drm/rockchip: dw_dp: Add missing newline in dev_err_probe() message Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0041/1815] drm/rockchip: dw_dp: Release core resources Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0042/1815] drm/rockchip: vop2: Fix wrong wait target in layer cfg done check Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0043/1815] drm/rockchip: vop2: Wait for layer cfg done before switching LAYERSEL_REGDONE_SEL Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0044/1815] drm/rockchip: analogix_dp: Enable hclk for RK3588 Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0045/1815] drm/rockchip: analogix_dp: Fix OF node reference leak via auto cleanup Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0046/1815] drm/bridge: display-connector: dont autoenable HPD IRQ Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0047/1815] drm/bridge: display-connector: trigger initial HPD event for DP Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0048/1815] gpu: nova-core: gsp: tu102: keep unloading if FWSEC-SB fails Greg Kroah-Hartman
2026-09-12  6:29 ` [PATCH 7.2 0049/1815] drm/v3d: Clear queue->active_job when v3d_fence_create() fails Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0050/1815] drm/display: hdmi-state-helper: Try subsampling in mode_valid Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0051/1815] drm/rockchip: vop2: Add RK3576 to the RG swap special case Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0052/1815] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0053/1815] rust: drm: gpuvm: update DriverGpuVm for DeviceContext Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0054/1815] drm/bridge: cdns-dsi: Return an error pointer on allocation failure Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0055/1815] drm/bridge: cdns-mhdp8546: " Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0056/1815] smack: fix incorrect task context in smack_msg_queue_msgrcv Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0057/1815] smack: simplify write handlers of sysfs entries Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0058/1815] smack: deduplicate smackfs/{direct,mapped} file_operations Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0059/1815] smack: restrict smackfs/{direct,mapped} values to 0-255 Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0060/1815] cgroup/cpuset: Avoid unnecessary cpus & mems update in cpuset_hotplug_update_tasks() Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0061/1815] sched_ext/scx_flatcg: Fix cvtime_delta race and add hweight scaling to bypass charging Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0062/1815] drm/bridge: of-display-mode-bridge: Fix missing static const for the bridge funcs Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0063/1815] x86/cfi: Use symmetric SYM_START and SYM_END in __CFI_TYPE() Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0064/1815] platform/chrome: cros_ec_typec: Reject out-of-bounds PD cap count Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0065/1815] selftests: proc: include fcntl.h in proc-pidns Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0066/1815] HID: core: quiesce input in hid_hw_stop() to prevent use-after-free Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0067/1815] HID: nintendo: Fix imu_timestamp_us double increment per report Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0068/1815] HID: roccat: bound device-supplied profile index Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0069/1815] soc: samsung: exynos-pmu: fix of_node refcount leak in exynos_get_pmu_regmap() Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0070/1815] media: cec-pin: Fix event FIFO ordering Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0071/1815] mtd: rawnand: pl353: Fix debug prints Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0072/1815] ASoC: SOF: ipc4-topology: Return error for invalid number of formats Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0073/1815] cxl/mbox: Clamp mailbox output allocation to the payload size Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0074/1815] arm64: dts: imx94: Correct PCIe outbound address space configuration Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0075/1815] arm64: dts: imx943: " Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0076/1815] cxl/pci: Remove incorrect mbox.valid check in cxl_pci_type3_init_mailbox() Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0077/1815] ARM: imx: avic: Fix OF node reference leaks Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0078/1815] clk: versaclock7: Fix APLL clock leak on probe failure Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0079/1815] clk: canaan: Clear rate fields before reprogramming dividers Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0080/1815] clk: eswin: Add CLK_IGNORE_UNUSED to NoC clock Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0081/1815] clk: moxart: remove unused variables, fix refcount leak Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0082/1815] clk: nuvoton: ma35d1: fix ignored div_u64 return values in PLL freq calculation Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0083/1815] clk: nuvoton: ma35d1: fix PLL_CTL1_FRAC bit field width and fractional calc Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0084/1815] clk: nuvoton: ma35d1: fix ma35d1_clk_pll_determine_rate logic Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0085/1815] clk: stm32: add missing bitfield.h header Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0086/1815] ASoC: rt700-sdw: always drain jack work on remove Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0087/1815] ASoC: fsl_audmix: rework runtime PM handling in probe Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0088/1815] arm64: dts: imx8mp-frdm: Add missing HDMI DDC pinctrl Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0089/1815] clk: hisilicon: reset: Use devm_kzalloc to initialize hisi_reset_controller Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0090/1815] ARM: imx: fix device_node refcount leak in imx_src_init() Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0091/1815] ARM: imx: fix device_node refcount leaks in imx7_src_init() Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0092/1815] ARM: OMAP2+: Fix OF node reference leaks in omap_hwmod Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0093/1815] firmware: imx: sm-misc: Add NULL check for kmalloc in syslog_show Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0094/1815] arm64: dts: imx93-kontron: set memory node to 0x80000000/1GiB Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0095/1815] arm64: dts: freescale: imx95-toradex-smarc: add alias for lpuart5 Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0096/1815] arm64: dts: imx8mp-ab2: Enable MU2 for DSP communication Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0097/1815] clk: imx: scu: drop redundant init.ops variable assignment Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0098/1815] drm/lima: call drm_mm_init() with a valid allocation range Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0099/1815] mm/mm_init: fix incorrect node_spanned_pages Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0100/1815] sched/core: Fix inter-class wakeup_preempt() Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0101/1815] sched/fair: Fix overflow in update_tg_cfs_runnable() Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0102/1815] perf/x86/intel/uncore: Keep PCI PMUs working when MMIO/MSR setup fails Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0103/1815] perf/x86/intel/uncore: Fix PCI PMU cleanup on setup failure Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0104/1815] perf/x86/intel/uncore: Fix refcnt and other cleanups Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0105/1815] perf/x86/intel/uncore: Let init_box() callback report failures Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0106/1815] perf/x86/intel/uncore: Factor out box setup code Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0107/1815] perf/x86/intel/uncore: Introduce PMU flags and broken state Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0108/1815] perf/x86/intel/uncore: Fix uncore_box ref/unref ordering Greg Kroah-Hartman
2026-09-12  6:30 ` [PATCH 7.2 0109/1815] pinctrl: imx1: fix device_node leak in dt_is_flat_functions() Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0110/1815] perf/x86/intel: Keep cap_user_rdpmc in sync with RDPMC user-disable state Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0111/1815] pinctrl: bcm2835: Dont remove an unregistered GPIO chip Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0112/1815] drm/panthor: Pass vm_bind_op to vm_prepare_map_op_ctx Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0113/1815] drm/panthor: Support sparse mappings Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0114/1815] drm/panthor: Fix NPD issue on partial unmap of an evicted BO Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0115/1815] riscv: kexec_file: Fix crashk_low_res not exclude bug Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0116/1815] workqueue: only show running workers in stall diagnostics Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0117/1815] perf test: Skip failing perf test aslr test case Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0118/1815] cxl/test: Add test for module parameters Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0119/1815] cxl/test: Refactor platform device enumerations Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0120/1815] cxl/test: Add hierarchy enumeration support for type2 device Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0121/1815] cxl/test: Propagate -ENOMEM on platform_device_alloc() failures Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0122/1815] media: keymaps: Remove obsolete RC_MAP_RC5_TV keymap define Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0123/1815] media: keymaps: Remove obsolete RC_MAP_HAUPPAUGE_NEW " Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0124/1815] wifi: ath12k: fix TLV32 length mask Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0125/1815] wifi: ath12k: correct monitor destination ring size Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0126/1815] perf pmu: Recognize default_core as a core PMU in more places Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0127/1815] perf util: Sort includes and add missed explicit dependencies Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0128/1815] perf evlist: Add reference count Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0129/1815] perf evsel: " Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0130/1815] perf evlist: Add reference count checking Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0131/1815] perf parse-events: Restrict core PMU bypass to --cputype option Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0132/1815] perf test: Truncate test description to fit terminal width Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0133/1815] perf tests: Skip metrics validation if system-wide recording lacks permission Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0134/1815] perf tests: Fix Python JIT dump profiling test failure Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0135/1815] perf tests: Add robust record retry helper and use subsecond workloads Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0136/1815] perf tests: Fix flakiness in trace record and replay test Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0137/1815] perf tests: Fix flakiness in BPF counters test on hybrid systems Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0138/1815] perf tests: Fix flakiness in branch stack sampling tests Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0139/1815] PCI: imx6: Fix building against PCI_HOST_COMMON Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0140/1815] PCI: imx6: Fix building against PCI_PWRCTRL_GENERIC Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0141/1815] regulator: tps6594: Fix device node reference leaks in multiphase loop Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0142/1815] drm/amd/powerplay: fix VoltageObjectInfo zero-stride loop and OOB read Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0143/1815] drm/amdgpu/pm/powerplay: bounds-check voltage index in SMU7 lookup Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0144/1815] drm/amdgpu/pm/powerplay: bounds-check voltage index in Vega10 lookup Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0145/1815] ASoC: samsung: i2s: Avoid mixing goto with guard() Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0146/1815] ASoC: ti: j721e-evm: " Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0147/1815] drm/amd/display: Fix dangling pointer in plane reset function Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0148/1815] drm/amd/display: Fix dangling pointer in CRTC " Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0149/1815] bpftool: Strip all -Wformat* flags from bootstrap libbpf build Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0150/1815] tools/bpf/bpftool: Reset vmlinux BTF after map commands Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0151/1815] tools/bpf/bpftool: Reset vmlinux BTF after struct_ops commands Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0152/1815] bpf: Copy per-CPU map value padding in copy_map_value_long() Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0153/1815] selftests/bpf: Mask socket type flags in mptcpify prog Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0154/1815] bpf,lsm: Drop bpf_prog_free from sleepable_lsm_hooks Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0155/1815] mm/mm_init: handle alloc_percpu failure in free_area_init_core_hotplug Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0156/1815] leds: lp5860: Fix a potential double-unlock Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0157/1815] leds: lp5860-spi: Fix an error handling path Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0158/1815] dmaengine: mediatek: mtk-uart-apdma: Return -ENOMEM on memory allocation failure Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0159/1815] dmaengine: xilinx_dma: Fix channel idle state management in AXIDMA and MCDMA interrupt handlers Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0160/1815] dmaengine: zynqmp_dma: fix race between runtime PM and device removal Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0161/1815] dmaengine: hisilicon: Return -ENOMEM on dynamic memory allocation in probe Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0162/1815] dmaengine: xilinx_dma: Fix CPU stall in xilinx_dma_poll_timeout Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0163/1815] soundwire: qcom: Fix port exhaustion check in stream_alloc_ports Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0164/1815] iio: orientation: hid-sensor-rotation: Avoid race between callback setup and device exposure Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0165/1815] csky: Fix a4/a5 restoration in syscall trace path Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0166/1815] selftests/rseq: Replace glibc-specific __GNUC_PREREQ with portable check Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0167/1815] wifi: rtw89: debug: fix off by on in rtw89_ppdu_str() Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0168/1815] wifi: rtw89: fw: correct preload field of w2 in rtw89_fw_h2c_default_cmac_tbl_be() Greg Kroah-Hartman
2026-09-12  6:31 ` [PATCH 7.2 0169/1815] platform/chrome: sensorhub: Fix memory overread in ring handler Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0170/1815] wifi: rtw89: fw: fix link ID filling for LPS MLO common info Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0171/1815] wifi: rtw89: check return values in rtw89_ops_start_ap() Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0172/1815] wifi: rtw89: fix HE extended capability length check Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0173/1815] uprobes/x86: Remove struct uprobe_trampoline object Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0174/1815] uprobes/x86: Do not leak trampoline vma mapping on optimization failure Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0175/1815] uprobes/x86: Allow to copy uprobe trampolines on fork Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0176/1815] uprobes/x86: Move optimized uprobe from nop5 to nop10 Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0177/1815] fanotify: initialize permission event watchdog state Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0178/1815] tools/nolibc: mark arg1 operand in __nolibc_syscall0() as write-only Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0179/1815] perf cs-etm: Fix thread leaks on trace queue init failure Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0180/1815] perf cs-etm: Filter synthesized branch samples Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0181/1815] libbpf: Change has_nop_combo to work on top of nop10 Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0182/1815] libbpf: Detect uprobe syscall with new error Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0183/1815] perf/x86/amd/uncore: Add group validation Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0184/1815] perf test amd ibs: avoid using executable heap Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0185/1815] perf vendor events amd: Update Zen 5 core events Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0186/1815] perf vendor events amd: Update Zen 6 " Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0187/1815] hwrng: core - fix rng list on registration error Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0188/1815] crypto: qat - cancel work on re-enable SR-IOV timeout Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0189/1815] crypto: qat - clear AES key schedule from stack Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0190/1815] crypto: atmel-ecc - reject hardware ECDH without a public key Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0191/1815] crypto: atmel-sha204a - fix heap info leak on I2C transfer failure Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0192/1815] crypto: sa2ul - stop probe if context pool creation fails Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0193/1815] hwrng: xilinx-trng - propagate timeout before any data is read Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0194/1815] hwrng: omap - Fix probe error path cleanup Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0195/1815] crypto: rk3288 - fail ahash requests on HASH idle timeout Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0196/1815] crypto: keembay - Fix AEAD unregister count in error path Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0197/1815] RDMA/irdma: Deduplicate the irdma_del_memlist logic Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0198/1815] RDMA/irdma: Add a refcount to track user ring MR associations Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0199/1815] RDMA/irdma: Add irdma_cq fields to track pbl allocations Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0200/1815] RDMA/irdma: Add refcounting to user ring MRs Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0201/1815] arm64: dts: qcom: sm8750: wire UFS to ice instance Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0202/1815] arm64: dts: qcom: talos: Fix GMU unit address Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0203/1815] RDMA/bng_re: return a timeout when firmware responses stall Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0204/1815] fuse: move "epoch" from dentry.d_time to fuse_dentry.epoch Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0205/1815] nvme-apple: Use acquire/release for queue enabled state Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0206/1815] nvmet-rdma: factor out response resource cleanup Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0207/1815] nvmet-rdma: fix response resource leak on queue teardown Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0208/1815] bus: ti-sysc: Fix /chosen node reference leak Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0209/1815] PM: sleep: Fix off-by-one in wakelocks number limit check Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0210/1815] cgroup/cpuset: Make nr_deadline_tasks an atomic_t Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0211/1815] clk: qcom: gdsc: Add custom disable callback for GX GDSC Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0212/1815] clk: qcom: gxclkctl: Use custom disable callback for gx_gdsc Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0213/1815] arm64: dts: qcom: monaco: fix wrong connection for the replicator Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0214/1815] arm64: dts: qcom: sc8280xp-blackrock: switch to uefi rtc offset Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0215/1815] arm64: dts: qcom: sm7225-fairphone-fp4: Fix address in fb node name Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0216/1815] arm64: dts: qcom: sm6125: Use 64 bit addressing Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0217/1815] arm64: dts: qcom: hamoa: Fix clocks for HSPHYs Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0218/1815] arm64: dts: qcom: glymur: Fix unit-address mismatch for spmi_bus2 Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0219/1815] arm64: dts: qcom: glymur: Fix gcc clock specifier for usb_mp_qmpphy nodes Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0220/1815] arm64: dts: qcom: glymur-crd: Add Embedded controller node Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0221/1815] arm64: dts: qcom: glymur-crd: Move common board nodes to shared DTSI Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0222/1815] arm64: dts: glymur-crd: Add reset GPIO to touchscreen node Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0223/1815] clk: qcom: gcc-glymur: Move EVA clocks to critical clock list Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0224/1815] arm64: dts: qcom: sc8280xp: sort reserved memory regions Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0225/1815] bus: qcom-ebi2: Fix clock leak on probe failure Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0226/1815] PCI: qcom: Skip PERST# GPIOs provided by downstream PCIe devices Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0227/1815] wifi: mac80211_hwsim: avoid NULL skb in stop queue drain Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0228/1815] staging: greybus: audio: correct sscanf() return value check Greg Kroah-Hartman
2026-09-12  6:32 ` [PATCH 7.2 0229/1815] staging: sm750fb: gate dualview dataflow using g_dualview Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0230/1815] staging: sm750fb: Add missing Kconfig dependency Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0231/1815] greybus: audio: bound the topology section sizes against the fetched size Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0232/1815] staging: fbtft: Use sysfs_emit_at() to print to sysfs file Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0233/1815] staging: octeon: add missing tasklet_kill in cvm_oct_tx_shutdown Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0234/1815] staging: octeon: add missing napi_disable in cvm_oct_rx_shutdown Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0235/1815] staging: rtl8723bs: fix mismatched free of HalData in rtw_sdio_if1_init() Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0236/1815] kbuild: unset sub_make_done before calling kselftest build system Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0237/1815] ALSA: via82xx: Remove unreachable branch in snd_via686_pcm_pointer() Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0238/1815] selftests/bpf: libarena: Clean up allocation state before buddy tests Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0239/1815] selftests/bpf: Fix memory leak in msg_alloc_iov error path Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0240/1815] bpf: Reject MEM_ALLOC BTF accesses past object bounds Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0241/1815] s390/bpf: Replace ly instruction with llgf Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0242/1815] selftests/bpf: Fix memory leak in msg_alloc_iov Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0243/1815] selftests/lsm: Fix memory leak in attr_lsm_count Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0244/1815] irqchip/gic-v3-its: Fix memleak in its_probe_one() Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0245/1815] irqchip/gic-v3-its: Fix its node leak in gic_acpi_parse_madt_its() Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0246/1815] selftests: timers: leap-a-day: Fix -w option and update usage comment Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0247/1815] clocksource: Unregister subsystem on device registration failure Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0248/1815] timekeeping: Unwind aux clock sysfs children on failure Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0249/1815] timers/migration: Fix memory leak in tmigr_setup_groups() error path Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0250/1815] time/namespace: Validate nanosecond field in proc_timens_set_offset() Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0251/1815] y2038: uapi: Use 64-bit __kernel_old_timespec::tv_nsec on x32 Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0252/1815] timekeeping: Account for monotonicity adjustment in ntp_error Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0253/1815] arm64: dts: qcom: Add #{address,size}-cells to Chromium-based /firmware Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0254/1815] clk: qcom: gdsc: propagate gdsc_check_status() errors from gdsc_poll_status Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0255/1815] clk: qcom: gdsc: propagate gdsc_enable() failure for ALWAYS_ON domains Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0256/1815] clk: qcom: gdsc: tear down per-domain genpds in gdsc_unregister() Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0257/1815] arm64: dts: qcom: sc8280xp-arcata: Fix top USB-C DP alt mode Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0258/1815] arm64: dts: qcom: sm6125-xiaomi-laurel-sprout: Fixup panel compatible Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0259/1815] arm64: dts: qcom: sdm670-google: add lpi reserved gpios Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0260/1815] arm64: dts: qcom: sc8180x-primus: Rename regulator nodes Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0261/1815] arm64: dts: qcom: sc8180x-primus: Describe the display power net Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0262/1815] arm64: dts: qcom: sc8180x-lenovo-flex-5g: Rename regulator nodes Greg Kroah-Hartman
2026-09-12  6:33 ` Greg Kroah-Hartman [this message]
2026-09-12  6:33 ` [PATCH 7.2 0264/1815] clk: qcom: gcc-qcs8300: Use retention for PCIe power domains Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0265/1815] clk: qcom: gcc-qcs8300: Use retention for USB " Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0266/1815] perf record: fix poll storm when monitored threads exit Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0267/1815] perf data convert json: Fix trace_seq memory leak in process_sample_event() Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0268/1815] bpf: Reject writes through untrusted BTF pointers Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0269/1815] staging: media: ipu7: fix pm_runtime refcount leak in ipu7_init_fw_code_region_by_sys() Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0270/1815] staging: media: ipu7: fix pm_runtime refcount leak in ipu7_resume() Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0271/1815] thermal/drivers/rcar: Fix error checking in probe() Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0272/1815] usb: typec: ucsi: unregister debugfs entries on teardown Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0273/1815] usb: gadget: r8a66597: avoid double free of ep0_req in probe error path Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0274/1815] udf: Mark LVID buffer as uptodate before marking it dirty Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0275/1815] bpftool: Check EVP_Digest when computing excl_prog_hash Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0276/1815] drm/amdgpu/mes: Fix hung_queue_db_array loop limit for multi-XCC Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0277/1815] perf vendor events amd: Reintroduce deprecated Zen 5 core events Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0278/1815] perf dso: Fix kallsyms DSO detection with fallback logic Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0279/1815] bpf: Fix vmlinux BTF prep race in bpf_get_btf_vmlinux Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0280/1815] efi: fix stale reference to efi_recover_from_page_fault() Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0281/1815] bpf: Fix use-after-free on mm_struct in bpf_find_vma() Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0282/1815] bus: mhi: ep: Fix device refcount leak in the error path of MHI device creation Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0283/1815] bpf: Introduce jit_required flag and remove bpf_prog_has_kfunc_call() Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0284/1815] bpf: Reject programs with inlined helpers if JIT is not available Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0285/1815] iommu/mediatek-v1: Fix off-by-one in MT2701_LARB_NR_MAX Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0286/1815] bpf: Fix security_bpf_map_create error handling Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0287/1815] iommu/msm: Return -ENOMEM on memory allocation failure in probe Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0288/1815] iommu/amd: Prevent SB IOAPIC from overriding IVRS validation errors Greg Kroah-Hartman
2026-09-12  6:33 ` [PATCH 7.2 0289/1815] iommu/amd: Fix false positive in SB IOAPIC IVRS validation Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0290/1815] arm64: dts: mediatek: tungsten-smarc: Remove unnecessary cells Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0291/1815] leds: pca9532: Fix inverted GPIO output polarity Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0292/1815] leds: st1202: Stop pattern sequence before reprogramming Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0293/1815] leds: st1202: Fix pattern duration prescaler and pattern_clear skip marker Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0294/1815] leds: st1202: Fix spurious pattern sequence start in setup Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0295/1815] leds: st1202: Set all pattern PWM slots to full after clearing pattern Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0296/1815] leds: st1202: Fix brightness having no effect while pattern mode is active Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0297/1815] leds: st1202: Disable channel when brightness is set to zero Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0298/1815] leds: st1202: Validate LED reg property against channel count Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0299/1815] printk: Fix possible console use-after-free Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0300/1815] ACPI: RISC-V: Fix riscv_acpi_irq_get_dep() loop termination Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0301/1815] ACPI: RISC-V: Check acpi_get_handle() status in riscv_acpi_add_prt_dep() Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0302/1815] ACPI: RISC-V: Fix riscv_acpi_add_prt_dep() loop handling Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0303/1815] platform/x86: dell-privacy: Fix race condition Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0304/1815] platform/x86: dell-wmi-base: Fix resource leak on module load failure Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0305/1815] platform/x86: dell-wmi-base: Fix handling of ultra performance key Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0306/1815] platform/x86: lg-laptop: Fix LED resource handling Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0307/1815] bpf: Drop scalar id on sign-extending narrowing stack fills Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0308/1815] remoteproc: qcom_q6v5_adsp: Fix reference leak for device node Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0309/1815] remoteproc: qcom_wcnss: Fix handling the lack of PD regulators in v3 Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0310/1815] bpf: Reject rdonly/rdwr_buf_size kfunc arguments that exceed u32 max Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0311/1815] hwspinlock: propagate errno when registering single lock Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0312/1815] selftests/sched_ext: Fix bpf_link leak on early return in prog_run Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0313/1815] perf capstone: Fix kernel map reference count leak Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0314/1815] platform/x86: asus-wireless: Fail probe when there is no ACPI match Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0315/1815] spi: qcom-geni: Fix missing error check on pm_runtime_get_sync() Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0316/1815] media: platform: amd: use refcount_t instead of atomic_t Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0317/1815] serial: 8250: Clear CON_PRINTBUFFER on port re-registration Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0318/1815] serial: ma35d1: Fix OF node reference leaks in console init Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0319/1815] serial: qcom-geni: do not advance stale DMA completions Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0320/1815] usb: gadget: uac: validate rate list length before storing Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0321/1815] usb: gadget: f_fs: Fix fence cleanup in ffs_dmabuf_transfer() error paths Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0322/1815] usb: gadget: configfs: fix out-of-bounds read of qw_sign Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0323/1815] usb: typec: tcpm: fix EPR AVS APDO maximum voltage decoding Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0324/1815] usb: ljca: bound bank_num in ljca_enumerate_gpio() Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0325/1815] usb: gadget: aspeed_udc: check endpoint DMA allocation Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0326/1815] usb: fix UAF when probe runs concurrent to dyn ID removal Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0327/1815] platform/x86: asus-wmi: fix resource leaks on probe failure Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0328/1815] platform/mellanox: mlxbf-pmc: Check ACPI_COMPANION() against NULL Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0329/1815] platform/surface: acpi-notify: Check ACPI companion before use Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0330/1815] usb: mtu3: allow system suspend during active gadget connection Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0331/1815] usb: renesas_usbhs: Fix power-off ordering on unbind Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0332/1815] usb: typec: ucsi: gaokun: unwind notifier on UCSI register failure Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0333/1815] usb: chipidea: imx: fix missing ret assignment for dev_err_probe Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0334/1815] drm/panel: samsung-s6d16d0: Power off on prepare failure Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0335/1815] perf record: Fix teardown hang on system-wide multi-threaded sessions Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0336/1815] clk: spacemit: k3: fix parent clock of UFS aclk Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0337/1815] perf metricgroup: Fix metric expression copy leaks Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0338/1815] soc: qcom: rpmh-rsc: manage PM notifiers with devres Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0339/1815] bus: qcom-ebi2: use managed resources for clocks and children Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0340/1815] clk: qcom: camcc-sc8280xp: unregister CAMCC_GDSC_CLK Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0341/1815] bpf: Require a BPF cpumask for bpf_cpumask_populate() Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0342/1815] bpf: Mark tracing_multi trampolines as ftrace managed Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0343/1815] wifi: rtw89: 8852a: fix RSSI report when average beacon RSSI is not ready Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0344/1815] iio: accel: dmard09: Implement IIO_CHAN_INFO_SCALE Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0345/1815] RDMA/core: Wait for RCU callbacks before unloading ib_core Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0346/1815] RDMA/mlx5: Drain RCU callbacks during module teardown Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0347/1815] RDMA/ipoib: " Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0348/1815] RDMA/rxe: Avoid reprocessing the current packet after the QP enters the error state Greg Kroah-Hartman
2026-09-12  6:34 ` [PATCH 7.2 0349/1815] drm/msm/dp: add missing drm_edid_connector_update() before add_modes on cached EDID Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0350/1815] Revert "drm/msm: dsi: fix PLL init in bonded mode" Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0351/1815] crypto: ccp - Fix possible deadlock in SEV init failure path Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0352/1815] crypto: ccp - Fix memory leak in SEV INIT_EX path Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0353/1815] hwrng: ks-sa - Fix runtime PM cleanup on registration failure Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0354/1815] crash_dump: release keyring reference at the correct time Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0355/1815] xfrm6: fix out-of-bounds write in xfrm6_input_addr() when secpath is full Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0356/1815] esp: do not unref managed frag pages in esp_ssg_unref() Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0357/1815] ALSA: hpi: Check transport errors during HPI6000 adapter initialization Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0358/1815] pmdomain: bcm: bcm2835: handle genpd provider registration errors Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0359/1815] misc: rtsx_usb: avoid USB I/O in runtime autosuspend Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0360/1815] RDMA/rvt: Return NULL after port allocation failure Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0361/1815] RDMA/hfi1: Preserve unit 0 on " Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0362/1815] RDMA/hfi1: Free RX data on late probe failure Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0363/1815] RDMA/hfi1: Stop flushing the global IB workqueue Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0364/1815] RDMA/hfi1: Initialize debugfs after probe completes Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0365/1815] ASoC: apple: mca: increase SERDES reset delay Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0366/1815] isofs: fix out-of-bounds page array access on empty zisofs block Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0367/1815] iommufd/selftest: Avoid selftest dirty bitmap size wrap Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0368/1815] iommufd/selftest: Fix dmabuf leak in iommufd_test_dmabuf_get() Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0369/1815] rust: drm: gpuvm: require Send + Sync for the drivers associated data Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0370/1815] media: v4l2-async: Unregister sub-device if asc_list is empty Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0371/1815] tools/sched_ext: scx_flatcg: Fix uninitialized stats on allocation failure Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0372/1815] fs/resctrl: Prevent use-after-free in rdtgroup_kn_put() Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0373/1815] perf record: Return the written size from process_comp_header() Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0374/1815] perf record: Fix multiple PERF_RECORD_COMPRESSED2 records per push Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0375/1815] fs/resctrl: Fix UAF from worker threads when domains are removed Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0376/1815] rpmsg: glink: fix deadlock in endpoint destroy during driver detach Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0377/1815] arm64: dts: renesas: rzt2h-n2h-evk: Remove unused MII/GMII pins Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0378/1815] arm64: dts: renesas: r9a09g056: Fix PCIe dma-ranges memory space code Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0379/1815] arm64: dts: renesas: r9a09g047: " Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0380/1815] iommufd: Simplify iommufd_device_remove_vdev() Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0381/1815] cxl/test: Rework cxl_type2_mem_init() to use cxl_mock_platform_device_add() Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0382/1815] cxl/memdev: Fix firmware upload exact-fit handling Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0383/1815] cxl/mbox: Break poison list loop on an empty payload Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0384/1815] cxl/pci: Honor -EPROBE_DEFER from component register setup Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0385/1815] cxl/features: Serialize multi-part Get/Set Feature transfers Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0386/1815] cxl/port: Restart port enumeration when a sibling adds the dport first Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0387/1815] hfsplus: validate thread record before delete key rebuild Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0388/1815] wifi: ath12k: fix dp_link_peer dangling references on AP vdev rollback Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0389/1815] wifi: ath12k: fix MLO peer delete race Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0390/1815] wifi: ath12k: fix rx_mpdu_start layout for QCC2072 Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0391/1815] wifi: ath11k: cap out-of-range rx MCS instead of leaving bogus rate Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0392/1815] x86/entry/fred: Encode frame pointer on entry Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0393/1815] firmware: arm_scmi: Publish channel state before callbacks Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0394/1815] firmware: arm_scmi: Unregister device notifier before IDR teardown Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0395/1815] firmware: arm_scmi: Quiesce notifications before teardown Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0396/1815] firmware: arm_scmi: Clean up channels on setup failure Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0397/1815] firmware: arm_scmi: Free transport channel on IDR failure Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0398/1815] firmware: arm_scmi: Avoid IDR updates while cleaning channels Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0399/1815] firmware: arm_scmi: Reject out of range DT protocol IDs Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0400/1815] firmware: arm_scmi: Use channel ID for transport teardown Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0401/1815] firmware: arm_scmi: Protect device request lookup with RCU Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0402/1815] firmware: arm_scmi: Drop handle on protocol bind failures Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0403/1815] firmware: arm_scmi: Clear SystemPower flag on create failure Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0404/1815] firmware: arm_scmi: Fix OF node reference handling Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0405/1815] firmware: arm_scmi: Unwind TX receiver mailbox setup failure Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0406/1815] firmware: arm_scmi: Unwind P2A " Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0407/1815] firmware: arm_scmi: Fix SCMI device destroy lifetimes Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0408/1815] firmware: arm_scmi: Fix transport device teardown lookup Greg Kroah-Hartman
2026-09-12  6:35 ` [PATCH 7.2 0409/1815] cxl/features: Reject Get Feature count larger than the output buffer Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0410/1815] cxl/features: Reject Set Features output buffer smaller than the header Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0411/1815] cxl/features: Clamp Get Feature output size to the remaining buffer Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0412/1815] regulator: adp5055: Fix error code in adp5055_of_parse_cb() Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0413/1815] tools/sched_ext: scx_qmap: Fix stale API name in comment Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0414/1815] libnvdimm/labels: Bound the on-media label size before the shift Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0415/1815] dax: fix misleading comment about share/index union in dax_folio_reset_order() Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0416/1815] dax/fsdev: fix multi-range offset in memory_failure handler Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0417/1815] dax/fsdev: clear vmemmap_shift when binding static pgmap Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0418/1815] dax/fsdev: dont leave a dangling dev_dax->pgmap on probe failure Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0419/1815] dax/fsdev: clear pgmap ops and owner on unbind Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0420/1815] dax/fsdev: use __va(phys) for kaddr in direct_access Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0421/1815] dax/fsdev: fail probe on invalid pgmap offset Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0422/1815] dax: read holder_ops once in dax_holder_notify_failure() Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0423/1815] dax: fix holder_ops race in fs_put_dax() Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0424/1815] cpufreq: spear: Fix an IS_ERR() vs NULL bug in spear1340_set_cpu_rate() Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0425/1815] PCI: xgene: Drop unnecessary OF node reference Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0426/1815] PCI: keystone: Fix OF node reference leak in init Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0427/1815] irqchip/renesas-irqc: Fix generic interrupt chip leak on remove Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0428/1815] media: ti: vpe: Select V4L2_FWNODE for VIP Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0429/1815] media: i2c: rdacm21: Fix missing media_entity_cleanup() Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0430/1815] media: platform: amd: fix unmet dependency for VIDEO_V4L2_SUBDEV_API Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0431/1815] media: bcm2835-unicam: Fix asc leaked in error/remove path Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0432/1815] media: ipu6: Do not free aux device pdata after init Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0433/1815] OPP: Fix cleanup ordering Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0434/1815] drm/amd/display: Fix DM I2C teardown race Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0435/1815] drm/amd/display: Remove unused-but-set variable hubp from Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0436/1815] drm/amd/display: fix wrong register field in dccg35_set_hdmistreamclk_src_new Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0437/1815] drm/amd/display: remove duplicate link_dp_panel_replay.h include Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0438/1815] cpufreq: intel_pstate: Fix setting minimum P-state at init time Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0439/1815] cpufreq: schedutil: Fix self-contradictory comment in sugov_iowait_apply() Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0440/1815] remoteproc: qcom_q6v5_mss: Make ssctl_id configurable per platform Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0441/1815] remoteproc: qcom_q6v5_mss: Fix MDM9607 subsystem control instance ID Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0442/1815] remoteproc: qcom: Fix glink->node reference leak in qcom_add_glink_subdev Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0443/1815] perf: evsel: Fix error handling in tp_format lookup Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0444/1815] drm/bridge: tc358767: clamp the reported AUX read size to the request Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0445/1815] x86/mm/pat: Take cpa_lock around large-page collapse Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0446/1815] arm64: dts: qcom: msm8996-xiaomi-gemini: Fix up ti,drv2604 enable GPIO Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0447/1815] arm64: dts: qcom: sc8280xp-x13s: Fix the drive-strength of mclk pin Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0448/1815] arm64: dts: qcom: eliza: Enable first QUPv3 wrapper by default Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0449/1815] arm64: dts: qcom: glymur-crd: merge duplicate &pmh0101_gpios node extensions Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0450/1815] arm64: dts: qcom: ipq5018: Correct CMN PLL reference clock rate Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0451/1815] arm64: qcom: ipq5018: Add GEPHY RX and TX clocks Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0452/1815] arm64: dts: qcom: sm8250: sort out Iris power domains Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0453/1815] arm64: dts: qcom: sm8250: correct frequencies in the Iris OPP table Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0454/1815] arm64: dts: qcom: milos: Add reset for sdhc_2 Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0455/1815] perf sched: Add missing perf_session__delete() Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0456/1815] perf sched: Fix memory leaks in perf sched stats report Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0457/1815] perf sched: Free subcommand string after perf sched stats Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0458/1815] perf jevents: Add more components to the metric sorting order Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0459/1815] clk: qcom: gcc-glymur: Enable runtime PM Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0460/1815] soc: renesas: r8a78000: Drop duplicate "default ARCH_RENESAS" Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0461/1815] drm/solomon: remove unneeded variables in blit functions Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0462/1815] spi: geni-qcom: Fix sticky ret causing wrong return value on invalid proto Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0463/1815] perf stat: Fix duplicate output with --for-each-cgroup Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0464/1815] wifi: iwlwifi: fix counter type in iwl_fwrt_dump_error_logs Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0465/1815] wifi: iwlwifi: mvm: fix off-by-one in TXF key sanitiser Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0466/1815] wifi: iwlwifi: mei: check SAP message length before reading it Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0467/1815] wifi: iwlwifi: guard against division by zero in iwl_dbg_tlv_alloc_fragments Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0468/1815] wifi: iwlwifi: mei: pass correct argument to function Greg Kroah-Hartman
2026-09-12  6:36 ` [PATCH 7.2 0469/1815] gpu: host1x: Avoid double device_add when clients already present Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0470/1815] gpu: host1x: Fix offset calculation in trace_write_gather Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0471/1815] gpu: host1x: Avoid stack over-read in debug output helpers Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0472/1815] drm/msm/adreno: fix use after free on error path in a6xx_gpu_init() Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0473/1815] drm/msm/a6xx: Fix stale rpmh votes after suspend Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0474/1815] drm/msm: Recover HW before retire hung submit Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0475/1815] drm/msm/a6xx: Fix A663 GPUCC register list for state capture Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0476/1815] drm/msm/a6xx: Fix A621 " Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0477/1815] drm/msm/a6xx: Fix IRQ storm during msm_recovery test Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0478/1815] drm/msm: Fix task_struct reference leak in recover_worker Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0479/1815] drm/msm: Only fini scheduler after successful init Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0480/1815] bpf: Sync tail_call_reachable with callee state on entry Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0481/1815] scsi: ufs: core: Avoid possible memory reclaim deadlock in TX EQTR context Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0482/1815] wifi: rtw89: fw: use MAC source for IO offload delay command Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0483/1815] crypto: sl3516 - drop invalid sg_dma_len checks before DMA mapping Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0484/1815] crypto: aspeed - Propagate platform_get_irq() errors Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0485/1815] ACPI: processor: idle: Expand _LPI package sanity checks Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0486/1815] usb: gadget: f_uac1_legacy: remove broken string configfs attributes Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0487/1815] tty: hvc: restrict HVC_DCC to ARMv6+ and ARM64 Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0488/1815] UDF symlink pathComponent header OOB read Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0489/1815] staging: rtl8723bs: fix xmit_frame/xmit_buf leaks on mgnt-frame error paths Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0490/1815] tlclk: if sscanf() fails, fall back to 0, not random value Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0491/1815] gpib: Move stuck SRQ update under lock Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0492/1815] gpib: use static inline instead of extern inline Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0493/1815] uio: Fix stale info pointer in failed registration path Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0494/1815] accessibility: speakup: Fix incorrect string length computation in report_char_chartab_status() Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0495/1815] speakup: keyhelp: guard letter_offsets possible out-of-range indexing Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0496/1815] mei: lb: fix incorrect type in assignment Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0497/1815] misc: pch_phub: Complete enum usage for device identification Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0498/1815] misc: bcm-vk: Use acquire/release for msgq_inited Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0499/1815] misc: rtsx: add missing write register handling Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0500/1815] misc: ad525x_dpot: use driver core groups for sysfs files Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0501/1815] misc: lan966x_pci: depopulate children on populate failure Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0502/1815] cacheinfo: dont propagate DT/ACPI error when arch supplies info (arm64) Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0503/1815] ppdev: prevent overflow when setting port timeout Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0504/1815] ipack: ipoctal: fix UAF, null-ptr-deref, and use-after-free in cleanup on remove Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0505/1815] char: xilinx_hwicap: unregister class on init errors Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0506/1815] vfio: selftests: Avoid VLAs Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0507/1815] vfio/pci: clear vdev->msi_perm after freeing it on init failure Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0508/1815] soc: ti: knav_qmss: Remove debugfs file on teardown Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0509/1815] mtd: intel-dg: Fix runtime PM error path in probe Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0510/1815] mtd: mtdswap: Avoid freeing registered blktrans device twice Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0511/1815] mtd: part: reject MTDPART_OFS_RETAIN in mtd_add_partition() Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0512/1815] perf ui hists: Fix uninitialized stack memory free on pstack allocation failure Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0513/1815] perf build: Fix compiler errors with old capstone Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0514/1815] drm/v3d: Drop unused drm_encoder.h include from v3d_drv.h Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0515/1815] drm/v3d: Extract v3d_job_add_syncobjs() helper Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0516/1815] drm/v3d: Migrate BO reservation locking to DRM exec Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0517/1815] drm/v3d: Introduce struct v3d_submit and convert CL/TFU/CSD ioctls Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0518/1815] drm/v3d: Make v3d_get_cpu_indirect_csd_params() a pure parser Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0519/1815] drm/v3d: Convert submit helpers to operate on struct v3d_submit Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0520/1815] drm/v3d: Associate BOs with every job that accesses them Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0521/1815] drivers: base: Remove statistics group if encryption group not created Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0522/1815] software node: Fix software_node_get_reference_args() with index -1 Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0523/1815] driver core: soc: Unregister bus on early device registration failure Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0524/1815] drm/msm/a6xx: Fix RBBM_CLOCK_CNTL3_TP0 value in a730_hwcg Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0525/1815] arm64: dts: qcom: glymur: Add CX power domain to GCC Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0526/1815] bpf: Reject arena frees below the arena base Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0527/1815] bpf: Disallow interpreter fallback for arena-related insns Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0528/1815] bpf: Disallow interpreter fallback for gotox insn Greg Kroah-Hartman
2026-09-12  6:37 ` [PATCH 7.2 0529/1815] bpf: Disallow interpreter fallback for BPF_ADDR_PERCPU insn Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0530/1815] dmaengine: dw-edma: Terminate all descriptors without callbacks Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0531/1815] dmaengine: dw-edma: Serialize abort state updates Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0532/1815] dmaengine: dw-edma: Serialize channel state checks Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0533/1815] dmaengine: dw-edma: Clear stale requests on termination Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0534/1815] ASoC: meson: Keep link pointers valid on realloc failure Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0535/1815] iio: dac: ad5686: missing NULL check on match data Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0536/1815] phy: starfive: Fix runtime PM cleanup in JH7110 DPHY TX probe Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0537/1815] phy: starfive: Fix runtime PM cleanup in JH7110 DPHY RX probe Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0538/1815] arm64: dts: amlogic: meson-axg: Add missing nand_rb0 pin to nand_all_pins Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0539/1815] arm64: dts: amlogic: meson-axg-s400: enable mipi_pcie_analog_dphy for PCIe Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0540/1815] RDMA/hfi1: Propagate sdma_txinit_ahg() errors Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0541/1815] RDMA/rxe: Validate num_sge/cur_sge before indexing wqe->dma.sge[] Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0542/1815] RDMA/core: Add ib_no_udata_io() helper Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0543/1815] RDMA/bnxt_re: Validate udata before executing commands Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0544/1815] RDMA/srpt: Fix srpt_alloc_rw_ctxs() unwind counters Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0545/1815] kcsan: avoid unintended access checking in NMIs Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0546/1815] arm64: dts: imx8-ss-audio: Fix LPCG clock indices for ASRC0 Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0547/1815] x86/bugs: Dont use cpu-type matching in cpu_vuln_blacklist Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0548/1815] selftests/bpf: Check malloc result with ASSERT_NEQ in test_loader Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0549/1815] selftests/bpf: Check malloc result with ASSERT_NEQ in test_sha256 Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0550/1815] selftests/bpf: Silence array bounds warning in global_map_resize Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0551/1815] selftests/bpf: Silence maybe-uninitialized compiler warning in libarena Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0552/1815] rust: device: make lifetime on `Core` and `CoreInternal` invariant Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0553/1815] samples: rust: debugfs: fix excessive stack use Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0554/1815] irqchip/gic-v3-its: Prevent leak in its_vpe_irq_domain_alloc() Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0555/1815] RDMA/nldev: validate dynamic counter attribute length Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0556/1815] ACPI: EC: Avoid _REG disconnect on GPIO IRQ defer Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0557/1815] ACPI: processor: validate MADT IOAPIC entry bounds Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0558/1815] ACPI: PCI: Clear driver_data on all paths that free the acpi_pci_root Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0559/1815] ext4: fix circular lock dependency in ext4_ext_migrate Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0560/1815] ext4: fix out-of-bounds read in ext4_read_inline_dir() Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0561/1815] ext4: skip extra isize expansion during mount to prevent deadlock Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0562/1815] platform/x86: acer-wmi: reject missing gaming WMI results Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0563/1815] bpf: Zero queue and stack outputs on lock failure Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0564/1815] selftests/bpf: Fix make install target Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0565/1815] selftests/bpf: Fix lsm_bdev dev_t encoding mismatch Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0566/1815] libbpf: Search /lib64 and /lib in resolve_full_path() Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0567/1815] riscv, bpf: Fix memory leak in bpf_jit_free Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0568/1815] riscv, bpf: Fix kernel stack corruption in tailcall with CFI Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0569/1815] bpf, riscv: Fix extable handling for arena load_acquire Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0570/1815] ACPI: battery: Adjust charging status validation check Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0571/1815] virt: arm-cca-guest: use migrate_disable() for attestation token requests Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0572/1815] bpf: Fix offset warn check for bpf_res_spin_lock Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0573/1815] bpf: Preserve unique-field state across nested structs Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0574/1815] bpf: Mark bpf_refcount field as unique Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0575/1815] RDMA/srpt: Pass the mapped task attribute to target_init_cmd() Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0576/1815] PCI: j721e: Fix incorrect max_lanes for J7200 Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0577/1815] RDMA/erdma: Fix CEQ tasklet use-after-free on removal Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0578/1815] RDMA/mana_ib: drain QP references after partial table insertion Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0579/1815] RDMA/core: Add rdma_restrack_begin/abort/commit_del() operations Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0580/1815] RDMA/core: Fix use after free in ib_query_qp() Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0581/1815] RDMA/core: Fix potential use after free in ib_destroy_cq_user() Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0582/1815] RDMA/core: Fix potential use after free in ib_destroy_srq_user() Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0583/1815] RDMA/core: Fix potential use after free in counter_release() Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0584/1815] RDMA/core: Fix potential use after free in ib_free_cq() Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0585/1815] RDMA/core: Fix potential use after free in uverbs_free_dmah() Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0586/1815] RDMA/core: Fix potential use after free in ib_dealloc_pd_user() Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0587/1815] firmware: arm_scmi: Fix requested device removal race Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0588/1815] iommu/amd: Fix undefined behavior in devid_write debugfs function Greg Kroah-Hartman
2026-09-12  6:38 ` [PATCH 7.2 0589/1815] iommu/qcom: Remove sysfs device on probe failure path Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0590/1815] iommu/qcom: Fix inverted fault report check in qcom_iommu_fault() Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0591/1815] iommu/arm-smmu-v3: Declare eats_s1chk and eats_trans as host-endian u64 Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0592/1815] thermal: intel: int3400: clean up ODVP on probe failures Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0593/1815] ext4: fix ABBA deadlock in ext4_xattr_inode_cache_find() Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0594/1815] ext4: clear stale xarray tags on folios skipped during writeback Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0595/1815] ext4: drain in-flight DIO before buffered write fallback Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0596/1815] ext4: use fsdata to track inline data write state and fix race Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0597/1815] ext4: validate readdir offset before accessing dirent Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0598/1815] wifi: ath12k: Advertise multicast Ethernet encapsulation offload support Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0599/1815] wifi: ath12k: Set IEEE80211_OFFLOAD_ENCAP_4ADDR after tx_encap_type vdev param Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0600/1815] wifi: ath12k: advertise ieee_link_id in vdev start MLO params Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0601/1815] wifi: ath12k: fix ML-STA authentication timeout on QCC2072 Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0602/1815] wifi: ath6kl: avoid buffer overreads in WMI event handlers Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0603/1815] wifi: ath12k: switch to name-based reserved memory lookup Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0604/1815] wifi: ath12k: refactor QMI memory assignment Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0605/1815] wifi: ath12k: allocate HOST_DDR and BDF regions after Q6 RO region Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0606/1815] wifi: ath12k: Correctly copy the hint BSSID in WMI scan request Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0607/1815] wifi: ath11k: " Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0608/1815] wifi: ath12k: fix survey indexing across bands Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0609/1815] wifi: ath12k: Avoid buffer overread in ath12k_wmi_op_rx() Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0610/1815] wifi: ath11k: Avoid buffer overread in ath11k_wmi_tlv_op_rx() Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0611/1815] RDMA/bnxt_re: Clear VM_MAYWRITE on DBR/toggle page mmap Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0612/1815] ext4: fix buffer_head leak in ext4_init_orphan_info Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0613/1815] ext4: check dir entry fits before reading the hash trailer in ext4_search_dir() Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0614/1815] ext4: skip tail block zeroing for inline data files Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0615/1815] ARM: dts: allwinner: a10: Fix PMU interrupt Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0616/1815] cpufreq: amd-pstate-ut: Skip tests when amd-pstate driver is not active Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0617/1815] cpufreq/amd-pstate: Fix EPP return type and handle errors during initialization Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0618/1815] cpufreq/amd-pstate: Toggle auto_sel in active mode on shared memory systems Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0619/1815] cpufreq/amd-pstate: handle missing policy in dynamic EPP callbacks Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0620/1815] firmware: arm_scmi: Roll back partial protocol table registration Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0621/1815] firmware: arm_scmi: Unrequest devices if driver registration fails Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0622/1815] bitmap: Properly initialise destination bitmap for scatter & gather test Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0623/1815] riscv: dts: spacemit: set console baud rate on K3 Pico-ITX board Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0624/1815] riscv: dts: spacemit: k1: Split gmac_clk_ref into independent pinctrl groups Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0625/1815] riscv: dts: thead: th1520: remove pclk for I2C1 Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0626/1815] gpu: nova-core: correct RISC-V HALTED field Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0627/1815] perf cs-etm: Flush thread stacks after decoder reset Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0628/1815] perf cs-etm: Avoid truncating AUX buffer sizes to int Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0629/1815] xfrm: Fix skb double-free in xfrm_dev_direct_output() Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0630/1815] RDMA/erdma: complete object teardown when the destroy command fails Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0631/1815] PM: hibernate: Fix memory leak in snapshot_write_next() error path Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0632/1815] leds: pca9532: Fix phantom device registration on missing hardware Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0633/1815] clk: sunxi-ng: mux: fix determine helper rate propagation Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0634/1815] ASoC: spacemit: rename clock inputs to match binding Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0635/1815] perf cap: Remove used_root parameter and simplify capability checks Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0636/1815] perf trace: Correct default cpumask formatting to hexadecimal Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0637/1815] drm/tve200: add OF module alias for autoloading Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0638/1815] netfilter: nf_nat_sip: rewind offset when NAT shrinks the packet Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0639/1815] fs/ntfs3: fix out-of-bounds read of INDEX_ROOT in reparse/objid init Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0640/1815] drm/panthor: return PTR_ERR() from devm_drm_dev_alloc() Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0641/1815] exfat: fix valid_size extension over a shared writable mapping Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0642/1815] arm64: dts: rockchip: Add missing hclk for RK3588 eDP0 Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0643/1815] arm64: dts: rockchip: Add missing hclk for RK3588 eDP1 Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0644/1815] arm64: dts: rockchip: Fix Gru WLAN sideband interrupt Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0645/1815] arm64: dts: rockchip: Fix rk3566-bigtreetech-cb2 touchscreen property Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0646/1815] bpf: Fix CFI mismatch in task work callback Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0647/1815] ARM: lpc32xx: only run SoC init on LPC32xx hardware Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0648/1815] bpf: Fix WARNING in bpf_tracing_link_release Greg Kroah-Hartman
2026-09-12  6:39 ` [PATCH 7.2 0649/1815] selftests/bpf: Fix incorrect error checking for pthread_create Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0650/1815] selftests/bpf: Fix missing allocation null checks in test_progs.c Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0651/1815] selftests/bpf: Fix memory leak on subtest_states reallocation Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0652/1815] pinctrl: fix unmet dependencies from missing GPIOLIB Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0653/1815] cxl/region: Fix use-after-free in find_pos_and_ways() error path Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0654/1815] power: reset: reboot-mode: Remove devres based allocations Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0655/1815] riscv: dts: spacemit: improve RTL8211F PHY configuration on K3 Pico-ITX board Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0656/1815] riscv: dts: spacemit: Add enough deassert time for the PHY on PICO ITX Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0657/1815] riscv: dts: spacemit: Add enough deassert time for the PHY on com260 board Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0658/1815] liveupdate: reject nonzero reserved value for SESSION_FINISH Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0659/1815] liveupdate: Reference count outgoing FLB data Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0660/1815] liveupdate: Remember FLB retrieve() status Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0661/1815] pinctrl: mediatek: use devm_gpiochip_add_data() for GPIO chip Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0662/1815] pinctrl: mediatek: free EINT resources on unbind Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0663/1815] tools/build: Allow versioning of all LLVM tools defined in Makefile.include Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0664/1815] riscv: dts: spacemit: Fix phy id check for the phy on pico-itx board Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0665/1815] riscv: dts: spacemit: Fix phy id check for the phy on com260 board Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0666/1815] arm64: RSI: fix field-spanning write warning in attestation token init Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0667/1815] power: supply: sbs-battery: Use a per-device serial number buffer Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0668/1815] scsi: ufs: core: Validate string descriptors Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0669/1815] scsi: ufs: Avoid NULL CQE dereference when reporting invalid tags Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0670/1815] scsi: ufs: core: Validate connected lane counts Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0671/1815] scsi: ufs: rpmb: Validate request frame length before parsing Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0672/1815] scsi: ufs: debugfs: Reserve space for a string terminator Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0673/1815] crypto: keembay - Initialize completion before requesting IRQ Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0674/1815] crypto: keembay - publish OF module alias for OCS AES/SM4 Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0675/1815] RDMA/mlx5: Fix integer overflow of user QP buffer size Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0676/1815] ACPI: bus: Avoid confusing complaints regarding missing _OSC features Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0677/1815] thermal/drivers/airoha: Fix copy paste error on clamp_t low temp Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0678/1815] thermal/drivers/airoha: Fix copy paste error for sen internal Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0679/1815] thermal/drivers/qcom-spmi-adc-tm5: Drop IIO_VAL_INT check in adc_tm5_get_temp Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0680/1815] powercap: intel_rapl_tpmi: Handle PMU registration failure during probe Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0681/1815] isofs: release zisofs block pointer buffer head Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0682/1815] PCI/pwrctrl: tc9563: Fix parsing the integrated Ethernet MAC Endpoint node Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0683/1815] PCI/pwrctrl: tc9563: Power off only the external ports in tc9563_pwrctrl_disable_port() Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0684/1815] clk: mediatek: mt6735: Unregister PLLs on probe failure Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0685/1815] spi: oc-tiny: switch to managed controller allocation Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0686/1815] w1: ds2482: Fix signedness bug in ds2482_w1_triplet() Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0687/1815] sched_ext: Fix exit_cpu accuracy for lockup paths Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0688/1815] sched_ext: Abort directly from the hardlockup handler Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0689/1815] gpu: nova-core: build SetRegistry entries dynamically Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0690/1815] gpu: nova-core: fix packed registry table size Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0691/1815] perf ui hists: In report UI ensure thread is set with reference counting Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0692/1815] perf annotate: Be robust to annotating without a thread Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0693/1815] cpufreq/amd-pstate: Set min_limit_freq based on bios_min_perf Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0694/1815] remoteproc: Allow shutdown of crashed processors Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0695/1815] remoteproc: core: Attach rproc asynchronously in rproc_add() path via schedule_work() Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0696/1815] remoteproc: Prevent crash handling to race with rproc_del() Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0697/1815] remoteproc: qcom: pas: Add late attach support for subsystems Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0698/1815] remoteproc: qcom: q6v5: Request shutdown if crash is triggered host-side Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0699/1815] arm64: dts: qcom: glymur: fix SoCCP memory mappings Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0700/1815] staging: rtl8723bs: use kfree_sensitive() for key material Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0701/1815] fs/ntfs3: reject restart table growth beyond U16_MAX entries Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0702/1815] iommu/tegra241-cmdqv: Publish an LVCMDQ only after it is fully initialized Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0703/1815] iommu/tegra241-cmdqv: Synchronize the error ISR against VINTF (de)init Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0704/1815] iommu/tegra241-cmdqv: Dont run the error ISR before probe sets up vintfs Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0705/1815] iommu/tegra241-cmdqv: Dont fall back to a freed smmu after devm_krealloc() Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0706/1815] iommu/tegra241-cmdqv: Free the error IRQ before tearing down VINTFs Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0707/1815] iommu/tegra241-cmdqv: Require exactly one Stream ID for a vSID Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0708/1815] iommu/tegra241-cmdqv: Fix VINTF0 leak on the init-failure path Greg Kroah-Hartman
2026-09-12  6:40 ` [PATCH 7.2 0709/1815] RDMA/rxe: Fix UAF in ODP init error-handling path Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0710/1815] RDMA/efa: Fix PBL chunk length computation Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0711/1815] media: stm32: dcmi: fix error handling on MDMA pool alloc failure Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0712/1815] wifi: mac80211: fix per-STA profile length in cross-link CSA parsing Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0713/1815] arm64: dts: allwinner: sun50i-a64-pinephone: Fix mpu6050 mount matrix Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0714/1815] clk: tegra: tegra124-emc: put EMC node on register failure Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0715/1815] clk: mediatek: pllfh: Fix IO remapping leak in register_pllfhs error path Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0716/1815] clk: eswin: Zero-initialize stack-allocated clk_init_data Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0717/1815] clk: palmas: Manage external-control prepare with devm Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0718/1815] clk/x86: pmc_atom: add kasprintf return value check Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0719/1815] clk: mediatek: mt8135: Fix inverted gate control for devapc_ck Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0720/1815] PCI: Make pci_match_one_device() match on ID instead of device Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0721/1815] PCI: Fix dyn_id add TOCTOU Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0722/1815] PCI: Fix UAF when probe runs concurrent to dyn ID removal Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0723/1815] clk: rockchip: Fix the fractional part denominator on RK3588/RK3576 PLLs Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0724/1815] clk: rockchip: Fractional PLL coefficient on RK3588/RK3576 is twos complement Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0725/1815] nilfs2: fix infinite loop in nilfs_clean_segments() Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0726/1815] nilfs2: prevent out-of-bounds read in super root block parsing Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0727/1815] nilfs2: fix BUG in nilfs_copy_dirty_pages() on dirty state mismatch Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0728/1815] scsi: smartpqi: Fix AIO retry marker cleared by SCSI core between dispatches Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0729/1815] clk: spacemit: k3: fix missing /2 factor in i2s sysclk dividers Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0730/1815] riscv: dts: spacemit: Make dtschema recognize the etherent PHY correctly on K3 pico-itx board Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0731/1815] riscv: dts: spacemit: Make dtschema recognize the etherent PHY correctly on K3 com260 board Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0732/1815] RDMA/cxgb4: Fix dereg_skb leak and double free in write_tpt_entry() Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0733/1815] RDMA/mlx5: Fix stack out-of-bounds read in cc_params debugfs Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0734/1815] RDMA/mlx5: Send cong param changes to the resolved port mdev Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0735/1815] RDMA/cxgb4: free STAG index when TPT entry write fails Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0736/1815] media: staging/ipu7: fix async notifier leak on init error Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0737/1815] IB/isert: reject PDUs declaring more data than was received Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0738/1815] IB/isert: reject login " Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0739/1815] nvmet: fix return status of RMI log page on allocation failure Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0740/1815] nvme-fc: unmap cmd_iu DMA on rsp_iu mapping failure in init_request Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0741/1815] nvme-pci: return error when parsing a quirk string fails Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0742/1815] nvmet: reject out-of-range mdts values in configfs store Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0743/1815] spi: davinci: switch to managed controller allocation Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0744/1815] drm/panthor: Add vm_bind region with kbo range overlap check Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0745/1815] wifi: ath12k: fix overreads in ath12k_wmi_process_csa_switch_count_event() Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0746/1815] wifi: ath11k: fix overreads in ath11k_wmi_process_csa_switch_count_event() Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0747/1815] wifi: ath12k: validate TLV length in process_tpc_stats() Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0748/1815] PCI: starfive: Fix Runtime PM handling and teardown ordering Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0749/1815] PCI: starfive: Fix unchecked pm_runtime_get_sync() in probe Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0750/1815] drm/msm: remove objects from evit list after pinning them Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0751/1815] media: qcom: iris: Fix bitmask test in iris_allow_cmd() Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0752/1815] media: qcom: iris: Remove duplicate HFI_PROP_OPB_ENABLE entry Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0753/1815] media: qcom: iris: handle runtime PM resume failure in core deinit Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0754/1815] media: stm32: dcmi: fix some error handling bugs in probe() Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0755/1815] s390/vdso: Pass --eh-frame-hdr to the linker Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0756/1815] regulator: tps65185: handle gpiod_get_value_cansleep() error returns Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0757/1815] platform/chrome: cros_ec_debugfs: Clean up console log on probe failure Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0758/1815] platform/chrome: cros_ec_debugfs: Unregister panic notifier Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0759/1815] wifi: rtlwifi: pci: fix error path in rtl_pci_probe() Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0760/1815] bus: mhi: host: Flush the posted write after writing to MHI_SOC_RESET_REQ_OFFSET Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0761/1815] bus: mhi: host: Fix controller cleanup on EDL sysfs failure Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0762/1815] md/raid5: protect bitmap batch counters aka seq_flush/seq_write consistency Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0763/1815] md/raid5-ppl: fix use-after-free in ppl_do_flush() Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0764/1815] md/raid5: fix lockless max_nr_stripes reads Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0765/1815] net: airoha: fix ETS QoS stats counter underflow and cross-channel corruption Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0766/1815] md/raid5: protect lockless recovery_offset accesses during reshape Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0767/1815] fanotify: stop permission watchdog when timeout is zero Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0768/1815] tools/nolibc/powerpc: mark ctr and xer as clobbered by system call Greg Kroah-Hartman
2026-09-12  6:41 ` [PATCH 7.2 0769/1815] md: remove REQ_NOWAIT support from raid1/10/456 Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0770/1815] md: recheck spare changes before starting sync Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0771/1815] selftests/zram: fix kernel_gte() for POSIX sh Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0772/1815] Revert "serial: 8250: Clear CON_PRINTBUFFER on port re-registration" Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0773/1815] wifi: ath12k: fix stride mismatch in mac_phy_caps_parse() Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0774/1815] wifi: ath11k: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0775/1815] md/raid1: restrict atomic write limits and handle runtime constraints Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0776/1815] md/raid10: consistently fail atomic writes that require splitting Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0777/1815] PCI: dwc: ep: Clear MSI iATU mapping in dw_pcie_ep_cleanup() Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0778/1815] rcu: Mark accesses to ->rcu_urgent_qs and ->rcu_need_heavy_qs Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0779/1815] arm64: dts: qcom: msm8998: Dont pull-up I2C pins by default in sleep Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0780/1815] arm64: dts: qcom: msm8976-longcheer-l9360: Fix accidental node override Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0781/1815] arm64: dts: qcom: sdm632-motorola-ocean: Fix LED default trigger property Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0782/1815] arm64: dts: qcom: qcs404: Fix DTBS Check errors in usb controller nodes Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0783/1815] clk: qcom: gcc-qcm2290: dont park QUP RCGs upon registration Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0784/1815] soc: qcom: pmic_glink_altmode: Define the TBT extradata properly Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0785/1815] arm64: dts: qcom: glymur-crd: Add FocalTech ft3d81 touchscreen support Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0786/1815] arm64: dts: qcom: sc8280xp-crd: Fix the pin index for misc_3p3_reg_en Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0787/1815] firmware: qcom: scm: add trace events for the SMC call interface Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0788/1815] firmware: qcom: scm: instrument SMC call path with tracepoints Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0789/1815] firmware: qcom: scm: Fix NULL dereference in IRQ handler before __scm is published Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0790/1815] firmware: qcom: scm: Fix reserved memory cleanup on probe failure Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0791/1815] firmware: qcom: scm: Fix tzmem state on probe retry Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0792/1815] block: fix dio leak on metadata mapping error Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0793/1815] arm64: dts: qcom: glymur: Fix PDC IRQ mapping Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0794/1815] arm64: dts: qcom: talos: Fix cpu6 1094.4MHz OPP frequency typo Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0795/1815] arm64: dts: qcom: sm8250-xiaomi-elish: correct the board ID Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0796/1815] arm64: dts: qcom: kaanapali: Fix the PCIe iommu-map entries Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0797/1815] arm64: dts: qcom: kodiak: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0798/1815] arm64: dts: qcom: sar2130p: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0799/1815] arm64: dts: qcom: sc8180x: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0800/1815] arm64: dts: qcom: sdm845: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0801/1815] arm64: dts: qcom: sm8150: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0802/1815] arm64: dts: qcom: sm8250: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0803/1815] arm64: dts: qcom: sm8350: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0804/1815] arm64: dts: qcom: sm8450: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0805/1815] arm64: dts: qcom: sm8550: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0806/1815] arm64: dts: qcom: sm8650: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0807/1815] arm64: dts: qcom: sm8750: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0808/1815] arm64: dts: qcom: talos: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0809/1815] arm64: dts: qcom: lemans: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0810/1815] arm64: dts: qcom: monaco: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0811/1815] arm64: dts: qcom: monaco-monza-som: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0812/1815] arm64: dts: qcom: monaco-evk-ifp-mezzanine: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0813/1815] arm64: dts: qcom: lemans-evk-ifp-mezzanine: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0814/1815] arm64: dts: qcom: qcs6490-radxa-dragon-q6a: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0815/1815] arm64: dts: qcom: qcs6490-thundercomm-minipc-g1iot: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0816/1815] arm64: dts: qcom: qcs6490-rb3gen2: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0817/1815] arm64: dts: qcom: qcs6490-rb3gen2-industrial-mezzanine: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0818/1815] power: supply: isp1704_charger: cancel work on remove Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0819/1815] power: supply: sc2731_charger: " Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0820/1815] bpf: Fix potential UAF in bpf_netns_link_update_prog Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0821/1815] bpf: Fix potential UAF when reading bpf link info Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0822/1815] platform/chrome: lightbar: Limit payload to max packet size Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0823/1815] lib/test_hmm: fail dmirror_fault() when the mirrored mm is gone Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0824/1815] arm64: dts: qcom: eliza: Add fallback compatible for ADSP remoteproc Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0825/1815] clk: qcom: nord: use BRANCH_HALT_SKIP for PHY pipe clocks Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0826/1815] clk: qcom: negcc-nord: use clk_regmap_phy_mux for USB3 pipe clock srcs Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0827/1815] clk: qcom: gcc-nord: mark PCIe link clocks as critical Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0828/1815] clk: qcom: negcc-nord: keep GPU2 CFG clock enabled via critical CBCR Greg Kroah-Hartman
2026-09-12  6:42 ` [PATCH 7.2 0829/1815] clk: qcom: dispcc-qcm2290: Move to the latest common qcom_cc_probe() model Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0830/1815] clk: qcom: dispcc-qcm2290: Enable runtime PM support Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0831/1815] clk: qcom: qcm2290: Set POLL_CFG_GDSCR flag for DISPCC and GPUCC GDSCs Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0832/1815] clk: qcom: qcm2290: Add RETAIN_FF_ENABLE " Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0833/1815] clk: qcom: qcm2290: Update DISPCC and GPUCC GDSC *wait_val values Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0834/1815] clk: qcom: gpucc-qcm2290: Drop pm_clk handling Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0835/1815] clk: qcom: gpucc-qcm2290: Move to the latest common qcom_cc_probe() model Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0836/1815] clk: qcom: gpucc-qcm2290: Keep the critical clocks always-on from probe Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0837/1815] clk: qcom: gpucc-qcm2290: Park RCGs clk source at XO during disable Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0838/1815] clk: qcom: Return expected ENOMEM error on dynamic allocation failure Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0839/1815] md/bitmap: resume array on backlog_store() error path Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0840/1815] md: scope memalloc_noio to allocation critical sections Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0841/1815] iommu/dma: Check atomic pool allocation result directly Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0842/1815] swiotlb: Preserve allocation virtual address for dynamic pools Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0843/1815] i3c: dw: avoid shift-out-of-bounds when DAA assigns no devices Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0844/1815] i3c: master: adi: add OF module alias for autoloading Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0845/1815] fs: annotate inode timestamp accessors Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0846/1815] md/raid1: create serial pool adding rdev to array with serialize_policy=1 Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0847/1815] pinctrl: qcom: shikra: Fix intr_target_width for summary interrupt routing Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0848/1815] locking/lockdep: Fix NULL pointer dereference in __lock_set_class() Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0849/1815] dcache: keep shrink_dcache_for_umount() making progress on busy roots Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0850/1815] iomap: release the folio batch on iomap callback failures Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0851/1815] dma-resv: Fix undefined symbol when CONFIG_DMA_SHARED_BUFFER is disabled Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0852/1815] powerpc: implement get_direction() in cpm2 Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0853/1815] powerpc/44x: Set GPIO chip parent Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0854/1815] powerpc/crash: Fix possible memory leak in update_crash_elfcorehdr() Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0855/1815] misc: vmc_vmci: Fix potential memory leak in vmci_event_subscribe() Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0856/1815] misc: sgi-gru: remove interrupt-context page-table walks Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0857/1815] fanotify: report full event length for FIONREAD Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0858/1815] wifi: mt76: connac: add MT7991A (0x7991) to is_mt7996() Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0859/1815] wifi: mt76: mt76x02: do not WARN on invalid rx descriptor length Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0860/1815] wifi: mt76: fix handling channel context with different bands in mt76_switch_vif_chanctx() Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0861/1815] wifi: mt76: mt792x: stop USB register access after bus hang Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0862/1815] wifi: mt76: mt7921: validate CLC firmware records Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0863/1815] wifi: mt76: mt7915: fix net_fill_forward_path for non-DBDC mt7986 Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0864/1815] wifi: mt76: connac: add NAN connection type Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0865/1815] wifi: mt76: mt7925: add NAN MCU helpers Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0866/1815] wifi: mt76: add init_wiphy callback Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0867/1815] wifi: mt76: mt792x: fix use-after-free in mt76_rx_poll_complete Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0868/1815] wifi: mt76: mt7921: Add PCIe AER handler support to prevent system crash Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0869/1815] wifi: mt76: mt7927: set band index for sniffer mode Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0870/1815] wifi: mt76: mt7925: update clc before setting sar power table Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0871/1815] wifi: mt76: mt7925: fix msg len mismatch between driver and firmware Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0872/1815] wifi: mt76: mt792x: Fix memory leak in SDIO TX path Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0873/1815] wifi: mt76: mt7996: fix EAPOL source BSS for non-MLD stations Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0874/1815] wifi: mt76: mt7996: fix non-MLD station num_sta leak Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0875/1815] wifi: mt76: mt7996: fix capability of EHT-MCS 15 in MRU Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0876/1815] wifi: mt76: fix RX data queuing of RRO 3.0 Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0877/1815] wifi: mt76: mt7996: fix MLD ID in MAC TXD and HIF TXP Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0878/1815] wifi: mt76: fix non-AQL packet accounting for MLO stations Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0879/1815] wifi: mt76: assign link_id when sending probe request during scan Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0880/1815] wifi: mt76: mt7996: validate RX band_idx before dereferencing phys[] Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0881/1815] wifi: mt76: mt7996: set MT76_MCU_RESET before waking MCU waiters on full reset Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0882/1815] wifi: mt76: mt7915: clear wcid mask under mutex after RCU pointer clear Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0883/1815] wifi: mt76: mt7915: avoid nss underflow in mt7915_mcu_get_sta_nss Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0884/1815] wifi: mt76: mt7996: dont report a zero TX bitrate Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0885/1815] wifi: mt76: mt7915: write RX header translation bit to the correct register Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0886/1815] wifi: mt76: fix 4th chain ACK RSSI bitmask in sta_poll Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0887/1815] wifi: mt76: fix stranded frames in mt76_txq_schedule_pending Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0888/1815] wifi: mt76: fix uninitialised RXDMAD_C descriptor info Greg Kroah-Hartman
2026-09-12  6:43 ` [PATCH 7.2 0889/1815] wifi: mt76: fix RXDMAD_C buffer recycling race Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0890/1815] wifi: mt76: mt7915: poll the correct SLP CTRL register for the second adie Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0891/1815] wifi: mt76: check txfree done event on the WED hw path Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0892/1815] wifi: mt76: fix HE DCM max-RU capability encoding Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0893/1815] wifi: mt76: mt7996: bound TLV walk in mt7996_mcu_get_chip_config Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0894/1815] wifi: mt76: fix out-of-bounds access in mmio copy helpers Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0895/1815] wifi: mt76: mt7915: unwind state on add_interface failure Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0896/1815] wifi: mt76: mt7996: hold dev->mt76.mutex while disabling tx worker in SER Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0897/1815] wifi: mt76: decode the full VHT Rx STBC capability field Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0898/1815] wifi: mt76: fix ER-SU 106-tone RU check in RX rate decode Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0899/1815] wifi: mt76: mt7996: reserve space for the CSA-abort countdown TLV Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0900/1815] wifi: mt76: mt7996: dont leak MLD group index on remap alloc failure Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0901/1815] wifi: mt76: cancel reset and rc work on device unregister Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0902/1815] wifi: mt76: report data NSS for STBC frames in RX rate decode Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0903/1815] wifi: mt76: mt7915: use little-endian for bss_info_ra wire fields Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0904/1815] wifi: mt76: mt7996: add missing rdd_idx check when enabling background radar Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0905/1815] wifi: mt76: only consume the WO drop bit on WED v2 devices Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0906/1815] ACPI: processor: Unregister cpufreq notifier on init failure Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0907/1815] drm/msm/dpu: Fix DMA SSPP REC block offsets on DPU v13 Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0908/1815] drm/msm: dont tear down KMS twice when KMS init fails Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0909/1815] drm/msm/dp: reject YUV420-only modes without VSC SDP support Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0910/1815] drm/msm/dp: do not reject wide-bus modes while a YUV420 mode is active Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0911/1815] perf: arm_spe: Make wakeup range check overflow safe Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0912/1815] drm/msm/dpu: Drop sneaky dev_pm_opp_set_rate(0) Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0913/1815] drm/msm/dp: Drop dev_pm_opp_set_rate(0) Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0914/1815] drm/msm/dsi: " Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0915/1815] wifi: ath11k: fix leak in ath11k_service_ready_ext_event() Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0916/1815] ASoC: codecs: tas2783-sdw: Propagate regcache_sync() errors Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0917/1815] ASoC: tas2783-sdw: drop stale regcache on uninitialized re-attach Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0918/1815] ARM: tegra: Fix OF node reference leaks in IRQ init Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0919/1815] arm64: tegra: Fix CMDQV interrupt type on Tegra264 Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0920/1815] regulator: core: use system_freezable_wq for init complete work Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0921/1815] ASoC: SDCA: Add missing stub for sdca_fdl_free_state() Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0922/1815] perf unwind-libdw: Fix unwinding of multi-threaded processes Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0923/1815] perf libdw: Fix outer-frame name resolution and spurious "(inlined)" tag Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0924/1815] perf machine: Fix fd leak on bounds check in maps__set_modules_path_dir() Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0925/1815] perf machine: Fix NULL parent dereference in fork event processing Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0926/1815] perf machine: Guard against NULL strlist in machines__findnew() Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0927/1815] perf machine: Check snprintf truncation " Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0928/1815] perf machine: Dont abort guest map creation on first inaccessible dir Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0929/1815] perf machine: Reset errno before strtol in guest kernel map creation Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0930/1815] perf machine: Free scandir entries " Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0931/1815] perf machine: Check snprintf truncation for guest kallsyms path Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0932/1815] bpf: Reject >8 byte return values on return-reading trampoline paths Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0933/1815] bpf, x86: Fix trampoline stack size for 128-bit arguments Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0934/1815] wifi: mt76: mt7915: unlink TWT flow if the MCU rejects the agreement Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0935/1815] wifi: mt76: mt7996: skip key upload when adding an offchannel link Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0936/1815] wifi: mt76: mt7996: wake MCU waiters before aborting scan in L1 SER Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0937/1815] wifi: mt76: mt7996: free vif links after clearing wcid entries on full reset Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0938/1815] wifi: mt76: mt7996: clear stale link state " Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0939/1815] wifi: mt76: set MT76_SCANNING when starting a hw scan Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0940/1815] wifi: mt76: mt7996: fix MIB TX aggregation counter registers for mt7990 Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0941/1815] wifi: mt76: mt7915: fix double hif2 init on the non-WED path Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0942/1815] wifi: mt76: mt7915: fix ext PHY use-after-free on register error path Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0943/1815] wifi: mt76: mt7915: release hif2 reference on probe IRQ failure Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0944/1815] wifi: mt76: mt7996: fix reg addr remap when addr is 0 Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0945/1815] wifi: mt76: mt7996: do not attach hif2 WED when the main WED attach failed Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0946/1815] wifi: mt76: mt7996: do not leave state behind after a failed WED attach Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0947/1815] wifi: mt76: mt7915: fix chainmask handling for non-dbdc phys on band 1 Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0948/1815] wifi: mt76: mt7915: report RX chain signal for all RX paths Greg Kroah-Hartman
2026-09-12  6:44 ` [PATCH 7.2 0949/1815] wifi: mt76: fix queue assignment for disassoc packets Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0950/1815] wifi: mt76: mt7925: Fix EHT Beamformee SS subfields to meet 802.11be minimum Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0951/1815] wifi: mt76: reject out-of-range link ids in mt76_vif_link() Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0952/1815] wifi: mt76: mt7996: fix out-of-bounds link array access in mt7996_tx() Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0953/1815] wifi: ath12k: fix encrypted EAPOL TX in encap offload mode Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0954/1815] wifi: ath10k: snoc: use memcpy_fromio() for MSA ramdump Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0955/1815] wifi: mt76: mt7996: remove beacon_int_min_gcd from ADHOC interface combinations Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0956/1815] arm64: smp: Fix IPI teardown for GICv5 flow Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0957/1815] arm_mpam: Apply T241-MPAM-6 to 63-bit counters Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0958/1815] arm64/fpsimd: ptrace: Fix inactive SVE and SSVE regsets Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0959/1815] kselftest/arm64: fp-ptrace: Fix checks for " Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0960/1815] arm64: ptrace: Keep orig_x0 in-sync with x0 on syscall entry Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0961/1815] kselftest/arm64: Dont write to P0 in irritator on SME only systems Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0962/1815] iommu/arm-smmu-v3: Convert to use atomic poll timeout Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0963/1815] perf/cxlpmu: Fix 64-bit write to 32-bit HDM filter register Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0964/1815] wifi: mac80211: send TWT teardown to peer after setup TX failure Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0965/1815] wifi: nl80211: clean up color-change beacon data on errors Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0966/1815] wifi: zd1211rw: reject secondary interfaces to prevent conflicts Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0967/1815] wifi: mac80211: skip unused probe response countdown offsets Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0968/1815] perf build: Fix a build error on 32-bit x86 Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0969/1815] wifi: brcmfmac: fix P2P action frame handling without device vif Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0970/1815] wifi: mac80211: disconnect on CSA to channel 0 Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0971/1815] wifi: cfg80211: stop PMSR before P2P and NAN teardown Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0972/1815] bpf: Fix mmap_lock deadlock on arena lock failure Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0973/1815] firmware: coreboot: Validate table bounds Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0974/1815] objtool/klp: Fix module name normalization for paths with dots Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0975/1815] objtool/klp: Normalize Module.symvers paths to module names Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0976/1815] objtool/klp: Fix false module dependencies caused by dead relocs Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0977/1815] objtool/klp: Add .klp.symid for sympos disambiguation Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0978/1815] objtool/klp: Fix symbol resolution for duplicate data symbols Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0979/1815] pinctrl: eswin: Fix Handling of PIN_CONFIG_PERSIST_STATE Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0980/1815] pinctrl: generic: free maps on pinctrl_generic_to_map() failure Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0981/1815] pinctrl: spacemit: validate pins in pinconf callbacks Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0982/1815] powerpc/xive: make xive IPI allocation NULL-safe Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0983/1815] powerpc/xive: add error return value to xive_smp_probe() Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0984/1815] powerpc/xive: propagate IPI init errors to prevent use-after-free Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0985/1815] powerpc/smp: add NULL guard for cause_ipi in smp_muxed_ipi_message_pass Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0986/1815] powerpc/syscall: Fix syscall skip handling for seccomp and ptrace Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0987/1815] powerpc64/bpf: Fix build break in bpf_jit_emit_func_call_rel() Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0988/1815] powerpc64/bpf: Fix build break for arch_bpf_timed_may_goto Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0989/1815] powerpc/irq: Fix missing r2 clobber in PCREL inline assembly Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0990/1815] soc: fsl: qe: properly scan GPIO nodes at startup Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0991/1815] soc: fsl: qe: implement get_direction() Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0992/1815] MIPS: ptrace: Fix syscall skipping via PTRACE_SYSCALL Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0993/1815] serial: amba-pl011: unprepare console clock on unregister Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0994/1815] serial: amba-pl011: keep console clock enabled for atomic writes Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0995/1815] serial: core: do fallible allocations before the console can be registered Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0996/1815] serial: core: clear freed pointers on uart_register_driver() failure Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0997/1815] tty: skip cdev_del() when no cdev is registered Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0998/1815] tty: clear cdev pointer after cdev_add() failure Greg Kroah-Hartman
2026-09-12  6:45 ` [PATCH 7.2 0999/1815] dm-integrity: replace forgeable discard filler with a keyed sector marker Greg Kroah-Hartman

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=20260912065655.147335254@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=andersson@kernel.org \
    --cc=konrad.dybcio@oss.qualcomm.com \
    --cc=patches@lists.linux.dev \
    --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).