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:	Thu, 23 Aug 2012 09:29:54 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	rosenr@...vell.com
Cc:	netdev@...r.kernel.org, xemul@...allels.com, edumazet@...gle.com
Subject: Re: [PATCH net-next] packet: fix broken build.

From: Rami Rosen <rosenr@...vell.com>
Date: Thu, 23 Aug 2012 15:55:41 +0300

> This patch fixes a broken build due to a missing header: 
> ...
>   CC      net/ipv4/proc.o
> In file included from include/net/net_namespace.h:15,
>                  from net/ipv4/proc.c:35:
> include/net/netns/packet.h:11: error: field 'sklist_lock' has incomplete type
> ...
> 
> The lock of netns_packet has been replaced by a recent patch to be a mutex instead of a spinlock, 
> but we need to replace the header file to be linux/mutex.h instead of linux/spinlock.h as well.
> 
> See commit 0fa7fa98dbcc2789409ed24e885485e645803d7f:
> packet: Protect packet sk list with mutex (v2) patch, 
> 
> Signed-off-by: Rami Rosen <rosenr@...vell.com>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ