Re: [PATCH v2 07/11] sched_ext: Add an event, BYPASS_ACTIVATE

From: Changwoo Min
Date: Thu Jan 30 2025 - 01:34:58 EST


Hello,

On 25. 1. 28. 05:03, Tejun Heo wrote:
On Sun, Jan 26, 2025 at 07:16:10PM +0900, Changwoo Min wrote:
...
@@ -3707,6 +3712,7 @@ static int select_task_rq_scx(struct task_struct *p, int prev_cpu, int wake_flag
p->scx.slice = SCX_SLICE_DFL;
p->scx.ddsp_dsq_id = SCX_DSQ_LOCAL;
}
+
return cpu;
}
}

Stray change?

My bad. Will fix it.

Regards,
Changwoo Min