Hi Linus, Please pull the m68knommu changes for v5.16. Only 2 changes. One removes the now unused CONFIG_MCPU32 symbol. The other sets a default for the CONFIG_MEMORY_RESERVE config symbol (this aids scripting and other automation) so you don't interactively get asked for a value at configure time. Regards Greg The following changes since commit 3906fe9bb7f1a2c8667ae54e967dc8690824f4ea: Linux 5.15-rc7 (2021-10-25 11:30:31 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v5.16 for you to fetch changes up to 6dbe88e93c351a6cf5b7c70850d7a1a7f67d83ab: m68knommu: Remove MCPU32 config symbol (2021-10-26 08:46:27 +1000) ---------------------------------------------------------------- Fixes include: . remove unused CONFIG_MCPU32 symbol . default CONFIG_MEMORY_RESERVE value (for scripting) ---------------------------------------------------------------- Geert Uytterhoeven (1): m68knommu: Remove MCPU32 config symbol Randy Dunlap (1): m68k: set a default value for MEMORY_RESERVE arch/m68k/Kconfig.cpu | 11 ----------- arch/m68k/Kconfig.machine | 1 + arch/m68k/include/asm/bitops.h | 2 +- 3 files changed, 2 insertions(+), 12 deletions(-)