All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Bjorn Andersson <quic_bjorande@quicinc.com>,
	"Gustavo A . R . Silva" <gustavoars@kernel.org>
Subject: [GIT PULL] rpmsg updates for v6.12
Date: Mon, 23 Sep 2024 21:52:22 -0700	[thread overview]
Message-ID: <20240924045223.3079508-1-andersson@kernel.org> (raw)


The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c1ddb29709e675ea2a406e3114dbf5c8c705dd59:

  rpmsg: glink: Avoid -Wflex-array-member-not-at-end warnings (2024-09-13 14:09:47 -0700)

----------------------------------------------------------------
rpmsg updates for v6.12

This performs minor cleanup/refactor of the Qualcomm GLINK code, in
order to then add trace events related to the messages exchange with the
remote side, useful for debugging a range of interoperability issues.

The nested structs with flexible array members, in the same driver, is
then rewritten to avoid the risk of invalid accesses.

----------------------------------------------------------------
Bjorn Andersson (3):
      rpmsg: glink: Tidy up RX advance handling
      rpmsg: glink: Pass channel to qcom_glink_send_close_ack()
      rpmsg: glink: Introduce packet tracepoints

Gustavo A. R. Silva (1):
      rpmsg: glink: Avoid -Wflex-array-member-not-at-end warnings

 drivers/rpmsg/Makefile            |   1 +
 drivers/rpmsg/qcom_glink_native.c | 166 +++++++++++++---
 drivers/rpmsg/qcom_glink_trace.h  | 406 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 542 insertions(+), 31 deletions(-)
 create mode 100644 drivers/rpmsg/qcom_glink_trace.h

             reply	other threads:[~2024-09-24  4:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-24  4:52 Bjorn Andersson [this message]
2024-09-24 19:36 ` [GIT PULL] rpmsg updates for v6.12 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=20240924045223.3079508-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=gustavoars@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=quic_bjorande@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.