-
Notifications
You must be signed in to change notification settings - Fork 21
lockup: detect the blocker for process hang in RCU grace period #159
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Richard for creating this. I put some comments in the commit and also looks like ci test is failing, please address that as well.
Thanks a lot for the comments. I have addressed them accordingly. As for the failed ci test, I think it just simply timed-out (as we are searching particular frame names across all stack traces). |
Orabug: 37899681 Signed-off-by: Richard Li <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Add a new feature in lockup to look for potential blocker (hogging a CPU for too long and RCU cannot go through) for process hang in RCU grace period