All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ohad Ben-Cohen <ohad@wizery.com>,
	linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Justin Stitt <justinstitt@google.com>
Subject: [GIT PULL] rpmsg updates for v6.7
Date: Mon,  6 Nov 2023 19:11:09 -0800	[thread overview]
Message-ID: <20231107031112.2563663-1-andersson@kernel.org> (raw)


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(-)

             reply	other threads:[~2023-11-07  3:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-07  3:11 Bjorn Andersson [this message]
2023-11-08  1:06 ` [GIT PULL] rpmsg updates for v6.7 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231107031112.2563663-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=justinstitt@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=ohad@wizery.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.