[PATCH 0/3] sched: Miscellaneous isolation related cleanups

Waiman Long posted 3 patches 1 year, 5 months ago
There is a newer version of this series
include/linux/sched/isolation.h | 19 +++++++++++++------
kernel/sched/fair.c             |  7 ++-----
kernel/sched/isolation.c        |  2 +-
3 files changed, 16 insertions(+), 12 deletions(-)
[PATCH 0/3] sched: Miscellaneous isolation related cleanups
Posted by Waiman Long 1 year, 5 months ago
This series contains a number of miscellaneous sched/isolation related
cleanups.

Waiman Long (3):
  sched/isolation: Add HK_FLAG_SCHED to nohz_full
  sched/fair: Use HK_TYPE_SCHED housekeeping CPUs
  sched/isolation: Consolidate housekeeping cpumasks that are always
    identical

 include/linux/sched/isolation.h | 19 +++++++++++++------
 kernel/sched/fair.c             |  7 ++-----
 kernel/sched/isolation.c        |  2 +-
 3 files changed, 16 insertions(+), 12 deletions(-)

-- 
2.43.5
Re: [PATCH 0/3] sched: Miscellaneous isolation related cleanups
Posted by Waiman Long 1 year, 5 months ago
On 8/18/24 19:45, Waiman Long wrote:
> This series contains a number of miscellaneous sched/isolation related
> cleanups.
>
> Waiman Long (3):
>    sched/isolation: Add HK_FLAG_SCHED to nohz_full
>    sched/fair: Use HK_TYPE_SCHED housekeeping CPUs
>    sched/isolation: Consolidate housekeeping cpumasks that are always
>      identical
>
>   include/linux/sched/isolation.h | 19 +++++++++++++------
>   kernel/sched/fair.c             |  7 ++-----
>   kernel/sched/isolation.c        |  2 +-
>   3 files changed, 16 insertions(+), 12 deletions(-)

Ping. Any comment or suggestion on these patches?

Thanks,
Longman