Hi all, Today's linux-next merge of the tip tree got a conflict in: arch/arm64/Kconfig between commit: ab7876a98a21 ("arm64: elf: Enable BTI at exec based on ELF program properties") from the arm64 tree and commit: 5e3c6a312a09 ("ARM/arm64: vdso: Use common vdso clock mode storage") 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 arch/arm64/Kconfig index fdfdc77c5067,c6c32fb7f546..000000000000 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@@ -9,8 -9,6 +9,7 @@@ config ARM6 select ACPI_MCFG if (ACPI && PCI) select ACPI_SPCR_TABLE if ACPI select ACPI_PPTT if ACPI + select ARCH_BINFMT_ELF_STATE - select ARCH_CLOCKSOURCE_DATA select ARCH_HAS_DEBUG_VIRTUAL select ARCH_HAS_DEVMEM_IS_ALLOWED select ARCH_HAS_DMA_PREP_COHERENT