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:	Tue, 19 May 2009 14:35:23 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	contact@...chahlusiak.de
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH 5/5] sit: stateless autoconf for isatap

From: Sascha Hlusiak <contact@...chahlusiak.de>
Date: Tue, 19 May 2009 23:03:43 +0200

> +	spin_lock(&ifp->lock);
> +	for (addr = ifp->addr_list; addr; addr = addr->if_next) {

You posted the same broken patch again!

net/ipv6/sit.c: In function ‘ipip6_tunnel_rs_timer’:
net/ipv6/sit.c:235: warning: passing argument 1 of ‘_spin_lock’ from incompatible pointer type
net/ipv6/sit.c:256: warning: passing argument 1 of ‘__raw_spin_unlock’ from incompatible pointer type

This isn't rocket science. :-/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ