[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <132EC4A3-4397-4124-B736-0C3057B63B26@gmail.com>
Date: Wed, 13 Apr 2022 10:18:28 +0200
From: Jakob Koschel <jakobkoschel@...il.com>
To: Jakub Kicinski <kuba@...nel.org>
Cc: "David S. Miller" <davem@...emloft.net>,
Paolo Abeni <pabeni@...hat.com>, Andrew Lunn <andrew@...n.ch>,
Vivien Didelot <vivien.didelot@...il.com>,
Florian Fainelli <f.fainelli@...il.com>,
Vladimir Oltean <olteanv@...il.com>,
Lars Povlsen <lars.povlsen@...rochip.com>,
Steen Hegelund <Steen.Hegelund@...rochip.com>,
UNGLinuxDriver@...rochip.com, Ariel Elior <aelior@...vell.com>,
Manish Chopra <manishc@...vell.com>,
Edward Cree <ecree.xilinx@...il.com>,
Martin Habets <habetsm.xilinx@...il.com>,
Michael Ellerman <mpe@...erman.id.au>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Paul Mackerras <paulus@...ba.org>,
Jiri Pirko <jiri@...nulli.us>,
Alexei Starovoitov <ast@...nel.org>,
Daniel Borkmann <daniel@...earbox.net>,
Andrii Nakryiko <andrii@...nel.org>,
Martin KaFai Lau <kafai@...com>,
Song Liu <songliubraving@...com>, Yonghong Song <yhs@...com>,
John Fastabend <john.fastabend@...il.com>,
KP Singh <kpsingh@...nel.org>,
Casper Andersson <casper.casan@...il.com>,
Bjarni Jonasson <bjarni.jonasson@...rochip.com>,
Christophe JAILLET <christophe.jaillet@...adoo.fr>,
Michael Walle <michael@...le.cc>,
Jason Gunthorpe <jgg@...pe.ca>,
Colin Ian King <colin.king@...el.com>,
Arnd Bergmann <arnd@...db.de>,
Eric Dumazet <edumazet@...gle.com>,
Di Zhu <zhudi21@...wei.com>, Xu Wang <vulab@...as.ac.cn>,
Netdev <netdev@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>,
Linux ARM <linux-arm-kernel@...ts.infradead.org>,
linuxppc-dev <linuxppc-dev@...ts.ozlabs.org>,
bpf@...r.kernel.org, Mike Rapoport <rppt@...nel.org>,
Brian Johannesmeyer <bjohannesmeyer@...il.com>,
Cristiano Giuffrida <c.giuffrida@...nl>,
"Bos, H.J." <h.j.bos@...nl>
Subject: Re: [PATCH net-next v3 14/18] sfc: Remove usage of list iterator for
list_add() after the loop body
> On 12. Apr 2022, at 23:29, Jakub Kicinski <kuba@...nel.org> wrote:
>
> On Tue, 12 Apr 2022 14:15:53 +0200 Jakob Koschel wrote:
>> - struct list_head *head = &efx->rss_context.list;
>> + struct list_head *head = *pos = &efx->rss_context.list;
>
> ENOTBUILT, please wait with the reposting. Since you posted two
> versions today I guess that's 2x 24h? :)
oh gosh, seems like I indeed forgot to build this commit.
Sorry about all the mess :( Also I'll wait with reposting (not
going to make the same mistake twice ;)).
I messed up three times yesterday, was really not on a high.
I'll be more careful in the future to not the the same kind of
mistakes again :/
Powered by blists - more mailing lists