Re: i.MX SoC Changes for v7.3

Frank Li <[email protected]> Thu, 30 Jul 2026 09:43:37 -0500
Newsgroups dev.linux.lists.soc,dev.linux.lists.imx,org.infradead.lists.linux-arm-kernel
Message-ID <amtjGe75KC1RoEvZ@SMW015318>
On Thu, Jul 30, 2026 at 12:28:53PM +0200, Arnd Bergmann wrote:
> On Wed, Jul 29, 2026, at 21:33, [email protected] wrote:
> >
> > ----------------------------------------------------------------
> > i.MX SoC Changes for v7.3
> >
> > - Fix OF/device_node reference count leaks in imx_src_init(),
> >   imx7_src_init(), and the AVIC interrupt controller driver
> > - Drop obsolete/unused declarations from `arch/arm/mach-imx/common.h`
> > - firmware: imx: scu: Refactor mailbox channel management to use a
> >   per-instance handle instead of a global one
> > - firmware: imx: sm-misc: Add NULL check for `kmalloc` return value in
> >   syslog_show
> > - soc: imx9: Add error handling for `devm_kasprintf` return value
> >
>
> Hi Frank,
>
> I pulled this and the other two branches you sent yesterday,
> the contents all look good. A few minor points:
>
> - The [email protected] and [email protected] addresses both forward
>   to [email protected] these days, so just use that one
>   directly.
>
> - please split the arch/arm/ code changes from the drivers/*
>   branches, since we have separate branches for upstream as well.
>   The changes here were fairly small, so I'm not asking you
>   to resend them for that here.
>
> - It looks like the automated patchwork bot messages again did
>   not work here. The git://git.kernel.org URLs failed to work
>   recently and I added a .gitconfig insteadOf rule for it, which
>   I think makes the pwbot fail to match the URL and not run
>   its maintenance scripts that update patchwork and send the
>   email. I've removed the rule again as both now work, but
>   you might want to send https:// URLs instead of git://

I will update my script to fix these.

Frank
>
>      Arnd