forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 79
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
Linux PM: RPC call break system sleep #82
Comments
hanshu830
changed the title
Linux PM: system sleep abort, CA process can't be frozen
Linux PM: RPC call break system sleep
Jan 18, 2021
Patches are welcome! I can help reviewing. |
Okay, I will try on this. Meanwhile, update related information regarding to this issue. Duplicate scriptcat << EOF > issue82.sh
#!/bin/sh
#
# Since open session will use RPC call, here raise more open session
# the duplicate rate will be more higher.
#
xtest 4001 &
xtest 4002 &
xtest 4003 &
# Platform specific wake up source
echo +10 > /sys/class/rtc/rtc0/wakealarm
# Raise system sleep
echo mem > /sys/power/state Phenomena
|
Just create a pull request #84, not sure this is enough, please help to review, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I was just encountered an issue with CA break linux system suspend operation. Linux freezer reports the corresponding CA process can't be froze.
Here is the scenario:
I just noted that linux freezer has some help functions to avoid this happened(refer to include/linux/freezer.h).
e.g.
Check with the latest OP-TEE Driver seems doesn't utilize this kind of help function.
Not sure this is the correct way or OP-TEE Driver has other consideration of this.
So do we have plan to update OP-TEE Driver more friendly with linux freezer ?
Thanks!
The text was updated successfully, but these errors were encountered: