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,
	Chris Lew <quic_clew@quicinc.com>,
	Bjorn Andersson <quic_bjorande@quicinc.com>,
	Deepak Kumar Singh <quic_deesin@quicinc.com>,
	Jiasheng Jiang <jiasheng@iscas.ac.cn>
Subject: [GIT PULL] rpmsg updates for v6.6
Date: Mon,  4 Sep 2023 09:01:06 -0700	[thread overview]
Message-ID: <20230904160107.2954624-1-andersson@kernel.org> (raw)


The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

  Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d629e5bcdfd9ba1c9da6da9144cc7ba43f04a6dc:

  rpmsg: glink: Avoid dereferencing NULL channel (2023-07-18 10:12:26 -0600)

----------------------------------------------------------------
rpmsg updates for v6.6

Add support for the GLINK flow control signals, and expose this to the
user through the rpmsg_char interface. Add missing kstrdup() failure
handling during allocation of GLINK channel objects.

----------------------------------------------------------------
Bjorn Andersson (1):
      rpmsg: glink: Avoid dereferencing NULL channel

Chris Lew (2):
      rpmsg: glink: Add support to handle signals command
      rpmsg: char: Add RPMSG GET/SET FLOWCONTROL IOCTL support

Deepak Kumar Singh (1):
      rpmsg: core: Add signal API support

Jiasheng Jiang (1):
      rpmsg: glink: Add check for kstrdup

 drivers/rpmsg/qcom_glink_native.c | 61 +++++++++++++++++++++++++++++++++++++++
 drivers/rpmsg/rpmsg_char.c        | 54 ++++++++++++++++++++++++++++++----
 drivers/rpmsg/rpmsg_core.c        | 21 ++++++++++++++
 drivers/rpmsg/rpmsg_internal.h    |  2 ++
 include/linux/rpmsg.h             | 15 ++++++++++
 include/uapi/linux/rpmsg.h        | 10 +++++++
 6 files changed, 157 insertions(+), 6 deletions(-)

             reply	other threads:[~2023-09-04 15:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-04 16:01 Bjorn Andersson [this message]
2023-09-04 22:50 ` [GIT PULL] rpmsg updates for v6.6 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=20230904160107.2954624-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=jiasheng@iscas.ac.cn \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=ohad@wizery.com \
    --cc=quic_bjorande@quicinc.com \
    --cc=quic_clew@quicinc.com \
    --cc=quic_deesin@quicinc.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.