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]
Date:   Thu, 28 Nov 2019 13:30:23 -0800 (PST)
From:   David Miller <davem@...emloft.net>
To:     Jason@...c4.com
Cc:     netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
        gregkh@...uxfoundation.org, torvalds@...ux-foundation.org,
        herbert@...dor.apana.org.au, linux-crypto@...r.kernel.org
Subject: Re: [PATCH v1] net: WireGuard secure network tunnel

From: "Jason A. Donenfeld" <Jason@...c4.com>
Date: Wed, 27 Nov 2019 12:26:43 +0100

> +	do {
> +		next = skb->next;

I've been trying desperately to remove all direct references to the SKB list
implementation details so that we can convert it over to list_head.  This
means no direct references to skb->next nor skb->prev.

Please rearrange this using appropriate helpers and abstractions from skbuff.h

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ