[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CA+h21hq3cgg7k0=3U=dgXUCkPo+F_U9TJ=1FdkbBNcg3j_Gv=Q@mail.gmail.com>
Date: Wed, 17 Jul 2019 21:00:41 +0300
From: Vladimir Oltean <olteanv@...il.com>
To: YueHaibing <yuehaibing@...wei.com>
Cc: Andrew Lunn <andrew@...n.ch>,
Vivien Didelot <vivien.didelot@...il.com>,
Florian Fainelli <f.fainelli@...il.com>,
"David S. Miller" <davem@...emloft.net>,
lkml <linux-kernel@...r.kernel.org>,
netdev <netdev@...r.kernel.org>
Subject: Re: [PATCH] net: dsa: sja1105: Add missing spin_unlock
On Wed, 17 Jul 2019 at 17:12, YueHaibing <yuehaibing@...wei.com> wrote:
>
> It should call spin_unlock() before return NULL.
> Detected by Coccinelle.
>
> Reported-by: Hulk Robot <hulkci@...wei.com>
> Fixes: f3097be21bf1 net: ("dsa: sja1105: Add a state machine for RX timestamping")
> Signed-off-by: YueHaibing <yuehaibing@...wei.com>
> ---
Hi Yue,
Thanks for the patch. Wei Yongjun submitted an identical one a few
hours before yours: https://patchwork.ozlabs.org/patch/1133135/
Let's go with that version this time.
> net/dsa/tag_sja1105.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/net/dsa/tag_sja1105.c b/net/dsa/tag_sja1105.c
> index 1d96c9d..26363d7 100644
> --- a/net/dsa/tag_sja1105.c
> +++ b/net/dsa/tag_sja1105.c
> @@ -216,6 +216,7 @@ static struct sk_buff
> if (!skb) {
> dev_err_ratelimited(dp->ds->dev,
> "Failed to copy stampable skb\n");
> + spin_unlock(&sp->data->meta_lock);
> return NULL;
> }
> sja1105_transfer_meta(skb, meta);
> --
> 2.7.4
>
>
Regards,
-Vladimir
Powered by blists - more mailing lists