[git pull] m68knommu changes for v6.2

From: Greg Ungerer
Date: Mon Dec 19 2022 - 17:33:30 EST


Hi Linus,

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

Only a single change to use the safer strscpy() instead of strncpy()
when setting up the cmdline.

Regards
Greg




The following changes since commit 76dcd734eca23168cb008912c0f69ff408905235:

Linux 6.1-rc8 (2022-12-04 14:48:12 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v6.2

for you to fetch changes up to af5d74e32eb8e1b833f687047f0ffe3801d7229d:

m68k: use strscpy() to instead of strncpy() (2022-12-05 09:07:21 +1000)

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

Fixes include:
. use strscpy() instead of strncpy() for cmdline setup

----------------------------------------------------------------
Xu Panda (1):
m68k: use strscpy() to instead of strncpy()

arch/m68k/kernel/setup_no.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)