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] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160524.150205.348154689936562323.davem@davemloft.net>
Date:	Tue, 24 May 2016 15:02:05 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	tom@...bertland.com
Cc:	netdev@...r.kernel.org, kernel-team@...com
Subject: Re: [RFC PATCH 2/7] tou: Base infrastructure for Transport over UDP

From: Tom Herbert <tom@...bertland.com>
Date: Mon, 23 May 2016 15:48:21 -0700

> +int tou_encap_setsockopt(struct sock *sk, char __user *optval, int optlen,
> +			 bool is_ipv6)
> +{
> +	struct tou_encap te;
> +	struct ip_tunnel_encap encap;
> +	struct inet_sock *inet = inet_sk(sk);
> +	struct ip_tunnel_encap *e = inet->tou_encap;

This doesn't compile, because you don't add the tou_encap member to inet_sock
until patch #3.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ