Skip to content

{bp-19563} sched/sched_critmonitor: remove duplicate preemption start block - #19655

Merged
xiaoxiang781216 merged 1 commit into
apache:releases/13.0from
jerpelea:bp-19563
Aug 3, 2026
Merged

{bp-19563} sched/sched_critmonitor: remove duplicate preemption start block#19655
xiaoxiang781216 merged 1 commit into
apache:releases/13.0from
jerpelea:bp-19563

Conversation

@jerpelea

@jerpelea jerpelea commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Summary

The to->preemp_start = current assignment when to->lockcount > 0 was executed twice under CONFIG_SCHED_CRITMONITOR_MAXTIME_PREEMPTION, once in the main preemption block and again after the csection block. Remove the redundant duplicate.

Impact

RELEASE

Testing

CI

The `to->preemp_start = current` assignment when `to->lockcount > 0`
was executed twice under CONFIG_SCHED_CRITMONITOR_MAXTIME_PREEMPTION,
once in the main preemption block and again after the csection block.
Remove the redundant duplicate.

Signed-off-by: yushuailong <yyyusl@qq.com>
@github-actions github-actions Bot added Area: OS Components OS Components issues Size: S The size of the change in this PR is small labels Aug 3, 2026
@xiaoxiang781216
xiaoxiang781216 merged commit 9df4423 into apache:releases/13.0 Aug 3, 2026
18 of 41 checks passed
@jerpelea
jerpelea deleted the bp-19563 branch August 4, 2026 06:19
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: S The size of the change in this PR is small

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants