-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
trace: replace all *_wo_note to *_notrace to make api define more approachable #14943
Conversation
[Experimental Bot, please feedback here] No, this PR does not fully meet the NuttX requirements. While it provides a summary of the change and testing information, it lacks crucial details. Here's a breakdown of what's missing:
In short, the PR needs to be more thorough and explicit in addressing all the requirements, even if the impact or changes are minimal. The goal is to provide enough information for reviewers to quickly understand and assess the change. |
…roachable Follow the linux naming style: https://github.com/torvalds/linux/blob/master/include/linux/preempt.h#L237-L242 https://github.com/torvalds/linux/blob/master/include/linux/srcu.h#L221 Signed-off-by: chao an <[email protected]>
@xiaoxiang781216 @hujun260 Where did you see https://github.com/torvalds/linux/blob/master/kernel/locking/lockdep.c#L5816-L5822
|
let me close this PR |
Summary
trace: replace all *_wo_note to *_notrace to make api define more approachable
Follow the linux naming style:
https://github.com/torvalds/linux/blob/master/include/linux/preempt.h#L237-L242
https://github.com/torvalds/linux/blob/master/include/linux/srcu.h#L221
Signed-off-by: chao an [email protected]
Impact
N/A
Testing
ci-check