Re: git-net locking bustage

2007-05-04 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Fri, 04 May 2007 21:02:56 +0200 > [NETLINK]: Remove bogus BUG_ON > > Remove bogus BUG_ON(mutex_is_locked(nlk_sk(sk)->cb_mutex)), when the > netlink_kernel_create caller specifies an external mutex it might > validly be locked. > > Signed-off-by: Pa

Re: git-net locking bustage

2007-05-04 Thread Patrick McHardy
Andrew Morton wrote: > kernel BUG at net/netlink/af_netlink.c:144! The BUG_ON(mutex_is_locked(nlk_sk(sk)->cb_mutex)) is bogus, this patch removes it. [NETLINK]: Remove bogus BUG_ON Remove bogus BUG_ON(mutex_is_locked(nlk_sk(sk)->cb_mutex)), when the netlink_kernel_create caller specifies an ext

git-net locking bustage

2007-05-04 Thread Andrew Morton
My last pull was yesterday: GIT fc38582db98533066f4ba64f948720483fbfe7b2 git+ssh://master.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git commit Author: Patrick McHardy <[EMAIL PROTECTED]> Date: Thu May 3 03:36:16 2007 -0700 [NETFILTER]: bridge netfilter: consolidate header push