Re: [PATCH net 0/3] sctp: fix some other sparse errors

2017-11-28 Thread David Miller
From: Xin Long Date: Sun, 26 Nov 2017 20:16:05 +0800 > After the last fixes for sparse errors, there are still three sparse > errors in sctp codes, two of them are type cast, and the other one > is using extern. Series applied.

Re: [PATCH net 0/3] sctp: fix some other sparse errors

2017-11-27 Thread Neil Horman
On Sun, Nov 26, 2017 at 08:16:05PM +0800, Xin Long wrote: > After the last fixes for sparse errors, there are still three sparse > errors in sctp codes, two of them are type cast, and the other one > is using extern. > > Xin Long (3): > sctp: force SCTP_ERROR_INV_STRM with __u32 when calling >

[PATCH net 0/3] sctp: fix some other sparse errors

2017-11-26 Thread Xin Long
After the last fixes for sparse errors, there are still three sparse errors in sctp codes, two of them are type cast, and the other one is using extern. Xin Long (3): sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail sctp: force the params with right types for sctp cs