mbox series

[GIT,PULL] rpmsg updates for v6.12

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

Pull-request

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

Message

Bjorn Andersson Sept. 24, 2024, 4:52 a.m. UTC
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

Comments

pr-tracker-bot@kernel.org Sept. 24, 2024, 7:36 p.m. UTC | #1
The pull request you sent on Mon, 23 Sep 2024 21:52:22 -0700:

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

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

Thank you!