lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 27 Apr 2022 11:39:08 +0800
From:   Wan Jiabing <wanjiabing@...o.com>
To:     Peng Fan <peng.fan@....com>
Cc:     Jassi Brar <jassisinghbrar@...il.com>,
        Shawn Guo <shawnguo@...nel.org>,
        Sascha Hauer <s.hauer@...gutronix.de>,
        Pengutronix Kernel Team <kernel@...gutronix.de>,
        Fabio Estevam <festevam@...il.com>,
        dl-linux-imx <linux-imx@....com>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        "linux-arm-kernel@...ts.infradead.org" 
        <linux-arm-kernel@...ts.infradead.org>,
        "kael_w@...com" <kael_w@...com>
Subject: Re: [PATCH] mailbox: imx: Fix duplicate field initialization in imx

On Wed, Mar 16, 2022 at 02:03:49AM +0000, Peng Fan wrote:
> > Subject: [PATCH] mailbox: imx: Fix duplicate field initialization in imx
> > 
> > Fix the following coccicheck warning:
> > ./drivers/mailbox/imx-mailbox.c:884:51-52: rxdb: first occurrence line 887,
> > second occurrence line 889
> > 
> > Fixes: 315d2e562418 ("mailbox: imx: introduce rxdb callback")
> > Signed-off-by: Wan Jiabing <wanjiabing@...o.com>
> 
> Reviewed-by: Peng Fan <peng.fan@....com>
> 
> > ---
> >  drivers/mailbox/imx-mailbox.c | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/drivers/mailbox/imx-mailbox.c b/drivers/mailbox/imx-mailbox.c
> > index e88f544a1548..df8a785be324 100644
> > --- a/drivers/mailbox/imx-mailbox.c
> > +++ b/drivers/mailbox/imx-mailbox.c
> > @@ -886,7 +886,6 @@ static const struct imx_mu_dcfg imx_mu_cfg_imx8ulp
> > = {
> >  	.rx	= imx_mu_generic_rx,
> >  	.rxdb	= imx_mu_generic_rxdb,
> >  	.init	= imx_mu_init_generic,
> > -	.rxdb	= imx_mu_generic_rxdb,
> >  	.type	= IMX_MU_V2,
> >  	.xTR	= 0x200,
> >  	.xRR	= 0x280,
> > --
> > 2.35.1
> 

Hi, all

I notice the status of this patch hasn't been updated for
a long time.

Could someone pick it up to avoid warning again?

[0] https://lore.kernel.org/all/20220403145304.685443-1-trix@redhat.com/

Thanks,
Wan Jiabing 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ