From: Herbert Xu <[EMAIL PROTECTED]> Date: Wed, 7 Mar 2007 11:04:19 +1100
> On Tue, Mar 06, 2007 at 04:02:02PM -0800, David Miller wrote: > > > > Create a lot of intefaces, try to dump them :-) > > Dumps should be done using 4K (NLMSG_GOODSIZE) skb's, where is the problem? Actually, more accurately it's using PAGE_SIZE. :) > > GLIBC can even hit this via it's ifaddrs.c code. > > Do you have a simple test case that I can run? I see, so the better fix would be to make glibc's netlink_request() function start with a getpagesize()'d buffer. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html