Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ioe_rpmsg: use rptun_wait/post to resolve deadlock with usrsock #5893

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

GUIDINGLI
Copy link
Contributor

Summary

ioe_rpmsg: use rptun_wait/post to resolve deadlock with usrsock

This depends on:
#5847

Impact

ioe_rpmsg

Testing

VELA

@pkarashchenko
Copy link
Contributor

Changes looks good, but please fix the build

@pkarashchenko
Copy link
Contributor

ioexpander/ioe_rpmsg.c: In function 'ioe_rpmsg_wait_ready':
Error: ioexpander/ioe_rpmsg.c:240:13: error: implicit declaration of function 'rpmsg_wait' [-Werror=implicit-function-declaration]
  240 |       ret = rpmsg_wait(ept, &priv->sem);
      |             ^~~~~~~~~~
Error: ioexpander/ioe_rpmsg.c:246:7: error: implicit declaration of function 'rpmsg_post' [-Werror=implicit-function-declaration]
  246 |       rpmsg_post(ept, &priv->sem);
      |       ^~~~~~~~~~

@xiaoxiang781216
Copy link
Contributor

@liguiding please rebase to your code.

Signed-off-by: ligd <liguiding1@xiaomi.com>
@xiaoxiang781216 xiaoxiang781216 merged commit 8db038c into apache:master Mar 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants