From: David S. Miller Date: Fri, 30 Apr 2021 22:06:34 +0000 (-0700) Subject: Merge branch 'sctp-chunk-fix' X-Git-Tag: accepted/tizen/unified/20230118.172025~7255^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c5fab809bf299d352e35808023e5c02f99d18b06;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'sctp-chunk-fix' Xin Long says: ==================== sctp: always send a chunk with the asoc that it belongs to Currently when processing a duplicate COOKIE-ECHO chunk, a new temp asoc would be created, then it creates the chunks with the new asoc. However, later on it uses the old asoc to send these chunks, which has caused quite a few issues. This patchset is to fix this and make sure that the COOKIE-ACK and SHUTDOWN chunks are created with the same asoc that will be used to send them out. v1->v2: - see Patch 3/3. ==================== Acked-by: Marcelo Ricardo Leitner Signed-off-by: David S. Miller --- c5fab809bf299d352e35808023e5c02f99d18b06