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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Sun, 23 Aug 2015 20:41:54 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	tom@...bertland.com
Cc:	netdev@...r.kernel.org, kernel-team@...com
Subject: Re: [PATCH net-next v2 0/2] ila: Precompute checksums

From: David Miller <davem@...emloft.net>
Date: Sun, 23 Aug 2015 20:38:43 -0700 (PDT)

> From: Tom Herbert <tom@...bertland.com>
> Date: Thu, 20 Aug 2015 11:22:36 -0700
> 
>> This patch set:
>>  - Adds argument ot LWT build_state that holds a pointer to the fib
>>    configuration being applied to the new route
>>  - Adds support in ILA to precompute checksum difference for
>>    performance optimization
>> 
>> v2:
>>  Move return argument in build_state to end of arguments
> 
> Series applied, thanks Tom.

Actually, reverted.

You need to update the signature for ip6_tun_build_state() too:

net/ipv4/ip_tunnel_core.c:398:2: warning: initialization from incompatible pointer type
  .build_state = ip6_tun_build_state,
  ^
net/ipv4/ip_tunnel_core.c:398:2: warning: (near initialization for ‘ip6_tun_lwt_ops.build_state’)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ