Re: [PATCH] can: flexcan: free error skb if enqueueing failed

2019-10-10 Thread Marc Kleine-Budde
On 7/15/19 8:53 PM, Martin Hundebøll wrote: > If the call to can_rx_offload_queue_sorted() fails, the passed skb isn't > consumed, so the caller must do so. > > Fixes: 30164759db1b ("can: flexcan: make use of rx-offload's > irq_offload_fifo") > Signed-off-by: Martin Hundebøll I've fixed the pro

Re: [PATCH] can: flexcan: free error skb if enqueueing failed

2019-09-13 Thread Sean Nyekjaer
On 01/08/2019 09.59, Martin Hundebøll wrote: On 15/07/2019 20.53, Martin Hundebøll wrote: If the call to can_rx_offload_queue_sorted() fails, the passed skb isn't consumed, so the caller must do so. Fixes: 30164759db1b ("can: flexcan: make use of rx-offload's irq_offload_fifo") Signed-off-

RE: [PATCH] can: flexcan: free error skb if enqueueing failed

2019-08-20 Thread Joakim Zhang
> -Original Message- > From: Sean Nyekjaer > Sent: 2019年8月20日 17:50 > To: Martin Hundebøll ; Wolfgang Grandegger > ; Marc Kleine-Budde ; > linux-...@vger.kernel.org > Cc: David S . Miller ; netdev@vger.kernel.org; Joakim > Zhang > Subject: Re: [PATCH] can:

Re: [PATCH] can: flexcan: free error skb if enqueueing failed

2019-08-20 Thread Sean Nyekjaer
CC'ing Joakim Zhang On 15/07/2019 20.53, Martin Hundebøll wrote: If the call to can_rx_offload_queue_sorted() fails, the passed skb isn't consumed, so the caller must do so. Fixes: 30164759db1b ("can: flexcan: make use of rx-offload's irq_offload_fifo") Signed-off-by: Martin Hundebøll --- dr

Re: [PATCH] can: flexcan: free error skb if enqueueing failed

2019-08-01 Thread Martin Hundebøll
On 15/07/2019 20.53, Martin Hundebøll wrote: If the call to can_rx_offload_queue_sorted() fails, the passed skb isn't consumed, so the caller must do so. Fixes: 30164759db1b ("can: flexcan: make use of rx-offload's irq_offload_fifo") Signed-off-by: Martin Hundebøll Ping.

[PATCH] can: flexcan: free error skb if enqueueing failed

2019-07-15 Thread Martin Hundebøll
If the call to can_rx_offload_queue_sorted() fails, the passed skb isn't consumed, so the caller must do so. Fixes: 30164759db1b ("can: flexcan: make use of rx-offload's irq_offload_fifo") Signed-off-by: Martin Hundebøll --- drivers/net/can/flexcan.c | 6 -- 1 file changed, 4 insertions(+),