]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sctp-skb-list'
authorDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2019 04:33:37 +0000 (21:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 12 Apr 2019 04:33:37 +0000 (21:33 -0700)
commitaac6d83975578ab97b1bfe2a870c3b69e9edcf11
tree0b4e504f19d268f8003d58a82b9cbbf249d36d1d
parentbe49bc04b411bbf8dd2ac0d9cf81d23a20ec0c62
parent34d74203403f94d6afb656e32d1532bb1b1be9b9
Merge branch 'sctp-skb-list'

David Miller says:

====================
SCTP: Event skb list overhaul.

This patch series eliminates the explicit reference to the skb list
implementation via skb->prev dereferences.

The approach used is to pass a non-empty skb list around instead of an
event skb object which may or may not be on a list.

I'd like to thank Marcelo Leitner, Xin Long, and Neil Horman for
reviewing previous versions of this series.

Testing would be very much appreciated, in addition to the review of
course.

v4 --> v5: Rebase to net-next

v3 --> v4: Fix the logic in patch #4 so that we don't miss cases
           where we should add event to the on-stack temp list.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>