[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20180125153000.GD17457@devbig577.frc2.facebook.com>
Date: Thu, 25 Jan 2018 07:30:00 -0800
From: Tejun Heo <tj@...nel.org>
To: Jia-Ju Bai <baijiaju1990@...il.com>
Cc: mlord@...ox.com, linux-ide@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ata: sata_mv: Replace mdelay with usleep_range in
mv_reset_channel
On Thu, Jan 25, 2018 at 06:26:52PM +0800, Jia-Ju Bai wrote:
> After checking all possible call chains to mv_reset_channel here,
> my tool finds that mv_reset_channel is never called in atomic context,
> namely never in an interrupt handler or holding a spinlock.
> Thus mdelay can be replaced with usleep_range to avoid busy wait.
>
> This is found by a static analysis tool named DCNS written by myself.
>
> Signed-off-by: Jia-Ju Bai <baijiaju1990@...il.com>
Applied to libata/for-4.16.
Thanks.
--
tejun
Powered by blists - more mailing lists