Re: [PATCH v2 1/3] netlink: allocate group bitmaps dynamically

2007-07-19 Thread Johannes Berg
On Wed, 2007-07-18 at 15:34 -0700, David Miller wrote: > > All three patches look good to me. > > > > Acked-by: Patrick McHardy <[EMAIL PROTECTED]> > > > > and for Jamal again .. > > > > Acked-by: Jamal Hadi Salim <[EMAIL PROTECTED]> > > Aha, Johannes did resubmit all 3 patches, they arrived o

Re: [PATCH v2 1/3] netlink: allocate group bitmaps dynamically

2007-07-18 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Wed, 18 Jul 2007 18:30:04 +0200 > Johannes Berg wrote: > > Allow changing the number of groups for a netlink family > > after it has been created, use RCU to protect the listeners > > bitmap keeping netlink_has_listeners() lock-free. > > > > Signed-

Re: [PATCH v2 1/3] netlink: allocate group bitmaps dynamically

2007-07-18 Thread Patrick McHardy
Johannes Berg wrote: > Allow changing the number of groups for a netlink family > after it has been created, use RCU to protect the listeners > bitmap keeping netlink_has_listeners() lock-free. > > Signed-off-by: Johannes Berg <[EMAIL PROTECTED]> > > --- > Changes: incorporate Patrick's comments,

[PATCH v2 1/3] netlink: allocate group bitmaps dynamically

2007-07-18 Thread Johannes Berg
Allow changing the number of groups for a netlink family after it has been created, use RCU to protect the listeners bitmap keeping netlink_has_listeners() lock-free. Signed-off-by: Johannes Berg <[EMAIL PROTECTED]> --- Changes: incorporate Patrick's comments, add kernel-doc include/linux/netli