From: David S. Miller Date: Fri, 12 Apr 2019 04:33:37 +0000 (-0700) Subject: Merge branch 'sctp-skb-list' X-Git-Tag: microblaze-v5.4-rc1~787^2~190 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=8af9f7291e22d165ea630856da4171a9d5a6ced3;p=linux-2.6-microblaze.git 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 --- 8af9f7291e22d165ea630856da4171a9d5a6ced3