Re: [PATCH] sched/deadline: fix BUG_ON() ENQUEUE_REPLENISH check

2021-02-08 Thread Juri Lelli
Hi, On 06/02/21 12:48, t...@redhat.com wrote: > From: Tom Rix > > When the BUG_ON check for (flags != ENQUEUE_REPLENISH) was created, the > flag was set to ENQUEUE_REPLENISH in rt_mutex_setprio(), now it is or-ed > in. So the checking logic needs to change. > > Fixes: 1de64443d755

[PATCH] sched/deadline: fix BUG_ON() ENQUEUE_REPLENISH check

2021-02-06 Thread trix
From: Tom Rix When the BUG_ON check for (flags != ENQUEUE_REPLENISH) was created, the flag was set to ENQUEUE_REPLENISH in rt_mutex_setprio(), now it is or-ed in. So the checking logic needs to change. Fixes: 1de64443d755 ("sched/core: Fix task and run queue sched_info::run_delay