lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20231219001248.9294-1-kuniyu@amazon.com> Date: Tue, 19 Dec 2023 09:12:48 +0900 From: Kuniyuki Iwashima <kuniyu@...zon.com> To: <kuba@...nel.org> CC: <davem@...emloft.net>, <dsahern@...nel.org>, <edumazet@...gle.com>, <kuni1840@...il.com>, <kuniyu@...zon.com>, <netdev@...r.kernel.org>, <pabeni@...hat.com> Subject: Re: [PATCH v2 net-next 00/12] tcp: Refactor bhash2 and remove sk_bind2_node. From: Jakub Kicinski <kuba@...nel.org> Date: Mon, 18 Dec 2023 16:01:21 -0800 > On Wed, 13 Dec 2023 17:20:17 +0900 Kuniyuki Iwashima wrote: > > This series refactors code around bhash2 and remove some bhash2-specific > > fields; sock.sk_bind2_node, and inet_timewait_sock.tw_bind2_node. > > > > patch 1 : optimise bind() for non-wildcard v4-mapped-v6 address > > patch 2 - 4 : optimise bind() conflict tests > > patch 5 - 12 : Link bhash2 to bhash and unlink sk from bhash2 to > > remove sk_bind2_node > > > > The patch 8 will trigger a false-positive error by checkpatch. > > > > After this series, bhash is a wrapper of bhash2: > > > > tb > > `-> tb2 -> tb2 -> ... > > `-> sk -> sk -> sk .... > > Someone marked this series as Deferred in patchwork, could you repost? Sure, will repost v3 with Eric's tags for patch 1 & 3. Thanks!
Powered by blists - more mailing lists