mbox series

[GIT,PULL] rpmsg updates for v6.13

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

Pull-request

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

Message

Bjorn Andersson Nov. 26, 2024, 4:10 p.m. UTC
The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 06c59d97f63c1b8af521fa5aef8a716fb988b285:

  rpmsg: glink: use only lower 16-bits of param2 for CMD_OPEN name length (2024-11-15 19:32:36 -0800)

----------------------------------------------------------------
rpmsg updates for v6.13

Correct GLINK driver's decoding of the CMD_OPEN message, as upper half
of the second parameter encodes "priority", and "length" is only the
lower half.

----------------------------------------------------------------
Jonathan Marek (1):
      rpmsg: glink: use only lower 16-bits of param2 for CMD_OPEN name length

 drivers/rpmsg/qcom_glink_native.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)