On Mon, Nov 11, 2019 at 07:28:14PM +0100, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 4.4.201 release. > There are 43 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Wed, 13 Nov 2019 18:08:44 +0000. > Anything received after that time might be too late. > I am getting lots of WARNING: modpost: Found 2 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' FATAL: modpost: Section mismatches detected. Set CONFIG_SECTION_MISMATCH_WARN_ONLY=y to allow them. scripts/Makefile.modpost:97: recipe for target 'vmlinux.o' failed for v4.4.y, v4.9.y, and v4.14.y. Bisecting in v4.4.y points to commit 13e9ce202ddcf95bf6 ("mm, meminit: recalculate pcpu batch and high limits after init completes"). Reverting it fixes the problem in all three branches. Guenter