Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull locking fixlet from Ingo Molnar:
"Fixes a build warning on certain Kconfig combinations"

* 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
locking/lockdep: Fix print_collision() unused warning

+2
+2
kernel/locking/lockdep.c
··· 1999 1999 return ++i; 2000 2000 } 2001 2001 2002 + #ifdef CONFIG_DEBUG_LOCKDEP 2002 2003 /* 2003 2004 * Returns the next chain_key iteration 2004 2005 */ ··· 2070 2069 printk("\nstack backtrace:\n"); 2071 2070 dump_stack(); 2072 2071 } 2072 + #endif 2073 2073 2074 2074 /* 2075 2075 * Checks whether the chain and the current held locks are consistent