Hi Andrew, Today's linux-next merge of the akpm-current tree got a conflict in kernel/locking/Makefile between commit fb0527bd5ea9 ("locking/mutexes: Introduce cancelable MCS lock for adaptive spinning") from the tree and commit 4dc0fe493027 ("lglock: map to spinlock when !CONFIG_SMP") from the akpm-current tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc kernel/locking/Makefile index 306a76b51e0f,727fefd00c71..000000000000 --- a/kernel/locking/Makefile +++ b/kernel/locking/Makefile @@@ -1,5 -1,5 +1,5 @@@ - obj-y += mutex.o semaphore.o rwsem.o lglock.o mcs_spinlock.o -obj-y += mutex.o semaphore.o rwsem.o ++obj-y += mutex.o semaphore.o rwsem.o mcs_spinlock.o ifdef CONFIG_FUNCTION_TRACER CFLAGS_REMOVE_lockdep.o = -pg