Branch: refs/heads/main Home: https://github.com/OpenAMP/open-amp Commit: c2c26fce51cd0f20719187db5640d8bf3a02bf2b https://github.com/OpenAMP/open-amp/commit/c2c26fce51cd0f20719187db5640d8bf3... Author: Chirag Shilwant c-shilwant@ti.com Date: 2026-09-09 (Wed, 09 Sep 2026)
Changed paths: M lib/rpmsg/rpmsg_virtio.c
Log Message: ----------- rpmsg: Fix RPMSG_BUF_INDEX macro to use parameter
The macro body references 'rp_hdr' instead of using the declared parameter 'rphdr'. This causes the macro to ignore its argument and always reference whatever 'rp_hdr' variable exists in the calling scope. Fix by using the parameter name in the macro body.
Fixes: commit b32187e4fb89 ("openamp: change rx/tx buffer hold flag to count")
Signed-off-by: Chirag Shilwant c-shilwant@ti.com
Commit: 2e83e405d3a0c2d0ae53385e14e6332af79a6339 https://github.com/OpenAMP/open-amp/commit/2e83e405d3a0c2d0ae53385e14e6332af... Author: Chirag Shilwant c-shilwant@ti.com Date: 2026-09-09 (Wed, 09 Sep 2026)
Changed paths: M lib/rpmsg/rpmsg_virtio.c
Log Message: ----------- rpmsg: virtio: Change release_rx_buffer_nolock() return type to void
The function unconditionally returns true and neither call site checks the return value. Remove the dead return and change the return type to void.
Fixes: commit b32187e4fb89 ("openamp: change rx/tx buffer hold flag to count")
Signed-off-by: Chirag Shilwant c-shilwant@ti.com
Compare: https://github.com/OpenAMP/open-amp/compare/4ae383d32de3...2e83e405d3a0
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/open-amp/settings/notifications
openamp-rp@lists.openampproject.org