mbox series

[GIT,PULL] rpmsg updates for v6.7

Message ID 20231107031112.2563663-1-andersson@kernel.org (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] rpmsg updates for v6.7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.7

Message

Bjorn Andersson Nov. 7, 2023, 3:11 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Nov. 8, 2023, 1:06 a.m. UTC | #1
The pull request you sent on Mon,  6 Nov 2023 19:11:09 -0800:

> https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.7

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/c87271ee86e836d3beae7b8b0222e81e225fa6c5

Thank you!