Skip to content

Conversation

@pussuw
Copy link
Contributor

@pussuw pussuw commented Oct 23, 2024

Summary

I noticed that sched_note_stop() is never called for tasks that exit normally. This patch fixes a regression from #13728 ; there is a missing call to sched_note_stop() in task_exit().

Impact

Fixes the scheduler instrumentation when a task exits. Nothing else is affected.

Testing

Private MPFS target with sched note driver.

@github-actions github-actions bot added Area: OS Components OS Components issues Size: XS The size of the change in this PR is very small labels Oct 23, 2024
A regression from apache#13728 ; sched_note_stop() is never called for tasks
that exit normally via exit().
@acassis acassis merged commit 134ecf3 into apache:master Oct 23, 2024
@pussuw pussuw deleted the exit_sched_note branch October 23, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: OS Components OS Components issues 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.

4 participants