Re: [PATCH] net: dsa: sja1105: Fix missing unlock on error in sk_buff()

2019-07-18 Thread David Miller
From: Wei Yongjun Date: Wed, 17 Jul 2019 06:29:56 + > Add the missing unlock before return from function sk_buff() > in the error handling case. > > Fixes: f3097be21bf1 ("net: dsa: sja1105: Add a state machine for RX > timestamping") > Signed-off-by: Wei Yongjun Applied.

Re: [PATCH] net: dsa: sja1105: Fix missing unlock on error in sk_buff()

2019-07-18 Thread Florian Fainelli
On 7/16/19 11:29 PM, Wei Yongjun wrote: > Add the missing unlock before return from function sk_buff() > in the error handling case. > > Fixes: f3097be21bf1 ("net: dsa: sja1105: Add a state machine for RX > timestamping") > Signed-off-by: Wei Yongjun Reviewed-by: Florian Fainelli -- Florian

Re: [PATCH] net: dsa: sja1105: Fix missing unlock on error in sk_buff()

2019-07-18 Thread Vivien Didelot
On Wed, 17 Jul 2019 06:29:56 +, Wei Yongjun wrote: > Add the missing unlock before return from function sk_buff() > in the error handling case. > > Fixes: f3097be21bf1 ("net: dsa: sja1105: Add a state machine for RX > timestamping") > Signed-off-by: Wei Yongjun Reviewed-by: Vivien Didelot

Re: [PATCH] net: dsa: sja1105: Fix missing unlock on error in sk_buff()

2019-07-17 Thread Vladimir Oltean
On Wed, 17 Jul 2019 at 09:24, Wei Yongjun wrote: > > Add the missing unlock before return from function sk_buff() > in the error handling case. > > Fixes: f3097be21bf1 ("net: dsa: sja1105: Add a state machine for RX > timestamping") > Signed-off-by: Wei Yongjun > --- Reviewed-by: Vladimir Oltea

[PATCH] net: dsa: sja1105: Fix missing unlock on error in sk_buff()

2019-07-16 Thread Wei Yongjun
Add the missing unlock before return from function sk_buff() in the error handling case. Fixes: f3097be21bf1 ("net: dsa: sja1105: Add a state machine for RX timestamping") Signed-off-by: Wei Yongjun --- net/dsa/tag_sja1105.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/dsa/tag_sja110