Thread (4 messages) flat view 4 messages, 4 authors, 2016-08-08

Re: [PATCH net] sctp: use event->chunk when it's valid

From: David Miller <davem@davemloft.net>
Date: 2016-08-08 21:34:04
Also in: linux-sctp

From: Xin Long <lucien.xin@gmail.com>
Date: Sun,  7 Aug 2016 14:15:13 +0800
Commit 52253db924d1 ("sctp: also point GSO head_skb to the sk when
it's available") used event->chunk->head_skb to get the head_skb in
sctp_ulpevent_set_owner().

But at that moment, the event->chunk was NULL, as it cloned the skb
in sctp_ulpevent_make_rcvmsg(). Therefore, that patch didn't really
work.

This patch is to move the event->chunk initialization before calling
sctp_ulpevent_receive_data() so that it uses event->chunk when it's
valid.

Fixes: 52253db924d1 ("sctp: also point GSO head_skb to the sk when it's available")
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Applied, thank you.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help