Re: Query on possible bug in the can_create_echo_skb() API

2019-08-28 Thread Marc Kleine-Budde
On 8/28/19 1:02 PM, Srinivas Neeli wrote: > Case 1: > can_put_echo_skb(); -> skb = can_create_echo_skb(skb); -> return skb; > > In can_create_echo_skb() not using the shared_skb, so we are returning the > old skb. > Storing the return value in "skb". But it's a pointer, for storing that need > d

RE: Query on possible bug in the can_create_echo_skb() API

2019-08-28 Thread Srinivas Neeli
d a patch. Thanks Srinivas Neeli > -Original Message- > From: Marc Kleine-Budde > Sent: Wednesday, August 28, 2019 1:03 AM > To: Srinivas Neeli ; w...@grandegger.com > Cc: Srinivas Goud ; Naga Sureshkumar Relli > ; Appana Durga Kedareswara Rao > ; linux-...@vger.kernel.o