Hi Andrew, Today's linux-next merge of the akpm tree got a conflict in kernel/Makefile between commit 029632fbb7b7 ("sched: Make separate sched*.c translation units") from the tip tree and commit f7243fa71a4c ("brlocks/lglocks: clean up code") from the akpm tree. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@canb.auug.org.au diff --cc kernel/Makefile index 4363a41,d173c0c..0000000 --- a/kernel/Makefile +++ b/kernel/Makefile @@@ -9,8 -9,9 +9,8 @@@ obj-y = fork.o exec_domain.o panic. rcupdate.o extable.o params.o posix-timers.o \ kthread.o wait.o kfifo.o sys_ni.o posix-cpu-timers.o mutex.o \ hrtimer.o rwsem.o nsproxy.o srcu.o semaphore.o \ - notifier.o ksysfs.o sched_clock.o cred.o \ - async.o range.o -obj-y += groups.o lglock.o + notifier.o ksysfs.o cred.o \ - async.o range.o groups.o ++ async.o range.o groups.o lglock.o ifdef CONFIG_FUNCTION_TRACER # Do not trace debug files and internal ftrace files