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

riscv/syscall: Fix sched_note instrumentation for BUILD_KERNEL #14562

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

pussuw
Copy link
Contributor

@pussuw pussuw commented Oct 30, 2024

Note: Please adhere to Contributing Guidelines.

Summary

The sched_note calls were missing from riscv_perform_syscall().

Impact

Fixes tiny regression, related to task instrumentation. Only RISC-V and BUILD_KERNEL=y are affected.

Testing

Sched note works again!

The sched_note calls were missing from riscv_perform_syscall().
@github-actions github-actions bot added Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Size: XS The size of the change in this PR is very small labels Oct 30, 2024
@xiaoxiang781216 xiaoxiang781216 merged commit f36dff8 into apache:master Oct 30, 2024
17 checks passed
@pussuw pussuw deleted the rv_syscall_schednote branch October 30, 2024 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Arch: risc-v Issues related to the RISC-V (32-bit or 64-bit) architecture Size: XS The size of the change in this PR is very small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants