All of lore.kernel.org
 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, Parker Newman <pnewman@connecttech.com>,
	Andrew Lunn <andrew@lunn.ch>, Thierry Reding <treding@nvidia.com>,
	Jakub Kicinski <kuba@kernel.org>, Sasha Levin <sashal@kernel.org>
Subject: [PATCH 6.12 057/189] net: stmmac: dwmac-tegra: Read iommu stream id from device tree
Date: Wed, 15 Jan 2025 11:35:53 +0100	[thread overview]
Message-ID: <20250115103608.636887415@linuxfoundation.org> (raw)
In-Reply-To: <20250115103606.357764746@linuxfoundation.org>

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

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

From: Parker Newman <pnewman@connecttech.com>

[ Upstream commit 426046e2d62dd19533808661e912b8e8a9eaec16 ]

Nvidia's Tegra MGBE controllers require the IOMMU "Stream ID" (SID) to be
written to the MGBE_WRAP_AXI_ASID0_CTRL register.

The current driver is hard coded to use MGBE0's SID for all controllers.
This causes softirq time outs and kernel panics when using controllers
other than MGBE0.

Example dmesg errors when an ethernet cable is connected to MGBE1:

[  116.133290] tegra-mgbe 6910000.ethernet eth1: Link is Up - 1Gbps/Full - flow control rx/tx
[  121.851283] tegra-mgbe 6910000.ethernet eth1: NETDEV WATCHDOG: CPU: 5: transmit queue 0 timed out 5690 ms
[  121.851782] tegra-mgbe 6910000.ethernet eth1: Reset adapter.
[  121.892464] tegra-mgbe 6910000.ethernet eth1: Register MEM_TYPE_PAGE_POOL RxQ-0
[  121.905920] tegra-mgbe 6910000.ethernet eth1: PHY [stmmac-1:00] driver [Aquantia AQR113] (irq=171)
[  121.907356] tegra-mgbe 6910000.ethernet eth1: Enabling Safety Features
[  121.907578] tegra-mgbe 6910000.ethernet eth1: IEEE 1588-2008 Advanced Timestamp supported
[  121.908399] tegra-mgbe 6910000.ethernet eth1: registered PTP clock
[  121.908582] tegra-mgbe 6910000.ethernet eth1: configuring for phy/10gbase-r link mode
[  125.961292] tegra-mgbe 6910000.ethernet eth1: Link is Up - 1Gbps/Full - flow control rx/tx
[  181.921198] rcu: INFO: rcu_preempt detected stalls on CPUs/tasks:
[  181.921404] rcu: 	7-....: (1 GPs behind) idle=540c/1/0x4000000000000002 softirq=1748/1749 fqs=2337
[  181.921684] rcu: 	(detected by 4, t=6002 jiffies, g=1357, q=1254 ncpus=8)
[  181.921878] Sending NMI from CPU 4 to CPUs 7:
[  181.921886] NMI backtrace for cpu 7
[  181.922131] CPU: 7 UID: 0 PID: 0 Comm: swapper/7 Kdump: loaded Not tainted 6.13.0-rc3+ #6
[  181.922390] Hardware name: NVIDIA CTI Forge + Orin AGX/Jetson, BIOS 202402.1-Unknown 10/28/2024
[  181.922658] pstate: 40400009 (nZcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[  181.922847] pc : handle_softirqs+0x98/0x368
[  181.922978] lr : __do_softirq+0x18/0x20
[  181.923095] sp : ffff80008003bf50
[  181.923189] x29: ffff80008003bf50 x28: 0000000000000008 x27: 0000000000000000
[  181.923379] x26: ffffce78ea277000 x25: 0000000000000000 x24: 0000001c61befda0
[  181.924486] x23: 0000000060400009 x22: ffffce78e99918bc x21: ffff80008018bd70
[  181.925568] x20: ffffce78e8bb00d8 x19: ffff80008018bc20 x18: 0000000000000000
[  181.926655] x17: ffff318ebe7d3000 x16: ffff800080038000 x15: 0000000000000000
[  181.931455] x14: ffff000080816680 x13: ffff318ebe7d3000 x12: 000000003464d91d
[  181.938628] x11: 0000000000000040 x10: ffff000080165a70 x9 : ffffce78e8bb0160
[  181.945804] x8 : ffff8000827b3160 x7 : f9157b241586f343 x6 : eeb6502a01c81c74
[  181.953068] x5 : a4acfcdd2e8096bb x4 : ffffce78ea277340 x3 : 00000000ffffd1e1
[  181.960329] x2 : 0000000000000101 x1 : ffffce78ea277340 x0 : ffff318ebe7d3000
[  181.967591] Call trace:
[  181.970043]  handle_softirqs+0x98/0x368 (P)
[  181.974240]  __do_softirq+0x18/0x20
[  181.977743]  ____do_softirq+0x14/0x28
[  181.981415]  call_on_irq_stack+0x24/0x30
[  181.985180]  do_softirq_own_stack+0x20/0x30
[  181.989379]  __irq_exit_rcu+0x114/0x140
[  181.993142]  irq_exit_rcu+0x14/0x28
[  181.996816]  el1_interrupt+0x44/0xb8
[  182.000316]  el1h_64_irq_handler+0x14/0x20
[  182.004343]  el1h_64_irq+0x80/0x88
[  182.007755]  cpuidle_enter_state+0xc4/0x4a8 (P)
[  182.012305]  cpuidle_enter+0x3c/0x58
[  182.015980]  cpuidle_idle_call+0x128/0x1c0
[  182.020005]  do_idle+0xe0/0xf0
[  182.023155]  cpu_startup_entry+0x3c/0x48
[  182.026917]  secondary_start_kernel+0xdc/0x120
[  182.031379]  __secondary_switched+0x74/0x78
[  212.971162] rcu: INFO: rcu_preempt detected expedited stalls on CPUs/tasks: { 7-.... } 6103 jiffies s: 417 root: 0x80/.
[  212.985935] rcu: blocking rcu_node structures (internal RCU debug):
[  212.992758] Sending NMI from CPU 0 to CPUs 7:
[  212.998539] NMI backtrace for cpu 7
[  213.004304] CPU: 7 UID: 0 PID: 0 Comm: swapper/7 Kdump: loaded Not tainted 6.13.0-rc3+ #6
[  213.016116] Hardware name: NVIDIA CTI Forge + Orin AGX/Jetson, BIOS 202402.1-Unknown 10/28/2024
[  213.030817] pstate: 40400009 (nZcv daif +PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[  213.040528] pc : handle_softirqs+0x98/0x368
[  213.046563] lr : __do_softirq+0x18/0x20
[  213.051293] sp : ffff80008003bf50
[  213.055839] x29: ffff80008003bf50 x28: 0000000000000008 x27: 0000000000000000
[  213.067304] x26: ffffce78ea277000 x25: 0000000000000000 x24: 0000001c61befda0
[  213.077014] x23: 0000000060400009 x22: ffffce78e99918bc x21: ffff80008018bd70
[  213.087339] x20: ffffce78e8bb00d8 x19: ffff80008018bc20 x18: 0000000000000000
[  213.097313] x17: ffff318ebe7d3000 x16: ffff800080038000 x15: 0000000000000000
[  213.107201] x14: ffff000080816680 x13: ffff318ebe7d3000 x12: 000000003464d91d
[  213.116651] x11: 0000000000000040 x10: ffff000080165a70 x9 : ffffce78e8bb0160
[  213.127500] x8 : ffff8000827b3160 x7 : 0a37b344852820af x6 : 3f049caedd1ff608
[  213.138002] x5 : cff7cfdbfaf31291 x4 : ffffce78ea277340 x3 : 00000000ffffde04
[  213.150428] x2 : 0000000000000101 x1 : ffffce78ea277340 x0 : ffff318ebe7d3000
[  213.162063] Call trace:
[  213.165494]  handle_softirqs+0x98/0x368 (P)
[  213.171256]  __do_softirq+0x18/0x20
[  213.177291]  ____do_softirq+0x14/0x28
[  213.182017]  call_on_irq_stack+0x24/0x30
[  213.186565]  do_softirq_own_stack+0x20/0x30
[  213.191815]  __irq_exit_rcu+0x114/0x140
[  213.196891]  irq_exit_rcu+0x14/0x28
[  213.202401]  el1_interrupt+0x44/0xb8
[  213.207741]  el1h_64_irq_handler+0x14/0x20
[  213.213519]  el1h_64_irq+0x80/0x88
[  213.217541]  cpuidle_enter_state+0xc4/0x4a8 (P)
[  213.224364]  cpuidle_enter+0x3c/0x58
[  213.228653]  cpuidle_idle_call+0x128/0x1c0
[  213.233993]  do_idle+0xe0/0xf0
[  213.237928]  cpu_startup_entry+0x3c/0x48
[  213.243791]  secondary_start_kernel+0xdc/0x120
[  213.249830]  __secondary_switched+0x74/0x78

This bug has existed since the dwmac-tegra driver was added in Dec 2022
(See Fixes tag below for commit hash).

The Tegra234 SOC has 4 MGBE controllers, however Nvidia's Developer Kit
only uses MGBE0 which is why the bug was not found previously. Connect Tech
has many products that use 2 (or more) MGBE controllers.

The solution is to read the controller's SID from the existing "iommus"
device tree property. The 2nd field of the "iommus" device tree property
is the controller's SID.

Device tree snippet from tegra234.dtsi showing MGBE1's "iommus" property:

smmu_niso0: iommu@12000000 {
        compatible = "nvidia,tegra234-smmu", "nvidia,smmu-500";
...
}

/* MGBE1 */
ethernet@6900000 {
	compatible = "nvidia,tegra234-mgbe";
...
	iommus = <&smmu_niso0 TEGRA234_SID_MGBE_VF1>;
...
}

Nvidia's arm-smmu driver reads the "iommus" property and stores the SID in
the MGBE device's "fwspec" struct. The dwmac-tegra driver can access the
SID using the tegra_dev_iommu_get_stream_id() helper function found in
linux/iommu.h.

Calling tegra_dev_iommu_get_stream_id() should not fail unless the "iommus"
property is removed from the device tree or the IOMMU is disabled.

While the Tegra234 SOC technically supports bypassing the IOMMU, it is not
supported by the current firmware, has not been tested and not recommended.
More detailed discussion with Thierry Reding from Nvidia linked below.

Fixes: d8ca113724e7 ("net: stmmac: tegra: Add MGBE support")
Link: https://lore.kernel.org/netdev/cover.1731685185.git.pnewman@connecttech.com
Signed-off-by: Parker Newman <pnewman@connecttech.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Thierry Reding <treding@nvidia.com>
Link: https://patch.msgid.link/6fb97f32cf4accb4f7cf92846f6b60064ba0a3bd.1736284360.git.pnewman@connecttech.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 drivers/net/ethernet/stmicro/stmmac/dwmac-tegra.c | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/drivers/net/ethernet/stmicro/stmmac/dwmac-tegra.c b/drivers/net/ethernet/stmicro/stmmac/dwmac-tegra.c
index 6fdd94c8919e..2996bcdea9a2 100644
--- a/drivers/net/ethernet/stmicro/stmmac/dwmac-tegra.c
+++ b/drivers/net/ethernet/stmicro/stmmac/dwmac-tegra.c
@@ -1,4 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-only
+#include <linux/iommu.h>
 #include <linux/platform_device.h>
 #include <linux/of.h>
 #include <linux/module.h>
@@ -19,6 +20,8 @@ struct tegra_mgbe {
 	struct reset_control *rst_mac;
 	struct reset_control *rst_pcs;
 
+	u32 iommu_sid;
+
 	void __iomem *hv;
 	void __iomem *regs;
 	void __iomem *xpcs;
@@ -50,7 +53,6 @@ struct tegra_mgbe {
 #define MGBE_WRAP_COMMON_INTR_ENABLE	0x8704
 #define MAC_SBD_INTR			BIT(2)
 #define MGBE_WRAP_AXI_ASID0_CTRL	0x8400
-#define MGBE_SID			0x6
 
 static int __maybe_unused tegra_mgbe_suspend(struct device *dev)
 {
@@ -84,7 +86,7 @@ static int __maybe_unused tegra_mgbe_resume(struct device *dev)
 	writel(MAC_SBD_INTR, mgbe->regs + MGBE_WRAP_COMMON_INTR_ENABLE);
 
 	/* Program SID */
-	writel(MGBE_SID, mgbe->hv + MGBE_WRAP_AXI_ASID0_CTRL);
+	writel(mgbe->iommu_sid, mgbe->hv + MGBE_WRAP_AXI_ASID0_CTRL);
 
 	value = readl(mgbe->xpcs + XPCS_WRAP_UPHY_STATUS);
 	if ((value & XPCS_WRAP_UPHY_STATUS_TX_P_UP) == 0) {
@@ -241,6 +243,12 @@ static int tegra_mgbe_probe(struct platform_device *pdev)
 	if (IS_ERR(mgbe->xpcs))
 		return PTR_ERR(mgbe->xpcs);
 
+	/* get controller's stream id from iommu property in device tree */
+	if (!tegra_dev_iommu_get_stream_id(mgbe->dev, &mgbe->iommu_sid)) {
+		dev_err(mgbe->dev, "failed to get iommu stream id\n");
+		return -EINVAL;
+	}
+
 	res.addr = mgbe->regs;
 	res.irq = irq;
 
@@ -346,7 +354,7 @@ static int tegra_mgbe_probe(struct platform_device *pdev)
 	writel(MAC_SBD_INTR, mgbe->regs + MGBE_WRAP_COMMON_INTR_ENABLE);
 
 	/* Program SID */
-	writel(MGBE_SID, mgbe->hv + MGBE_WRAP_AXI_ASID0_CTRL);
+	writel(mgbe->iommu_sid, mgbe->hv + MGBE_WRAP_AXI_ASID0_CTRL);
 
 	plat->flags |= STMMAC_FLAG_SERDES_UP_AFTER_PHY_LINKUP;
 
-- 
2.39.5




  parent reply	other threads:[~2025-01-15 10:46 UTC|newest]

Thread overview: 203+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-15 10:34 [PATCH 6.12 000/189] 6.12.10-rc1 review Greg Kroah-Hartman
2025-01-15 10:34 ` [PATCH 6.12 001/189] jbd2: increase IO priority for writing revoke records Greg Kroah-Hartman
2025-01-15 10:34 ` [PATCH 6.12 002/189] jbd2: flush filesystem device before updating tail sequence Greg Kroah-Hartman
2025-01-15 10:34 ` [PATCH 6.12 003/189] fs/writeback: convert wbc_account_cgroup_owner to take a folio Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 004/189] iomap: pass byte granular end position to iomap_add_to_ioend Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 005/189] iomap: fix zero padding data issue in concurrent append writes Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 006/189] dm array: fix releasing a faulty array block twice in dm_array_cursor_end Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 007/189] dm array: fix unreleased btree blocks on closing a faulty array cursor Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 008/189] dm array: fix cursor index when skipping across block boundaries Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 009/189] netfs: Fix enomem handling in buffered reads Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 010/189] nfs: Fix oops in nfs_netfs_init_request() when copying to cache Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 011/189] netfs: Fix missing barriers by using clear_and_wake_up_bit() Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 012/189] netfs: Fix ceph copy to cache on write-begin Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 013/189] netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 014/189] netfs: Fix is-caching check in read-retry Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 015/189] exfat: fix the infinite loop in exfat_readdir() Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 016/189] exfat: fix the new buffer was not zeroed before writing Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 017/189] exfat: fix the infinite loop in __exfat_free_cluster() Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 018/189] fuse: respect FOPEN_KEEP_CACHE on opendir Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 019/189] ovl: pass realinode to ovl_encode_real_fh() instead of realdentry Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 020/189] ovl: support encoding fid from inode with no alias Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 021/189] ASoC: rt722: add delay time to wait for the calibration procedure Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 022/189] ASoC: mediatek: disable buffer pre-allocation Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 023/189] selftests/alsa: Fix circular dependency involving global-timer Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 024/189] ieee802154: ca8210: Add missing check for kfifo_alloc() in ca8210_probe() Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 025/189] net: 802: LLC+SNAP OID:PID lookup on start of skb data Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 026/189] tcp/dccp: allow a connection when sk_max_ack_backlog is zero Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 027/189] net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 028/189] net: libwx: fix firmware mailbox abnormal return Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 029/189] btrfs: avoid NULL pointer dereference if no valid extent tree Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 030/189] pds_core: limit loop over fw name list Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 031/189] bnxt_en: Fix possible memory leak when hwrm_req_replace fails Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 032/189] bnxt_en: Fix DIM shutdown Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 033/189] cxgb4: Avoid removal of uninserted tid Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 034/189] net: dont dump Tx and uninitialized NAPIs Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 035/189] ice: fix max values for dpll pin phase adjust Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 036/189] ice: fix incorrect PHY settings for 100 GB/s Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 037/189] igc: return early when failing to read EECD register Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 038/189] tls: Fix tls_sw_sendmsg error handling Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 039/189] ipvlan: Fix use-after-free in ipvlan_get_iflink() Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 040/189] eth: gve: use appropriate helper to set xdp_features Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 041/189] Bluetooth: hci_sync: Fix not setting Random Address when required Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 042/189] Bluetooth: MGMT: Fix Add Device to responding before completing Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 043/189] Bluetooth: btnxpuart: Fix driver sending truncated data Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 044/189] Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 045/189] tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_reset Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 046/189] net: hns3: fixed reset failure issues caused by the incorrect reset type Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 047/189] net: hns3: fix missing features due to dev->features configuration too early Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 048/189] net: hns3: Resolved the issue that the debugfs query result is inconsistent Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 049/189] net: hns3: dont auto enable misc vector Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 050/189] net: hns3: initialize reset_timer before hclgevf_misc_irq_init() Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 051/189] net: hns3: fixed hclge_fetch_pf_reg accesses bar space out of bounds issue Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 052/189] net: hns3: fix kernel crash when 1588 is sent on HIP08 devices Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 053/189] mctp i3c: fix MCTP I3C driver multi-thread issue Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 054/189] netfilter: nf_tables: imbalance in flowtable binding Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 055/189] netfilter: conntrack: clamp maximum hashtable size to INT_MAX Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 056/189] sched: sch_cake: add bounds checks to host bulk flow fairness counts Greg Kroah-Hartman
2025-01-15 10:35 ` Greg Kroah-Hartman [this message]
2025-01-15 10:35 ` [PATCH 6.12 058/189] rtase: Fix a check for error in rtase_alloc_msix() Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 059/189] net/mlx5: Fix variable not being completed when function returns Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 060/189] drm/mediatek: Set private->all_drm_private[i]->drm to NULL if mtk_drm_bind returns err Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 061/189] drm/mediatek: Move mtk_crtc_finish_page_flip() to ddp_cmdq_cb() Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 062/189] drm/mediatek: Add support for 180-degree rotation in the display driver Greg Kroah-Hartman
2025-01-15 10:35 ` [PATCH 6.12 063/189] drm/mediatek: stop selecting foreign drivers Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 064/189] drm/mediatek: Fix YCbCr422 color format issue for DP Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 065/189] drm/mediatek: Fix mode valid issue for dp Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 066/189] drm/mediatek: mtk_dsi: Add registers to pdata to fix MT8186/MT8188 Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 067/189] gpio: virtuser: fix missing lookup table cleanups Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 068/189] gpio: virtuser: fix handling of multiple conn_ids in lookup table Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 069/189] drm/mediatek: Add return value check when reading DPCD Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 070/189] ksmbd: fix a missing return value check bug Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 071/189] afs: Fix the maximum cell name length Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 072/189] platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 073/189] platform/x86: intel/pmc: Fix ioremap() of bad address Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 074/189] ksmbd: fix unexpectedly changed path in ksmbd_vfs_kern_path_locked Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 075/189] riscv: module: remove relocation_head rel_entry member allocation Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 076/189] cpuidle: riscv-sbi: fix device node release in early exit of for_each_possible_cpu Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 077/189] riscv: mm: Fix the out of bound issue of vmemmap address Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 078/189] riscv: stacktrace: fix backtracing through exceptions Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 079/189] riscv: use local label names instead of global ones in assembly Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 080/189] drm/xe: Fix tlb invalidation when wedging Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 081/189] netfs: Fix kernel async DIO Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 082/189] netfs: Fix read-retry for fs with no ->prepare_read() Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 083/189] drivers/perf: riscv: Fix Platform firmware event data Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 084/189] drivers/perf: riscv: Return error for default case Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 085/189] dm thin: make get_first_thin use rcu-safe list first function Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 086/189] scsi: ufs: qcom: Power off the PHY if it was already powered on in ufs_qcom_power_up_sequence() Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 087/189] vfio/pci: Fallback huge faults for unaligned pfn Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 088/189] fs: relax assertions on failure to encode file handles Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 089/189] fs: fix is_mnt_ns_file() Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 090/189] dm-ebs: dont set the flag DM_TARGET_PASSES_INTEGRITY Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 091/189] dm-verity FEC: Fix RS FEC repair for roots unaligned to block size (take 2) Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 092/189] mptcp: sysctl: avail sched: remove write access Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 093/189] mptcp: sysctl: sched: avoid using current->nsproxy Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 094/189] mptcp: sysctl: blackhole timeout: " Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 095/189] sctp: sysctl: cookie_hmac_alg: " Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 096/189] sctp: sysctl: rto_min/max: " Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 097/189] sctp: sysctl: auth_enable: " Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 098/189] sctp: sysctl: udp_port: " Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 099/189] sctp: sysctl: plpmtud_probe_interval: " Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 100/189] rds: sysctl: rds_tcp_{rcv,snd}buf: " Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 101/189] ksmbd: Implement new SMB3 POSIX type Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 102/189] btrfs: zlib: fix avail_in bytes for s390 zlib HW compression path Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 103/189] Revert "drm/mediatek: dsi: Correct calculation formula of PHY Timing" Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 104/189] drm/amd/display: Remove unnecessary amdgpu_irq_get/put Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 105/189] drm/amd/display: Add check for granularity in dml ceil/floor helpers Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 106/189] cgroup/cpuset: Prevent leakage of isolated CPUs into sched domains Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 107/189] thermal: of: fix OF node leak in of_thermal_zone_find() Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 108/189] sched_ext: Replace rq_lock() to raw_spin_rq_lock() in scx_ops_bypass() Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 109/189] sched_ext: switch class when preempted by higher priority scheduler Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 110/189] cgroup/cpuset: remove kernfs active break Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 111/189] sched_ext: idle: Refresh idle masks during idle-to-idle transitions Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 112/189] arm64: dts: qcom: x1e80100: Fix up BAR space size for PCIe6a Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 113/189] arm64: dts: qcom: sa8775p: Fix the size of addr_space regions Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 114/189] smb: client: sync the root session and superblock context passwords before automounting Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 115/189] fs: kill MNT_ONRB Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 116/189] riscv: Fix sleeping in invalid context in die() Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 117/189] riscv: kprobes: Fix incorrect address calculation Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 118/189] gpio: loongson: Fix Loongson-2K2000 ACPI GPIO register offset Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 119/189] ACPI: resource: Add TongFang GM5HG0A to irq1_edge_low_force_override[] Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 120/189] ACPI: resource: Add Asus Vivobook X1504VAP to irq1_level_low_skip_override[] Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 121/189] drm/amdgpu: Add a lock when accessing the buddy trim function Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 122/189] drm/amd/pm: fix BUG: scheduling while atomic Greg Kroah-Hartman
2025-01-15 10:36 ` [PATCH 6.12 123/189] drm/amdkfd: fixed page fault when enable MES shader debugger Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 124/189] drm/amdkfd: wq_release signals dma_fence only when available Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 125/189] drm/amd/display: fix divide error in DM plane scale calcs Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 126/189] drm/amd/display: fix page fault due to max surface definition mismatch Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 127/189] drm/amd/display: increase MAX_SURFACES to the value supported by hw Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 128/189] io_uring/timeout: fix multishot updates Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 129/189] io_uring/sqpoll: zero sqd->thread on tctx errors Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 130/189] USB: serial: option: add MeiG Smart SRM815 Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 131/189] USB: serial: option: add Neoway N723-EA support Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 132/189] staging: iio: ad9834: Correct phase range check Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 133/189] staging: iio: ad9832: " Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 134/189] usb-storage: Add max sectors quirk for Nokia 208 Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 135/189] USB: serial: cp210x: add Phoenix Contact UPS Device Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 136/189] usb: dwc3: gadget: fix writing NYET threshold Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 137/189] topology: Keep the cpumask unchanged when printing cpumap Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 138/189] misc: microchip: pci1xxxx: Resolve kernel panic during GPIO IRQ handling Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 139/189] misc: microchip: pci1xxxx: Resolve return code mismatch during GPIO set config Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 140/189] tty: serial: 8250: Fix another runtime PM usage counter underflow Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 141/189] serial: stm32: use port lock wrappers for break control Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 142/189] usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 143/189] x86/fpu: Ensure shadow stack is active before "getting" registers Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 144/189] usb: dwc3-am62: Disable autosuspend during remove Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 145/189] USB: usblp: return error when setting unsupported protocol Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 146/189] USB: core: Disable LPM only for non-suspended ports Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 147/189] usb: fix reference leak in usb_new_device() Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 148/189] usb: gadget: midi2: Reverse-select at the right place Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 149/189] usb: chipidea: ci_hdrc_imx: decrement devices refcount in .remove() and in the error path of .probe() Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 150/189] usb: typec: tcpci: fix NULL pointer issue on shared irq case Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 151/189] usb: gadget: f_uac2: Fix incorrect setting of bNumEndpoints Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 152/189] usb: typec: tcpm/tcpci_maxim: fix error code in max_contaminant_read_resistance_kohm() Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 153/189] usb: gadget: f_fs: Remove WARN_ON in functionfs_bind Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 154/189] usb: gadget: configfs: Ignore trailing LF for user strings to cdev Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 155/189] usb: host: xhci-plat: set skip_phy_initialization if software node has XHCI_SKIP_PHY_INIT property Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 156/189] usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control() Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 157/189] iio: pressure: zpa2326: fix information leak in triggered buffer Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 158/189] iio: dummy: iio_simply_dummy_buffer: " Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 159/189] iio: light: vcnl4035: " Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 160/189] iio: light: bh1745: " Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 161/189] iio: imu: kmx61: " Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 162/189] iio: adc: rockchip_saradc: " Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 163/189] iio: adc: ti-ads8688: " Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 164/189] iio: adc: ti-ads1119: " Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 165/189] iio: adc: ti-ads1119: fix sample size in scan struct for " Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 166/189] iio: gyro: fxas21002c: Fix missing data update in trigger handler Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 167/189] iio: adc: ti-ads1298: Add NULL check in ads1298_init Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 168/189] iio: imu: inv_icm42600: fix timestamps after suspend if sensor is on Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 169/189] iio: adc: ti-ads124s08: Use gpiod_set_value_cansleep() Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 170/189] iio: adc: at91: call input_free_device() on allocated iio_dev Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 171/189] iio: inkern: call iio_device_put() only on mapped devices Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 172/189] iio: adc: ad7173: fix using shared static info struct Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 173/189] iio: adc: ad7124: Disable all channels at probe time Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 174/189] io_uring/eventfd: ensure io_eventfd_signal() defers another RCU period Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 175/189] arm64: dts: imx95: correct the address length of netcmix_blk_ctrl Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 176/189] ARM: dts: imxrt1050: Fix clocks for mmc Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 177/189] arm64: dts: qcom: sa8775p: fix the secure device bootup issue Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 178/189] hwmon: (drivetemp) Fix driver producing garbage data when SCSI errors occur Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 179/189] block, bfq: fix waker_bfqq UAF after bfq_split_bfqq() Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 180/189] arm64: dts: rockchip: add hevc power domain clock to rk3328 Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 181/189] firewall: remove misplaced semicolon from stm32_firewall_get_firewall Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 182/189] drm/xe/oa: Separate batch submission from waiting for completion Greg Kroah-Hartman
2025-01-15 18:20   ` Dixit, Ashutosh
2025-01-17 12:21     ` Greg Kroah-Hartman
2025-01-15 10:37 ` [PATCH 6.12 183/189] drm/xe/oa/uapi: Define and parse OA sync properties Greg Kroah-Hartman
2025-01-15 10:38 ` [PATCH 6.12 184/189] drm/xe/oa: Add input fence dependencies Greg Kroah-Hartman
2025-01-15 10:38 ` [PATCH 6.12 185/189] xe/oa: Fix query mode of operation for OAR/OAC Greg Kroah-Hartman
2025-01-15 10:38 ` [PATCH 6.12 186/189] drm/mediatek: Only touch DISP_REG_OVL_PITCH_MSB if AFBC is supported Greg Kroah-Hartman
2025-01-15 10:38 ` [PATCH 6.12 187/189] io_uring: dont touch sqd->thread off tw add Greg Kroah-Hartman
2025-01-15 10:38 ` [PATCH 6.12 188/189] iio: imu: inv_icm42600: fix spi burst write not supported Greg Kroah-Hartman
2025-01-15 10:38 ` [PATCH 6.12 189/189] netdev: prevent accessing NAPI instances from another namespace Greg Kroah-Hartman
2025-01-15 11:50 ` [PATCH 6.12 000/189] 6.12.10-rc1 review Luna Jernberg
2025-01-15 13:12 ` Mark Brown
2025-01-15 14:13 ` Jon Hunter
2025-01-15 21:29 ` Justin Forbes
2025-01-15 21:44 ` Takeshi Ogasawara
2025-01-15 22:27 ` Shuah Khan
2025-01-15 22:48 ` Florian Fainelli
2025-01-16  8:00 ` Ron Economos
2025-01-16 10:19 ` Naresh Kamboju
2025-01-16 16:14 ` Peter Schneider
2025-01-17  2:27 ` [PATCH 6.12] " Hardik Garg

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=20250115103608.636887415@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=andrew@lunn.ch \
    --cc=kuba@kernel.org \
    --cc=patches@lists.linux.dev \
    --cc=pnewman@connecttech.com \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=treding@nvidia.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.