[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1280176743.2531.4.camel@edumazet-laptop>
Date: Mon, 26 Jul 2010 22:39:03 +0200
From: Eric Dumazet <eric.dumazet@...il.com>
To: David Miller <davem@...emloft.net>
Cc: johannes@...solutions.net, netdev@...r.kernel.org
Subject: Re: [PATCH net-next-2.6] netlink: netlink_recvmsg() fix
Le lundi 26 juillet 2010 à 13:08 -0700, David Miller a écrit :
> I bet you didn't compile test the code you modified at all, but it's
> not your fault :-)
>
> The code is protected by CONFIG_WIRELESS_EXT but that protection is
> not valid. It should be protected by something like CONFIG_WEXT_CORE
> or similar.
>
> The only way to get CONFIG_WIRELESS_EXT set it to enable one of a few
> drivers, many of which are in staging.
>
> Anyways, just a heads up, I'll fix this up.
Well, I recall having compiled (but not boot tested) patches,
on my x86_64 dev machine with a .config containing :
# grep WIRELESS_EXT .config
CONFIG_WIRELESS_EXT=y
CONFIG_WIRELESS_EXT_SYSFS=y
# grep COMPAT_NETLINK_MESSAGES .config
CONFIG_COMPAT_NETLINK_MESSAGES=y
Cannot remember if I compiled v3 of the patch, to be honest.
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