CV-Bowen opened a new pull request, #7753: URL: https://github.com/apache/nuttx/pull/7753
## Summary 1. rpmsgdev ioctl: should assgin back the client return value to cookie->result, then this return value can be returned to the application; 2. rpmsgdev seek: the type "off_t" may be 64bit, so modify the offset in "struct rpmsgdev_lseek" to int64_t too; 3. rpmsgdev_seek: the rpmsgdev_seek in client should update the filep->f_pos after the seek operation; ## Impact rpmsgdev ## Testing sim:rpserver and sim:rpproxy -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org