[GIT PULL] scheduler fixes

From: Ingo Molnar
Date: Sat Aug 06 2022 - 15:21:21 EST


Linus,

Please pull the latest sched/urgent git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-urgent-2022-08-06

# HEAD: 751d4cbc43879229dbc124afefe240b70fd29a85 sched/core: Do not requeue task on CPU excluded from cpus_mask

Various fixes: a deadline scheduler fix, a migration fix, a Sparse fix and a comment fix.

Thanks,

Ingo

------------------>
Ben Dooks (1):
sched/rt: Fix Sparse warnings due to undefined rt.c declarations

Ingo Molnar (1):
exit: Fix typo in comment: s/sub-theads/sub-threads

Mel Gorman (1):
sched/core: Do not requeue task on CPU excluded from cpus_mask

Waiman Long (1):
sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed


include/linux/sched.h | 2 +-
kernel/cgroup/cpuset.c | 2 +-
kernel/exit.c | 2 +-
kernel/sched/core.c | 16 +++++++++++-----
kernel/sched/sched.h | 7 ++++---
5 files changed, 18 insertions(+), 11 deletions(-)