From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from metis.whiteo.stw.pengutronix.de (metis.whiteo.stw.pengutronix.de [185.203.201.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C49841B425B for ; Mon, 9 Dec 2024 14:37:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.201.7 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733755049; cv=none; b=X1Df1mQUM1WtTYay8aDkwYMIFuGZ1shG3fUPmGEyNEFtzoG8ChecCQYoHzsWM5yk2J0lHKPMLKUZ7Fvy0VAOfdHVICcg3UCGBPlO4HKOPT3GNXDmxII2kGG0PsrDY2Vq9U9un0qRw1XCS+UH88jT/sXY/rvbsqqmKwD48S884kk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733755049; c=relaxed/simple; bh=hwj7xKZdi6rABzF0tFGA2x0rapKpS4MylfkrwNt8HV4=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=SrNKgBGEGWBXEai52bCwi5wIm13yoJStyF312QG2O++NyGubDMzZsObQRC0f70AZa1pHaGO4+LJupcX9PEH166Bg3qoQ9dgAWN+naowpw9gdOxJyJcb1dBSEFm12I1tZ2RabRsH/MLDIxUwRFe1JX2+z+nlk9BSmO5fZCP731nM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.201.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from ptz.office.stw.pengutronix.de ([2a0a:edc0:0:900:1d::77] helo=[IPv6:::1]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1tKesi-00068A-Ni; Mon, 09 Dec 2024 15:37:04 +0100 Message-ID: Subject: Re: [PATCH] serial: imx: Use uart_port_lock_irqsave() instead of uart_port_lock() From: Lucas Stach To: Xiaolei Wang , gregkh@linuxfoundation.org, jirislaby@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, esben@geanix.com, linux@rasmusvillemoes.dk, l.sanfilippo@kunbus.com, marex@denx.de, stefan.eichenberger@toradex.com, cniedermaier@dh-electronics.com, rickaran@axis.com, xiaoliei.wang@windriver.com Cc: linux-arm-kernel@lists.infradead.org, imx@lists.linux.dev, linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org Date: Mon, 09 Dec 2024 15:37:01 +0100 In-Reply-To: <20241209124732.693834-1-xiaolei.wang@windriver.com> References: <20241209124732.693834-1-xiaolei.wang@windriver.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.52.4 (3.52.4-2.fc40) Precedence: bulk X-Mailing-List: linux-serial@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:900:1d::77 X-SA-Exim-Mail-From: l.stach@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-serial@vger.kernel.org Am Montag, dem 09.12.2024 um 20:47 +0800 schrieb Xiaolei Wang: > When executing 'ehco mem > /sys/power/state', the following > deadlock occurs. Since there is output during the serial > port entering the suspend process, the suspend will be > interrupted, resulting in the nesting of locks. Therefore, > use uart_port_lock_irqsave instead of uart_port_unlock. >=20 > WARNING: inconsistent lock state > 6.12.0-rc2-00002-g3c199ed5bd64-dirty #23 Not tainted > -------------------------------- > inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage. > sh/494 [HC0[0]:SC0[0]:HE1:SE1] takes: > c4db5850 (&port_lock_key){?.-.}-{3:3}, at: imx_uart_enable_wakeup+0x14/0x= 254 > {IN-HARDIRQ-W} state was registered at: > lock_acquire+0x104/0x348 > _raw_spin_lock+0x48/0x84 > imx_uart_int+0x14/0x4dc > __handle_irq_event_percpu+0xac/0x2fc > handle_irq_event_percpu+0xc/0x40 > handle_irq_event+0x38/0x8c > handle_fasteoi_irq+0xb4/0x1b8 > handle_irq_desc+0x1c/0x2c > gic_handle_irq+0x6c/0xa0 > generic_handle_arch_irq+0x2c/0x64 > call_with_stack+0x18/0x20 > __irq_svc+0x9c/0xbc > _raw_spin_unlock_irqrestore+0x2c/0x48 > uart_write+0xd8/0x3a0 > do_output_char+0x1a8/0x1e4 > n_tty_write+0x224/0x440 > file_tty_write.constprop.0+0x124/0x250 > do_iter_readv_writev+0x100/0x1e0 > vfs_writev+0xc4/0x448 > do_writev+0x68/0xf8 > ret_fast_syscall+0x0/0x1c > irq event stamp: 31593 > hardirqs last enabled at (31593): [] _raw_spin_unlock_irqresto= re+0x44/0x48 > hardirqs last disabled at (31592): [] clk_enable_lock+0x60/0x12= 0 > softirqs last enabled at (30334): [] handle_softirqs+0x2cc/0x4= 78 > softirqs last disabled at (30325): [] __irq_exit_rcu+0x120/0x15= c >=20 > other info that might help us debug this: > Possible unsafe locking scenario: >=20 > CPU0 > ---- > lock(&port_lock_key); > > lock(&port_lock_key); >=20 > Fixes: 3c199ed5bd64 ("serial: imx: Grab port lock in imx_uart_enable_wake= up()") > Signed-off-by: Xiaolei Wang > --- > drivers/tty/serial/imx.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >=20 > diff --git a/drivers/tty/serial/imx.c b/drivers/tty/serial/imx.c > index 17f70e4bee43..4470bcb3ef19 100644 > --- a/drivers/tty/serial/imx.c > +++ b/drivers/tty/serial/imx.c > @@ -2691,8 +2691,9 @@ static void imx_uart_save_context(struct imx_port *= sport) > static void imx_uart_enable_wakeup(struct imx_port *sport, bool on) > { > u32 ucr3; > + unsigned long flags; > =20 > - uart_port_lock(&sport->port); > + uart_port_lock_irqsave(&sport->port, &flags); This function is only called from process context, so it should be fine to use uart_port_lock_irq(). Regards, Lucas > =20 > ucr3 =3D imx_uart_readl(sport, UCR3); > if (on) { > @@ -2714,7 +2715,7 @@ static void imx_uart_enable_wakeup(struct imx_port = *sport, bool on) > imx_uart_writel(sport, ucr1, UCR1); > } > =20 > - uart_port_unlock(&sport->port); > + uart_port_unlock_irqrestore(&sport->port, flags); > } > =20 > static int imx_uart_suspend_noirq(struct device *dev)