Re: [PATCH net-next 20/27] sctp: add rfc6525 section 5.2.2

2017-01-01 Thread Xin Long
On Sun, Jan 1, 2017 at 8:02 PM, kbuild test robot wrote: > Hi Xin, > > [auto build test WARNING on net-next/master] > > url: > https://github.com/0day-ci/linux/commits/Xin-Long/sctp-implement-rfc6525-sctp-stream-reconf/20170101-192844 > config: x86_64-randconfig-x015-201701 (attached as .confi

Re: [PATCH net-next 20/27] sctp: add rfc6525 section 5.2.2

2017-01-01 Thread kbuild test robot
Hi Xin, [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Xin-Long/sctp-implement-rfc6525-sctp-stream-reconf/20170101-192844 config: x86_64-randconfig-x015-201701 (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce:

[PATCH net-next 20/27] sctp: add rfc6525 section 5.2.2

2017-01-01 Thread Xin Long
This patch is to implement Receiver-Side Procedures for the Outgoing SSN Reset Request Parameter described in section 5.2.2. Note that some checks must be after request_seq check, as even those checks fail, strreset_inseq still has to be increase by 1. Signed-off-by: Xin Long --- include/net/sc