mbox series

[GIT,PULL] rpmsg updates for v5.19

Message ID 20220601122332.536516-1-bjorn.andersson@linaro.org (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] rpmsg updates for v5.19 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v5.19

Message

Bjorn Andersson June 1, 2022, 12:23 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 1, 2022, 5:56 p.m. UTC | #1
The pull request you sent on Wed,  1 Jun 2022 07:23:32 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v5.19

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/68e6134bb70ab20e9f7c36c1ae7dc96b8ed778ae

Thank you!