From: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
To: Thomas Richard <thomas.richard@bootlin.com>
Cc: Bjorn Helgaas <helgaas@kernel.org>,
vigneshr@ti.com, s-vadapalli@ti.com, lpieralisi@kernel.org,
kw@linux.com, robh@kernel.org, bhelgaas@google.com,
theo.lebrun@bootlin.com, thomas.petazzoni@bootlin.com,
kwilczynski@kernel.org, linux-omap@vger.kernel.org,
linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, gregory.clement@bootlin.com,
u-kumar1@ti.com
Subject: Re: [PATCH] PCI: j721e: In j721e_pcie_suspend_noirq() check reset_gpio before to use it
Date: Wed, 11 Dec 2024 14:44:21 +0530 [thread overview]
Message-ID: <20241211091421.4empou7mbm35ynxq@thinkpad> (raw)
In-Reply-To: <6c7cb07c-af9e-4f69-84df-2b59a57e4182@bootlin.com>
On Wed, Dec 11, 2024 at 09:59:30AM +0100, Thomas Richard wrote:
> On 12/10/24 16:42, Bjorn Helgaas wrote:
> > On Mon, Dec 09, 2024 at 12:23:21PM +0100, Thomas Richard wrote:
> >> The reset_gpio is optional, so in j721e_pcie_suspend_noirq() check if it is
> >> not NULL before to use it.
> >
> > If you have occasion to post a v2, update subject to:
> >
> > PCI: j721e: Check reset_gpio for NULL before using it
> >
> > s/before to use it/before using it/
> >
> > Did you trip over a NULL pointer dereference here? Or maybe found via
> > inspection?
>
> By inspection
>
> >
> > It looks like gpiod_set_value_cansleep(desc) *should* be a no-op if
> > desc is NULL, based on this comment [1]:
> >
> > * This descriptor validation needs to be inserted verbatim into each
> > * function taking a descriptor, so we need to use a preprocessor
> > * macro to avoid endless duplication. If the desc is NULL it is an
> > * optional GPIO and calls should just bail out.
> >
> > and the fact that the VALIDATE_DESC_VOID() macro looks like it would
> > return early in that case.
> >
> > [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/gpio/gpiolib.c?id=v6.12#n2316
>
> Oh yes you're right.
> In fact, the if statement in probe() and resume_noirq() is for msleep(),
> not really for gpiod_set_value_cansleep().
>
> So this patch is useless.
>
Yes. Almost all of the GPIO APIs accepting desc (except few) use VALIDATE_DESC()
to check for NULL descriptor. So explicit check is not needed.
- Mani
--
மணிவண்ணன் சதாசிவம்
next prev parent reply other threads:[~2024-12-11 9:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-09 11:23 [PATCH] PCI: j721e: In j721e_pcie_suspend_noirq() check reset_gpio before to use it Thomas Richard
2024-12-09 11:26 ` Siddharth Vadapalli
2024-12-10 15:42 ` Bjorn Helgaas
2024-12-11 8:59 ` Thomas Richard
2024-12-11 9:14 ` Manivannan Sadhasivam [this message]
2024-12-11 20:24 ` Bjorn Helgaas
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=20241211091421.4empou7mbm35ynxq@thinkpad \
--to=manivannan.sadhasivam@linaro.org \
--cc=bhelgaas@google.com \
--cc=gregory.clement@bootlin.com \
--cc=helgaas@kernel.org \
--cc=kw@linux.com \
--cc=kwilczynski@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=lpieralisi@kernel.org \
--cc=robh@kernel.org \
--cc=s-vadapalli@ti.com \
--cc=theo.lebrun@bootlin.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=thomas.richard@bootlin.com \
--cc=u-kumar1@ti.com \
--cc=vigneshr@ti.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