Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'rpmsg-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux

Pull rpmsg updates from Bjorn Andersson:

- Minor cleanup/refactor to the Qualcomm GLINK code, in order to add
trace events related to the messages exchange with the remote side,
useful for debugging a range of interoperability issues

- Rewrite the nested structs with flexible array members in order to
avoid the risk of invalid accesses

* tag 'rpmsg-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux:
rpmsg: glink: Avoid -Wflex-array-member-not-at-end warnings
rpmsg: glink: Introduce packet tracepoints
rpmsg: glink: Pass channel to qcom_glink_send_close_ack()
rpmsg: glink: Tidy up RX advance handling

+542 -31
+1
drivers/rpmsg/Makefile
··· 4 4 obj-$(CONFIG_RPMSG_CTRL) += rpmsg_ctrl.o 5 5 obj-$(CONFIG_RPMSG_NS) += rpmsg_ns.o 6 6 obj-$(CONFIG_RPMSG_MTK_SCP) += mtk_rpmsg.o 7 + CFLAGS_qcom_glink_native.o := -I$(src) 7 8 qcom_glink-objs := qcom_glink_native.o qcom_glink_ssr.o 8 9 obj-$(CONFIG_RPMSG_QCOM_GLINK) += qcom_glink.o 9 10 obj-$(CONFIG_RPMSG_QCOM_GLINK_RPM) += qcom_glink_rpm.o