The following changes since commit c17b750b3ad9f45f2b6f7e6f7f4679844244f0b9:
Linux 6.17-rc2 (2025-08-17 15:22:10 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/rpmsg-v6.18 for you to fetch changes up to 09390ed9af37ed612dd0967ff2b0d639872b8776: rpmsg: qcom_smd: Fix fallback to qcom,ipc parse (2025-09-20 21:29:48 -0500) ---------------------------------------------------------------- rpmsg updates for v6.18 Clean up the dev_pm_domain integration in rpmsg core. Correct module aliases for the rpmsg char driver. Transition Qualcomm SMD and GLINK drivers to strscpy() and fix the regression in legacy code for acquiring outgoing interrupts using the non-mailbox based mechanism. ---------------------------------------------------------------- Andrew Davis (1): rpmsg: char: Export alias for RPMSG ID rpmsg-raw from table Barnabás Czémán (1): rpmsg: qcom_smd: Fix fallback to qcom,ipc parse Claudiu Beznea (1): rpmsg: core: Drop dev_pm_domain_detach() call Thorsten Blum (1): rpmsg: Use strscpy() instead of strscpy_pad() drivers/rpmsg/qcom_glink_native.c | 2 +- drivers/rpmsg/qcom_smd.c | 4 ++-- drivers/rpmsg/rpmsg_char.c | 3 ++- drivers/rpmsg/rpmsg_core.c | 5 ++--- 4 files changed, 7 insertions(+), 7 deletions(-)