[git pull] m68knommu changes for v6.15

From: Greg Ungerer
Date: Thu Mar 27 2025 - 07:53:32 EST


Hi Linus,

Please pull the m68knommu git tree changes for v6.15.

A couple of simple changes for v6.15. One removes unnecessary includes
of linux/fb.h, and the other improves hardening by replacing use of
strncpy() with strscpy().

Regards
Greg





The following changes since commit 4701f33a10702d5fc577c32434eb62adde0a1ae1:
Linux 6.14-rc7 (2025-03-16 12:55:17 -1000)

are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v6.15

for you to fetch changes up to a7130910b80753d52ff8a493cf787bd1c9473404:
m68k: mm: Replace deprecated strncpy() with strscpy() (2025-03-17 09:27:59 +1000)

----------------------------------------------------------------
m68knommu: updates and fixes for v6.15

Fixes include:
. remove unused include of linux/fb.h
. use strscpy() instead of strncpy()

----------------------------------------------------------------
Thomas Zimmermann (1):
m68k: Do not include <linux/fb.h>

Thorsten Blum (1):
m68k: mm: Replace deprecated strncpy() with strscpy()
arch/m68k/kernel/setup_mm.c | 3 +--
arch/m68k/kernel/setup_no.c | 1 -
arch/m68k/kernel/uboot.c | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)