From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dominik Brodowski Subject: Re: inconsistent lock state Date: Sat, 19 Jun 2010 15:05:47 +0200 Message-ID: <20100619130547.GA6424@comet.dominikbrodowski.net> References: <20100615112434.GA3967@swordfish.minsk.epam.com> <20100618133004.228c2223.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Sergey Senozhatsky , Alexander Viro , Peter Zijlstra , Sage Weil , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Maciej Rutecki , Eric Dumazet , "Paul E. McKenney" , Lai Jiangshan , "David S. Miller" , netdev@vger.kernel.org To: Andrew Morton Return-path: Content-Disposition: inline In-Reply-To: <20100618133004.228c2223.akpm@linux-foundation.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hey, On Fri, Jun 18, 2010 at 01:30:04PM -0700, Andrew Morton wrote: > From: Andrew Morton > > Fix a lockdep-splat-causing regression introduced by > > : commit 989a2979205dd34269382b357e6d4b4b6956b889 > : Author: Eric Dumazet > : AuthorDate: Wed Apr 14 09:55:35 2010 +0000 > : Commit: David S. Miller > : CommitDate: Wed Apr 21 16:19:29 2010 -0700 > : > : fasync: RCU and fine grained locking > > kill_fasync() can be called from both process and hard-irq context, so > fa_lock must be taken with IRQs disabled. > > Addresses https://bugzilla.kernel.org/show_bug.cgi?id=16230 Seems to work fine -- thanks! Best, Dominik