Re: [PATCHv2 0/2] sched/deadline: Fix potential race in dl_add_task_root_domain()
From: Waiman Long
Date: Wed Jan 07 2026 - 17:23:03 EST
On 11/25/25 3:14 AM, Juri Lelli wrote:
Hi,
On 25/11/25 11:26, Pingfan Liu wrote:
These two patches address the issue reported by Juri [1] (thanks!).
The first removes an unnecessary comment, the second is the actual fix.
@Tejun, while these could be squashed together, I kept them separate to
maintain the one-patch-one-purpose rule. let me know if you'd like me to
resend these in a different format, or feel free to adjust as needed.
[1]: https://lore.kernel.org/lkml/aSBjm3mN_uIy64nz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Pingfan Liu (2):
sched/deadline: Remove unnecessary comment in
dl_add_task_root_domain()
sched/deadline: Fix potential race in dl_add_task_root_domain()
kernel/sched/deadline.c | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
For both
Acked-by: Juri Lelli <juri.lelli@xxxxxxxxxx>
Peter,
Are these 2 patches eligible to be merged into the the scheduler branch
of the tip tree? These are bug fixes to the deadline scheduler code.
Cheers,
Longman