diff for duplicates of <20181121185227.GF3601@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 411d42c..1d75350 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,7 +29,7 @@ On Wed, Nov 21, 2018 at 08:27:21AM -0500, Neil Horman wrote: > > > > + rhl_for_each_entry_rcu(transport, tmp, list, node) { > > > > + if (!sctp_transport_hold(transport)) > > > > + continue; -> > > > if (transport->asoc->ep = t->asoc->ep) { +> > > > if (transport->asoc->ep == t->asoc->ep) { > > > > + sctp_transport_put(transport); > > > > rcu_read_unlock(); > > > > return -EEXIST; diff --git a/a/content_digest b/N1/content_digest index f3af1a6..19fedef 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -4,7 +4,7 @@ "ref\020181121132721.GA11254@hmswarspite.think-freely.org\0" "From\0Marcelo Ricardo Leitner <marcelo.leitner@gmail.com>\0" "Subject\0Re: [PATCH net] sctp: hold transport before accessing its asoc in sctp_hash_transport\0" - "Date\0Wed, 21 Nov 2018 18:52:27 +0000\0" + "Date\0Wed, 21 Nov 2018 16:52:27 -0200\0" "To\0Neil Horman <nhorman@tuxdriver.com>\0" "Cc\0Xin Long <lucien.xin@gmail.com>" network dev <netdev@vger.kernel.org> @@ -43,7 +43,7 @@ "> > > > +\trhl_for_each_entry_rcu(transport, tmp, list, node) {\n" "> > > > +\t\tif (!sctp_transport_hold(transport))\n" "> > > > +\t\t\tcontinue;\n" - "> > > > \t\tif (transport->asoc->ep = t->asoc->ep) {\n" + "> > > > \t\tif (transport->asoc->ep == t->asoc->ep) {\n" "> > > > +\t\t\tsctp_transport_put(transport);\n" "> > > > \t\t\trcu_read_unlock();\n" "> > > > \t\t\treturn -EEXIST;\n" @@ -105,4 +105,4 @@ "\n" Agree. -26b29c481af04de7d55e19604c527480020965d403488d3486a2f8acb8172916 +f0d4d84e840104b5ac6c11e5b53c008afc8acfb325267fb79ad79b9c43350ce2
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.