[git pull] m68knommu changes for v7.0
From: Greg Ungerer
Date: Sun Feb 15 2026 - 18:54:15 EST
Hi Linus,
Please pull the m68knommu git tree changes for v7.0.
It contains a small defconfig cleanup, more use of strscpy() over strcpy()
and a fix for unaligned memmove() specifically for original 68000 machines.
Regards
Greg
The following changes since commit 63804fed149a6750ffd28610c5c1c98cce6bd377:
Linux 6.19-rc7 (2026-01-25 14:11:24 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v7.0
for you to fetch changes up to a16ac6ca46d62bcbcbd7b01be0ef03fb39530d7b:
m68knommu: Replace deprecated strcpy with strscpy in init_ucsimm (2026-01-27 12:38:52 +1000)
----------------------------------------------------------------
m68knommu: updates and fixes for v7.0
. defconfig cleanup
. fix for legacy 68000 CPU memmove() of non-aligned pointers
. replace strcpy() with strscpy() for ucsimm target
----------------------------------------------------------------
Daniel Palmer (1):
m68k: nommu: fix memmove() with differently aligned src and dest for 68000
Lukas Bulwahn (1):
m68k: defconfig: Clean up references to non-existing configs
Thorsten Blum (1):
m68knommu: Replace deprecated strcpy with strscpy in init_ucsimm
arch/m68k/68000/ucsimm.c | 3 ++-
arch/m68k/configs/amcore_defconfig | 2 --
arch/m68k/configs/m5475evb_defconfig | 1 -
arch/m68k/configs/stmark2_defconfig | 1 -
arch/m68k/lib/memmove.c | 18 ++++++++++++++++++
5 files changed, 20 insertions(+), 5 deletions(-)