The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d:
Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.7 for you to fetch changes up to 2a6e483ad047654a220c798080d0fc861ead2e07: rpmsg: virtio: Replace deprecated strncpy with strscpy/_pad (2023-10-23 13:11:07 -0600) ---------------------------------------------------------------- rpmsg updates for v6.7 This replaces a number of strncpy() instances with strscpy() strscpy_pad() through the rpmsg core and virtio implementation. ---------------------------------------------------------------- Justin Stitt (3): rpmsg: core: Replace deprecated strncpy with strscpy rpmsg: Replace deprecated strncpy with strscpy_pad rpmsg: virtio: Replace deprecated strncpy with strscpy/_pad drivers/rpmsg/rpmsg_core.c | 2 +- drivers/rpmsg/rpmsg_ns.c | 2 +- drivers/rpmsg/virtio_rpmsg_bus.c | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-)