[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241126161007.3288016-1-andersson@kernel.org>
Date: Tue, 26 Nov 2024 08:10:05 -0800
From: Bjorn Andersson <andersson@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-remoteproc@...r.kernel.org,
linux-kernel@...r.kernel.org,
Jonathan Marek <jonathan@...ek.ca>
Subject: [GIT PULL] rpmsg updates for v6.13
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(-)
Powered by blists - more mailing lists