Hi Linus, Please pull the m68knommu changes for v5.11. Regards Greg The following changes since commit 0477e92881850d44910a7e94fc2c46f96faa131f: Linux 5.10-rc7 (2020-12-06 14:25:12 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v5.11 for you to fetch changes up to 8b22820efb35f93d98638563b0a8f4094e8ee399: m68k: m68328: remove duplicate code (2020-12-07 09:37:58 +1000) ---------------------------------------------------------------- Fixes include: . cleanup of 68328 code . align BSS section to 32bit ---------------------------------------------------------------- Arnd Bergmann (2): m68k: m68328: move platform code to separate files m68k: m68328: remove duplicate code Greg Ungerer (1): m68knommu: align BSS section to 4-byte boundaries arch/m68k/68000/Makefile | 9 +- arch/m68k/68000/dragen2.c | 100 ++++++++++++++++++++ arch/m68k/68000/m68328.c | 32 ++++--- arch/m68k/68000/m68328.h | 5 + arch/m68k/68000/m68EZ328.c | 77 --------------- arch/m68k/68000/m68VZ328.c | 189 ------------------------------------- arch/m68k/68000/ucsimm.c | 38 ++++++++ arch/m68k/Kconfig.cpu | 8 +- arch/m68k/Kconfig.machine | 16 ++-- arch/m68k/kernel/setup_no.c | 9 ++ arch/m68k/kernel/vmlinux-nommu.lds | 2 +- 11 files changed, 192 insertions(+), 293 deletions(-) create mode 100644 arch/m68k/68000/dragen2.c create mode 100644 arch/m68k/68000/m68328.h delete mode 100644 arch/m68k/68000/m68EZ328.c delete mode 100644 arch/m68k/68000/m68VZ328.c create mode 100644 arch/m68k/68000/ucsimm.c