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: <748ce7b4-d4e9-ef2a-3d05-6cbfb4085e2b@kernel.org> Date: Wed, 15 Feb 2023 23:06:12 -0700 From: David Ahern <dsahern@...nel.org> To: Andrea Mayer <andrea.mayer@...roma2.it>, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Shuah Khan <shuah@...nel.org>, linux-kernel@...r.kernel.org, netdev@...r.kernel.org, linux-kselftest@...r.kernel.org Cc: Stefano Salsano <stefano.salsano@...roma2.it>, Paolo Lungaroni <paolo.lungaroni@...roma2.it>, Ahmed Abdelsalam <ahabdels.dev@...il.com> Subject: Re: [net-next 1/3] seg6: factor out End lookup nexthop processing to a dedicated function On 2/15/23 6:46 AM, Andrea Mayer wrote: > The End nexthop lookup/input operations are moved into a new helper > function named input_action_end_finish(). This avoids duplicating the > code needed to compute the nexthop in the different flavors of the End > behavior. > > Signed-off-by: Andrea Mayer <andrea.mayer@...roma2.it> > --- > net/ipv6/seg6_local.c | 16 ++++++++++------ > 1 file changed, 10 insertions(+), 6 deletions(-) > Reviewed-by: David Ahern <dsahern@...nel.org>
Powered by blists - more mailing lists