mbox series

[5.10.y-cip,0/2] Fix RZ/{G2L,V2M} pinctrl NULL pointer dereference

Message ID 20230829135148.173386-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series Fix RZ/{G2L,V2M} pinctrl NULL pointer dereference | expand

Message

Biju Das Aug. 29, 2023, 1:51 p.m. UTC
This patch series aims to fix RZ/{G2L,V2M} pinctrl NULL pointer
dereference
 
All the patches are cherry-picked from the mainline.

This patch is not required for 6.1.y as it will be applied in
stable.

Biju Das (2):
  pinctrl: renesas: rzg2l: Fix NULL pointer dereference in
    rzg2l_dt_subnode_to_map()
  pinctrl: renesas: rzv2m: Fix NULL pointer dereference in
    rzv2m_dt_subnode_to_map()

 drivers/pinctrl/renesas/pinctrl-rzg2l.c | 13 +++++++++++--
 drivers/pinctrl/renesas/pinctrl-rzv2m.c | 13 +++++++++++--
 2 files changed, 22 insertions(+), 4 deletions(-)

Comments

Pavel Machek Aug. 29, 2023, 8:33 p.m. UTC | #1
Hi!

> This patch series aims to fix RZ/{G2L,V2M} pinctrl NULL pointer
> dereference
>  
> All the patches are cherry-picked from the mainline.
> 
> This patch is not required for 6.1.y as it will be applied in
> stable.

Ok, looks good to me, I can apply it if there are no other comments
and if it passes testing.

Best regards,
								Pavel
Nobuhiro Iwamatsu Aug. 30, 2023, 6:21 a.m. UTC | #2
Hi all,

> -----Original Message-----
> From: Pavel Machek <pavel@denx.de>
> Sent: Wednesday, August 30, 2023 5:33 AM
> To: Biju Das <biju.das.jz@bp.renesas.com>
> Cc: cip-dev@lists.cip-project.org; iwamatsu nobuhiro(岩松 信洋 ○DITC□
> DIT○OST) <nobuhiro1.iwamatsu@toshiba.co.jp>; Pavel Machek
> <pavel@denx.de>; Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> Subject: Re: [PATCH 5.10.y-cip 0/2] Fix RZ/{G2L,V2M} pinctrl NULL pointer
> dereference
> 
> Hi!
> 
> > This patch series aims to fix RZ/{G2L,V2M} pinctrl NULL pointer
> > dereference
> >
> > All the patches are cherry-picked from the mainline.
> >
> > This patch is not required for 6.1.y as it will be applied in stable.
> 
> Ok, looks good to me, I can apply it if there are no other comments and if it
> passes testing.

I reviewed this series, LGTM. I applied this to linux-5.10.y-cip. 

Best regards,
  Nobuhiro