[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220601122332.536516-1-bjorn.andersson@linaro.org>
Date: Wed, 1 Jun 2022 07:23:32 -0500
From: Bjorn Andersson <bjorn.andersson@...aro.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Ohad Ben-Cohen <ohad@...ery.com>, linux-remoteproc@...r.kernel.org,
linux-kernel@...r.kernel.org, Hangyu Hua <hbh25y@...il.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Arnaud Pouliquen <arnaud.pouliquen@...s.st.com>
Subject: [GIT PULL] rpmsg updates for v5.19
The following changes since commit ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e:
Linux 5.18-rc2 (2022-04-10 14:21:36 -1000)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v5.19
for you to fetch changes up to 59d6f72f6f9c92fec8757d9e29527da828e9281f:
rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() fails (2022-04-28 14:32:15 -0500)
----------------------------------------------------------------
rpmsg updates for v5.19
This corrects the check for irq_of_parse_and_map() failures in the
Qualcomm SMD driver and fixes unregistration and a couple of double free
in the virtio rpmsg driver.
----------------------------------------------------------------
Arnaud Pouliquen (1):
rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrl
Hangyu Hua (2):
rpmsg: virtio: Fix possible double free in rpmsg_probe()
rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev()
Krzysztof Kozlowski (2):
rpmsg: qcom_smd: Fix irq_of_parse_and_map() return value
rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() fails
drivers/rpmsg/qcom_smd.c | 4 ++--
drivers/rpmsg/virtio_rpmsg_bus.c | 9 ++++-----
2 files changed, 6 insertions(+), 7 deletions(-)
Powered by blists - more mailing lists