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: <1368107218.13473.91.camel@edumazet-glaptop>
Date:	Thu, 09 May 2013 06:46:58 -0700
From:	Eric Dumazet <eric.dumazet@...il.com>
To:	Cong Wang <xiyou.wangcong@...il.com>
Cc:	netdev@...r.kernel.org, netfilter-devel@...r.kernel.org
Subject: Re: [PATCH nf-next] netfilter: conntrack: remove the central
 spinlock

On Thu, 2013-05-09 at 07:46 +0000, Cong Wang wrote:

> 
> Either it is not expected to use arch_spin_lock directly, or it has to
> provide a nop for non-IA64.

I suggest you check yourself ;)

# git grep -n arch_spin_lock_init
arch/ia64/include/asm/spinlock.h:19:#define arch_spin_lock_init(x)                      ((x)->lock = 0)

This definition is not used at all.

It should for consistency, and it's not a netfilter concern.



--
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