From: Patrick McHardy <[EMAIL PROTECTED]>
Date: Mon, 15 Aug 2005 02:33:30 +0200

> [NETLINK]: Support dynamic number of multicast groups per netlink family
> 
> Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]>

I applied patches 1 -> 7, but I had to stop after that.

This patch here will break netlink on my workstation :-)

These "u32" tricks with nlk->groups[0] will not work on
big-endian 64-bit.  If unsigned long is 64-bit, you end
up accessing bits 32-63 of nlk->groups[0] in some instances
and then bits 0-31 in other situations.

Please redo this patch, then I'll apply it and the rest.
You only need resend the fixed version of patch 8.

Thanks Patrick.
-
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

Reply via email to