From: Eric Schwarz <eas@sw-optimization.com>
To: Chengfeng Ye <dg573847474@gmail.com>
Cc: Christophe JAILLET <christophe.jaillet@wanadoo.fr>,
vkoul@kernel.org, Yunbo Yu <yuyunbo519@gmail.com>,
dmaengine@vger.kernel.org, linux-kernel@vger.kernel.org,
Logan Gunthorpe <logang@deltatee.com>
Subject: Re: [PATCH] dmaengine: plx_dma: Fix potential deadlock on &plxdev->ring_lock
Date: Thu, 27 Jul 2023 11:45:42 +0200 [thread overview]
Message-ID: <46ceea13-c8ba-8d67-604e-b761feabc50c@sw-optimization.com> (raw)
In-Reply-To: <CAAo+4rW_rTsY=TpxZwO8yHB5gFkRKyTvy6kQ-eeiY0vg4+fuYg@mail.gmail.com>
Hello,
Am 27.07.2023 um 08:48 schrieb Chengfeng Ye:
> Hi Logan and Christophe,
>
> Thanks much for the reply and reminder, and yes, spin_lock_bh() should
> be better.
>
> When I wrote the patch I thought the spin_lock_bh() cannot be nested,
> and afraid that if some outside callers called .dma_tx_status() callback
> with softirq already disable, then spin_unlock_bh() would unintentionally
> re-enable softirq(). spin_lock_irqsave() is always safer in general thus I
> used it.
>
> But I just check the document [1] about these API and found that _bh()
> can be nested. Then use spin_lock_bh() should be better due to
> performance concern.
>
>
>> So perhaps we should just revert 1d05a0bdb420?
> Then for this one I think revert 1d05a0bdb420 should be enough. May I
> ask to revert that patch, should I do anything further? (like sending
> a new patch).
>
>> as explained in another reply [1], would spin_lock_bh() be enough in
>> such a case?
> For the another one [2], I would send a v2 patch to change to spin_lock_bh()
>
> [1] http://books.gigatux.nl/mirror/kerneldevelopment/0672327201/ch07lev1sec6.html
> [2] https://lore.kernel.org/all/5125e39b-0faf-63fc-0c51-982b2a567e21@wanadoo.fr/
For uniformity reason across drivers and also that not something else
gets missed please compare your requirements and solution to the
implementation of the "altera-msgdma" driver (altera-msgdma.c).
W/ special emphasis on commit edf10919e5fc ("dmaengine: altera: fix
spinlock usage")
spin_lock_bh was changed to spin_lock_irqsave w/ this patch.
Cheers
Eric
next prev parent reply other threads:[~2023-07-27 10:26 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-26 10:48 [PATCH] dmaengine: plx_dma: Fix potential deadlock on &plxdev->ring_lock Chengfeng Ye
2023-07-26 10:58 ` Chengfeng Ye
2023-07-26 15:57 ` Logan Gunthorpe
2023-07-26 21:00 ` Christophe JAILLET
2023-07-26 21:10 ` Logan Gunthorpe
2023-07-27 6:48 ` Chengfeng Ye
2023-07-27 9:45 ` Eric Schwarz [this message]
2023-07-27 14:34 ` Chengfeng Ye
2023-07-27 15:31 ` Logan Gunthorpe
2023-07-29 18:01 ` Chengfeng Ye
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=46ceea13-c8ba-8d67-604e-b761feabc50c@sw-optimization.com \
--to=eas@sw-optimization.com \
--cc=christophe.jaillet@wanadoo.fr \
--cc=dg573847474@gmail.com \
--cc=dmaengine@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=logang@deltatee.com \
--cc=vkoul@kernel.org \
--cc=yuyunbo519@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox