Hi all, Today's linux-next merge of the akpm-current tree got a conflict in: lib/Makefile between commit: 1a479f783857 ("lib: Add a generic version of devmem_is_allowed()") from the risc-v tree and commit: d0bb028dd7f4 ("lib/test_bits.c: add tests of GENMASK") from the akpm-current 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 lib/Makefile index 7bdda9ea53ab,591d10906354..000000000000 --- a/lib/Makefile +++ b/lib/Makefile @@@ -342,5 -317,4 +341,6 @@@ obj-$(CONFIG_OBJAGG) += objagg. # KUnit tests obj-$(CONFIG_LIST_KUNIT_TEST) += list-test.o obj-$(CONFIG_LINEAR_RANGES_TEST) += test_linear_ranges.o + obj-$(CONFIG_BITS_TEST) += test_bits.o + +obj-$(CONFIG_GENERIC_LIB_DEVMEM_IS_ALLOWED) += devmem_is_allowed.o