Hi all, Today's linux-next merge of the pidfd tree got a conflict in: tools/testing/selftests/pidfd/Makefile between commit: ec8f24b7faaf ("treewide: Add SPDX license identifier - Makefile/Kconfig") from Linus' tree and commit: 233ad92edbea ("pidfd: add polling selftests") from the pidfd 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 tools/testing/selftests/pidfd/Makefile index 443fedbd6231,8d97cb35fca4..000000000000 --- a/tools/testing/selftests/pidfd/Makefile +++ b/tools/testing/selftests/pidfd/Makefile @@@ -1,7 -1,6 +1,7 @@@ +# SPDX-License-Identifier: GPL-2.0-only - CFLAGS += -g -I../../../../usr/include/ + CFLAGS += -g -I../../../../usr/include/ -lpthread - TEST_GEN_PROGS := pidfd_test + TEST_GEN_PROGS := pidfd_test pidfd_open_test include ../lib.mk