Hi Linus, Please pull the m68knommu tree for-next branch. There is a fix for interrupt number range checking for the ColdFire SIMR interrupt controller. The other changes are for the binfmt_flat binary loader. To allow RISC-V nommu support it needs to be able to accept flat binaries that have no gap between the text and data sections. Regards Greg The following changes since commit bf05bf16c76bb44ab5156223e1e58e26dfe30a88: Linux 5.12-rc8 (2021-04-18 14:45:32 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v5.13 for you to fetch changes up to 6b3788e5fb8041211ac2fa7c818ca9010e976a74: m68k: coldfire: fix irq ranges (2021-04-23 15:33:40 +1000) ---------------------------------------------------------------- M68knommu fixes include: . fix interrupt range check for ColdFire SIMR interrupt controller . add support for gapless sections flat format binary (needed by RISC-V) ---------------------------------------------------------------- Angelo Dureghello (1): m68k: coldfire: fix irq ranges Damien Le Moal (2): binfmt_flat: allow not offsetting data start riscv: Disable data start offset in flat binaries arch/m68k/coldfire/intc-simr.c | 12 ++++++------ arch/riscv/Kconfig | 1 + fs/Kconfig.binfmt | 3 +++ fs/binfmt_flat.c | 18 +++++++++++++----- 4 files changed, 23 insertions(+), 11 deletions(-)