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
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 24 Apr 2019 12:26:22 +0200
From:   Steffen Klassert <steffen.klassert@...unet.com>
To:     Florian Westphal <fw@...len.de>
CC:     <netdev@...r.kernel.org>
Subject: Re: [PATCH ipsec-next 0/3] xfrm: remove three xfrm_afinfo_policy
 indirections

On Tue, Apr 16, 2019 at 04:44:36PM +0200, Florian Westphal wrote:
> This series removes three indirections from xfrm_afinfo_policy by
> folding them into their callers.
> 
> 1. Tos is a one-liner only needed by ipv4
> 2. init_path is also small and only needed by ipv6
> 3. decode_session has no dependencies on ipv6 or ipv4,
>    fold it.
> 
> The remaining indirections are necessary in the CONFIG_IPV6=m
> case.  Its possible to fold only the ipv4 part and handle ipv6
> based on CONFIG_IPV6_{MODULE,BUILTIN} but that increases
> complexity, so my intent is to go after indirections similar
> to the ones folded here first.
> 
> Florian Westphal (3):
>       xfrm: remove tos indirection from afinfo_policy
>       xfrm: remove init_path indirection from afinfo_policy
>       xfrm: remove decode_session indirection from afinfo_policy

Series applied, thanks a lot Florian!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ