[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <85317154-c8a9-432d-b43c-34dc5e511890@linux-m68k.org>
Date: Thu, 27 Mar 2025 21:52:53 +1000
From: Greg Ungerer <gerg@...ux-m68k.org>
To: torvalds@...ux-foundation.org
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Linux/m68k <linux-m68k@...r.kernel.org>,
Geert Uytterhoeven <geert@...ux-m68k.org>, gerg@...nel.org
Subject: [git pull] m68knommu changes for v6.15
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(-)
Powered by blists - more mailing lists