diff for duplicates of <20170324235105.GI23553@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 3829012..2074c64 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -35,10 +35,10 @@ On Tue, Mar 21, 2017 at 01:44:32PM +0800, Xin Long wrote: > >> --- a/net/sctp/sm_statefuns.c > >> +++ b/net/sctp/sm_statefuns.c > >> @@ -3872,6 +3872,9 @@ sctp_disposition_t sctp_sf_do_reconf(struct net *net, -> >> else if (param.p->type = SCTP_PARAM_RESET_IN_REQUEST) +> >> else if (param.p->type == SCTP_PARAM_RESET_IN_REQUEST) > >> reply = sctp_process_strreset_inreq( > >> (struct sctp_association *)asoc, param, &ev); -> >> + else if (param.p->type = SCTP_PARAM_RESET_TSN_REQUEST) +> >> + else if (param.p->type == SCTP_PARAM_RESET_TSN_REQUEST) > >> + reply = sctp_process_strreset_tsnreq( > >> + (struct sctp_association *)asoc, param, &ev); > >> /* More handles for other types will be added here, by now it @@ -69,7 +69,7 @@ On Tue, Mar 21, 2017 at 01:44:32PM +0800, Xin Long wrote: > >> + if (request_seq > asoc->strreset_inseq) { > >> + result = SCTP_STRRESET_ERR_BAD_SEQNO; > >> + goto out; -> >> + } else if (request_seq = asoc->strreset_inseq) { +> >> + } else if (request_seq == asoc->strreset_inseq) { > >> + asoc->strreset_inseq++; > >> + } > > diff --git a/a/content_digest b/N1/content_digest index 5cdf8ef..af55121 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,8 +3,8 @@ "ref\020170320180457.GD23553@localhost.localdomain\0" "ref\0CADvbK_cqZDTDg8xOAwSqdq+L8G85uDyeSoeqfP6PBAbzhZUOhA@mail.gmail.com\0" "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0" - "Subject\0Re: [PATCHv2 net-next 2/7] sctp: implement receiver-side procedures for the SSN/TSN Reset Request Pa\0" - "Date\0Fri, 24 Mar 2017 23:52:16 +0000\0" + "Subject\0Re: [PATCHv2 net-next 2/7] sctp: implement receiver-side procedures for the SSN/TSN Reset Request Parameter\0" + "Date\0Fri, 24 Mar 2017 20:52:16 -0300\0" "To\0Xin Long <lucien.xin@gmail.com>\0" "Cc\0network dev <netdev@vger.kernel.org>" linux-sctp@vger.kernel.org @@ -50,10 +50,10 @@ "> >> --- a/net/sctp/sm_statefuns.c\n" "> >> +++ b/net/sctp/sm_statefuns.c\n" "> >> @@ -3872,6 +3872,9 @@ sctp_disposition_t sctp_sf_do_reconf(struct net *net,\n" - "> >> else if (param.p->type = SCTP_PARAM_RESET_IN_REQUEST)\n" + "> >> else if (param.p->type == SCTP_PARAM_RESET_IN_REQUEST)\n" "> >> reply = sctp_process_strreset_inreq(\n" "> >> (struct sctp_association *)asoc, param, &ev);\n" - "> >> + else if (param.p->type = SCTP_PARAM_RESET_TSN_REQUEST)\n" + "> >> + else if (param.p->type == SCTP_PARAM_RESET_TSN_REQUEST)\n" "> >> + reply = sctp_process_strreset_tsnreq(\n" "> >> + (struct sctp_association *)asoc, param, &ev);\n" "> >> /* More handles for other types will be added here, by now it\n" @@ -84,7 +84,7 @@ "> >> + if (request_seq > asoc->strreset_inseq) {\n" "> >> + result = SCTP_STRRESET_ERR_BAD_SEQNO;\n" "> >> + goto out;\n" - "> >> + } else if (request_seq = asoc->strreset_inseq) {\n" + "> >> + } else if (request_seq == asoc->strreset_inseq) {\n" "> >> + asoc->strreset_inseq++;\n" "> >> + }\n" "> >\n" @@ -187,4 +187,4 @@ "> More majordomo info at http://vger.kernel.org/majordomo-info.html\n" > -84723477d0de296ef1ce22e8e8e122b173700477e24e19ee06557dd738306772 +ec2709d7a72988f71eaa33c57463694ffd3aa96aa964f17bab96ff21969aace4
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.