From: Qasim Ijaz <qasdev00@gmail.com>
To: Alexandre Belloni <alexandre.belloni@bootlin.com>
Cc: miquel.raynal@bootlin.com, Frank.Li@nxp.com,
alexandre.belloni@bootlin.com, linux-i3c@lists.infradead.org,
imx@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 1/1] i3c: master: svc: Fix i3c_master_get_free_addr return check
Date: Tue, 18 Mar 2025 14:51:49 +0000 [thread overview]
Message-ID: <Z9mIUc6Ln59umJtT@qasdev.system> (raw)
In-Reply-To: <174225158210.1593610.10018812780731849409.b4-ty@bootlin.com>
On Mon, Mar 17, 2025 at 11:46:29PM +0100, Alexandre Belloni wrote:
> On Mon, 10 Mar 2025 10:33:04 +0800, Stanley Chu wrote:
> > The return value of i3c_master_get_free_addr is assigned to a variable
> > with wrong type, so it can't be negative. Use a signed integer for the
> > return value. If the value is negative, break the process and propagate
> > the error code.
> >
> > This commit also fixes the uninitialized symbol 'dyn_addr', reported
> > by Smatch static checker.
> >
> > [...]
>
> Applied, thanks!
>
> [1/1] i3c: master: svc: Fix i3c_master_get_free_addr return check
> https://git.kernel.org/abelloni/c/d6cb667b8e15
>
> Best regards,
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
Hi Alexandre,
I sent a fix for this issue on the 9th March, which is before the patch
Stanley sent which was sent on the 10th March.
You can view my orignal patch here:
https://lore.kernel.org/all/20250309164314.15039-1-qasdev00@gmail.com/
Thanks
Qasim
>
> --
> linux-i3c mailing list
> linux-i3c@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-i3c
--
linux-i3c mailing list
linux-i3c@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-i3c
next prev parent reply other threads:[~2025-03-18 15:51 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-10 2:33 [PATCH v1 1/1] i3c: master: svc: Fix i3c_master_get_free_addr return check Stanley Chu
2025-03-10 14:34 ` Frank Li
2025-03-17 22:46 ` Alexandre Belloni
2025-03-18 14:51 ` Qasim Ijaz [this message]
2025-03-18 15:58 ` Alexandre Belloni
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=Z9mIUc6Ln59umJtT@qasdev.system \
--to=qasdev00@gmail.com \
--cc=Frank.Li@nxp.com \
--cc=alexandre.belloni@bootlin.com \
--cc=imx@lists.linux.dev \
--cc=linux-i3c@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=miquel.raynal@bootlin.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;
as well as URLs for NNTP newsgroup(s).