Re: [netfilter-core] [2.6 patch] net/netfilter/nfnetlink*: make functions static

2005-09-03 Thread Harald Welte
On Sat, Sep 03, 2005 at 03:28:29AM +0200, Adrian Bunk wrote: This patch makes needlessly global functions static. Thanks for your patch. I'll merge it with my local changes (it clashes, since the htonll implementation was removed) and submit it via davem later today. -- - Harald Welte [EMAIL

[PATCH 2/2] [NETFILTER] remove bogus hand-coded htonll()

2005-09-03 Thread Harald Welte
Hi Dave, please apply the appended patch. I somehow thought I had fixed this quite some time ago. Probably I lost it with some merge :( Thanks, -- - Harald Welte [EMAIL PROTECTED] http://netfilter.org/

2.6.13-git3: build failure: sysctl_optmem_max

2005-09-03 Thread Russell King
While trying to build a kernel with CONFIG_SYSCTL disabled, the following error occurs: CC net/ipv4/ip_sockglue.o net/ipv4/ip_sockglue.c: In function `ip_setsockopt': net/ipv4/ip_sockglue.c:622: error: `sysctl_optmem_max' undeclared (first use in net/ipv4/ip_sockglue.c:622: error: (Each

Re: 2.6.13-git3: build failure: sysctl_optmem_max

2005-09-03 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Sat, 3 Sep 2005 11:27:56 +0100), Russell King [EMAIL PROTECTED] says: While trying to build a kernel with CONFIG_SYSCTL disabled, the following error occurs: CC net/ipv4/ip_sockglue.o net/ipv4/ip_sockglue.c: In function `ip_setsockopt':

[wireless] add WIRELESS_EXTENSIONS to net/Kconfig

2005-09-03 Thread Kalle Valo
Hostap selects IEEE80211 and IEEE80211 selects NET_RADIO. This causes recursive dependencies: Warning! Found recursive dependency: HOSTAP IEEE80211 NET_RADIO HOSTAP IEEE80211_CRYPT_WEP CRYPTO CRYPTO_ANUBIS Warning! Found recursive dependency: HOSTAP IEEE80211 NET_RADIO HOSTAP IEEE80211_CRYPT_WEP

[ieee80211] select WIRELESS_EXTENSIONS instead of NET_RADIO

2005-09-03 Thread Kalle Valo
This fixes the recursive dependency in hostap. Depends on my previous patch which added WIRELESS_EXTENSIONS. Signed-off-by: Kalle Valo [EMAIL PROTECTED] --- net/ieee80211/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 0a96ef321308c0fce817b78e3d4666463baa286f diff --git

Re: [PATCH 2/2] [NETFILTER] remove bogus hand-coded htonll()

2005-09-03 Thread Jouni Malinen
On Sat, Sep 03, 2005 at 10:43:15AM +0200, Harald Welte wrote: htonll() is nothing else than cpu_to_be64(), so we'd rather call the latter. Actually, the htonll() implementation does not seem to be doing what cpu_to_be64() is doing.. However, I would assume this is a bug in htonll() and this

Re: [PATCH 2/2] [NETFILTER] remove bogus hand-coded htonll()

2005-09-03 Thread Harald Welte
On Sat, Sep 03, 2005 at 09:54:25AM -0700, Jouni Malinen wrote: On Sat, Sep 03, 2005 at 10:43:15AM +0200, Harald Welte wrote: htonll() is nothing else than cpu_to_be64(), so we'd rather call the latter. Actually, the htonll() implementation does not seem to be doing what cpu_to_be64() is

Fw: [Bugme-new] [Bug 5182] New: 2.6.13-git3 won't compile on firewall

2005-09-03 Thread Andrew Morton
Begin forwarded message: Date: Sat, 3 Sep 2005 13:26:30 -0700 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [Bugme-new] [Bug 5182] New: 2.6.13-git3 won't compile on firewall http://bugzilla.kernel.org/show_bug.cgi?id=5182 Summary: 2.6.13-git3 won't compile on firewall