Hi all, Today's linux-next merge of the tip tree got a conflict in: kernel/time/timekeeping.c between commit: 025e82bcbc34 ("timekeeping: Use sequence counter with associated raw spinlock") from Linus' tree and commit: 19d0070a2792 ("timekeeping/vsyscall: Provide vdso_update_begin/end()") from the tip tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc kernel/time/timekeeping.c index 406306b33452,4c7212f3c603..000000000000 --- a/kernel/time/timekeeping.c +++ b/kernel/time/timekeeping.c @@@ -39,8 -39,6 +39,8 @@@ enum timekeeping_adv_mode TK_ADV_FREQ }; - static DEFINE_RAW_SPINLOCK(timekeeper_lock); ++DEFINE_RAW_SPINLOCK(timekeeper_lock); + /* * The most important data for readout fits into a single 64 byte * cache line.