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 before accepting an assoc. > > Xin Long (3): > sctp: sctp_sock_migrate() returns error if sctp_bind_addr_dup() fails > sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init() > sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate() > > net/sctp/auth.c | 6 ------ > net/sctp/endpointola.c | 18 ++++++++++-------- > net/sctp/socket.c | 44 ++++++++++++++++++++++++++++++++++---------- > 3 files changed, 44 insertions(+), 24 deletions(-) > > -- > 2.1.0 > > Series Acked-by: Neil Horman <nhor...@tuxdriver.com>
- Re: [PATCH net 3/3] sctp: call sctp_a... Neil Horman
- Re: [PATCH net 2/3] sctp: move up sctp_au... Neil Horman
- Re: [PATCH net 1/3] sctp: sctp_sock_migrate()... Neil Horman
- Re: [PATCH net 1/3] sctp: sctp_sock_migra... Xin Long
- Re: [PATCH net 1/3] sctp: sctp_sock_m... Neil Horman
- Re: [PATCH net 1/3] sctp: sctp_sock_migrate()... Marcelo Ricardo Leitner
- Re: [PATCH net 1/3] sctp: sctp_sock_migra... Xin Long
- Re: [PATCH net 1/3] sctp: sctp_sock_m... Marcelo Ricardo Leitner
- Re: [PATCH net 0/3] sctp: process the error return... David Miller
- Re: [PATCH net 0/3] sctp: process the error r... Marcelo Ricardo Leitner
- Re: [PATCH net 0/3] sctp: process the error return... Neil Horman
- Re: [PATCH net 0/3] sctp: process the error return... Marcelo Ricardo Leitner
- Re: [PATCH net 0/3] sctp: process the error r... David Miller