Hi all, Today's linux-next merge of the nds32 tree got a conflict in: arch/nds32/Kconfig between commit: 4aae683f1327 ("tracing: Refactor TRACE_IRQFLAGS_SUPPORT in Kconfig") from Linus' tree and commit: 36b9b1975393 ("nds32: add a Kconfig symbol for LOCKDEP_SUPPORT") from the nds32 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 arch/nds32/Kconfig index aea26e739543,a20b42d4bdb6..000000000000 --- a/arch/nds32/Kconfig +++ b/arch/nds32/Kconfig @@@ -63,6 -63,12 +62,9 @@@ config GENERIC_LOCKBREA def_bool y depends on PREEMPTION + config LOCKDEP_SUPPORT + def_bool y + -config TRACE_IRQFLAGS_SUPPORT - def_bool y - config STACKTRACE_SUPPORT def_bool y