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(-)