Prev: Bluetooth: hidp: Add support for hidraw HIDIOCGFEATURE and HIDIOCSFEATURE
Next: linux-next: build failure after merge of the final tree (block tree related)
From: Frederic Weisbecker on 9 Jul 2010 00:00 On Sun, Jul 04, 2010 at 12:02:26AM +0200, Arnd Bergmann wrote: > I have shown by code review that no driver takes > the BKL at init time any more, so whatever the > init code was locking against is no longer there > and it is now safe to remove the BKL there. > > Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> > Acked-by: Steven Rostedt <rostedt(a)goodmis> > --- I'll queue this one. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Frederic Weisbecker on 9 Jul 2010 09:40
On Sun, Jul 04, 2010 at 12:02:26AM +0200, Arnd Bergmann wrote: > I have shown by code review that no driver takes > the BKL at init time any more, so whatever the > init code was locking against is no longer there > and it is now safe to remove the BKL there. > > Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> > Acked-by: Steven Rostedt <rostedt(a)goodmis> > --- Just trying to find any possible races here but I can't find any obvious. But I hope other reviewers can give it a look. In the meantime, I'll queue that in my bkl/core branch so that it can live some times in linux-next. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |