diff for duplicates of <20181121004625.GC3601@localhost.localdomain> diff --git a/a/1.txt b/N1/1.txt index 6a18503..5005574 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -27,7 +27,7 @@ On Tue, Nov 20, 2018 at 07:52:48AM -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 fb62de1..c494b5e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,7 @@ "ref\020181120125248.GA20562@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 00:46:26 +0000\0" + "Date\0Tue, 20 Nov 2018 22:46:26 -0200\0" "To\0Neil Horman <nhorman@tuxdriver.com>\0" "Cc\0Xin Long <lucien.xin@gmail.com>" network dev <netdev@vger.kernel.org> @@ -39,7 +39,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" @@ -87,4 +87,4 @@ "\n" Marcelo -862048ec92dd7149de35a903c7c68b0c35e8b982557a55efeeffb903a5d30dc0 +751133abc50cf3e51dc48e0af39c0c5fc345b1ee3c30b83e78f42ca11fe29d41
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.