Re: [PATCH net 0/3] sctp: process the error returned from sctp_sock_migrate()

2019-03-08 Thread David Miller
From: Marcelo Ricardo Leitner Date: Fri, 8 Mar 2019 14:00:03 -0300 > On Sun, Mar 03, 2019 at 05:54:52PM +0800, Xin Long wrote: >> This patchset is to process the errs returned by sctp_auth_init_hmacs() >> and sctp_bind_addr_dup() from sctp_sock_migrate(). And also fix a panic >> caused by new ep-

Re: [PATCH net 0/3] sctp: process the error returned from sctp_sock_migrate()

2019-03-08 Thread Marcelo Ricardo Leitner
On Sun, Mar 03, 2019 at 05:54:52PM +0800, Xin Long wrote: > This patchset is to process the errs returned by sctp_auth_init_hmacs() > and sctp_bind_addr_dup() from sctp_sock_migrate(). And also fix a panic > caused by new ep->auth_hmacs was not set due to net->sctp.auth_enable > changed by sysctl b

Re: [PATCH net 0/3] sctp: process the error returned from sctp_sock_migrate()

2019-03-07 Thread Marcelo Ricardo Leitner
On Mon, Mar 04, 2019 at 11:04:46AM -0800, David Miller wrote: > From: Xin Long > Date: Sun, 3 Mar 2019 17:54:52 +0800 > > > This patchset is to process the errs returned by sctp_auth_init_hmacs() > > and sctp_bind_addr_dup() from sctp_sock_migrate(). And also fix a panic > > caused by new ep->au

Re: [PATCH net 0/3] sctp: process the error returned from sctp_sock_migrate()

2019-03-07 Thread Neil Horman
On Sun, Mar 03, 2019 at 05:54:52PM +0800, Xin Long wrote: > This patchset is to process the errs returned by sctp_auth_init_hmacs() > and sctp_bind_addr_dup() from sctp_sock_migrate(). And also fix a panic > caused by new ep->auth_hmacs was not set due to net->sctp.auth_enable > changed by sysctl b

Re: [PATCH net 0/3] sctp: process the error returned from sctp_sock_migrate()

2019-03-04 Thread David Miller
From: Xin Long Date: Sun, 3 Mar 2019 17:54:52 +0800 > This patchset is to process the errs returned by sctp_auth_init_hmacs() > and sctp_bind_addr_dup() from sctp_sock_migrate(). And also fix a panic > caused by new ep->auth_hmacs was not set due to net->sctp.auth_enable > changed by sysctl befo

[PATCH net 0/3] sctp: process the error returned from sctp_sock_migrate()

2019-03-03 Thread Xin Long
This patchset is to process the errs returned by sctp_auth_init_hmacs() and sctp_bind_addr_dup() from sctp_sock_migrate(). And also fix a panic caused by new ep->auth_hmacs was not set due to net->sctp.auth_enable changed by sysctl before accepting an assoc. Xin Long (3): sctp: sctp_sock_migrate