trace: replace all *_wo_note to *_notrace to make api define more approachable#14943
trace: replace all *_wo_note to *_notrace to make api define more approachable#14943anchao wants to merge 1 commit intoapache:masterfrom
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 <anchao@lixiang.com>
|
@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 anchao@lixiang.com
Impact
N/A
Testing
ci-check