mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] sched_ext: Fixes for v6.12-rc1
@ 2024-09-23 17:04 Tejun Heo
  2024-09-23 17:18 ` Tejun Heo
  2024-09-24 18:45 ` pr-tracker-bot
  0 siblings, 2 replies; 3+ messages in thread
From: Tejun Heo @ 2024-09-23 17:04 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, kernel-team, sched-ext, David Vernet

The following changes since commit 88264981f2082248e892a706b2c5004650faac54:

  Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext (2024-09-21 09:44:57 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git/ tags/sched_ext-for-6.12-rc1-fixes

for you to fetch changes up to 431844b65f4c1b988ccd886f2ed29c138f7bb262:

  sched_ext: Provide a sysfs enable_seq counter (2024-09-23 06:53:02 -1000)

----------------------------------------------------------------
sched_ext: Fixes for v6.12-rc1

- Three build fixes.

- The fix for a stall bug introduced by a recent optimization in sched core
  (SM_IDLE).

- Addition of /sys/kernel/sched_ext/enable_seq. While not a fix, it is a
  simple addition that distro people want to be able to tell whether an SCX
  scheduler has ever been loaded on the system.

----------------------------------------------------------------
Andrea Righi (1):
      sched_ext: Provide a sysfs enable_seq counter

Pat Somaru (1):
      sched, sched_ext: Disable SM_IDLE/rq empty path when scx_enabled()

Tejun Heo (1):
      sched_ext: Fix build when !CONFIG_STACKTRACE

Yu Liao (2):
      sched: Add dummy version of sched_group_set_idle()
      sched: Put task_group::idle under CONFIG_GROUP_SCHED_WEIGHT

 Documentation/scheduler/sched-ext.rst | 10 ++++++++++
 kernel/sched/core.c                   |  3 ++-
 kernel/sched/ext.c                    | 24 +++++++++++++++++++++---
 kernel/sched/sched.h                  | 10 ++++++----
 tools/sched_ext/scx_show_state.py     |  1 +
 5 files changed, 40 insertions(+), 8 deletions(-)

-- 
tejun

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] sched_ext: Fixes for v6.12-rc1
  2024-09-23 17:04 [GIT PULL] sched_ext: Fixes for v6.12-rc1 Tejun Heo
@ 2024-09-23 17:18 ` Tejun Heo
  2024-09-24 18:45 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: Tejun Heo @ 2024-09-23 17:18 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, kernel-team, sched-ext, David Vernet, Ingo Molnar,
	Peter Zijlstra

Forgot to cc Peter and Ingo for the fixes that touch sched core. Cc'ing and
quoting whole body.

On Mon, Sep 23, 2024 at 07:04:24AM -1000, Tejun Heo wrote:
> The following changes since commit 88264981f2082248e892a706b2c5004650faac54:
> 
>   Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext (2024-09-21 09:44:57 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git/ tags/sched_ext-for-6.12-rc1-fixes
> 
> for you to fetch changes up to 431844b65f4c1b988ccd886f2ed29c138f7bb262:
> 
>   sched_ext: Provide a sysfs enable_seq counter (2024-09-23 06:53:02 -1000)
> 
> ----------------------------------------------------------------
> sched_ext: Fixes for v6.12-rc1
> 
> - Three build fixes.
> 
> - The fix for a stall bug introduced by a recent optimization in sched core
>   (SM_IDLE).
> 
> - Addition of /sys/kernel/sched_ext/enable_seq. While not a fix, it is a
>   simple addition that distro people want to be able to tell whether an SCX
>   scheduler has ever been loaded on the system.
> 
> ----------------------------------------------------------------
> Andrea Righi (1):
>       sched_ext: Provide a sysfs enable_seq counter
> 
> Pat Somaru (1):
>       sched, sched_ext: Disable SM_IDLE/rq empty path when scx_enabled()
> 
> Tejun Heo (1):
>       sched_ext: Fix build when !CONFIG_STACKTRACE
> 
> Yu Liao (2):
>       sched: Add dummy version of sched_group_set_idle()
>       sched: Put task_group::idle under CONFIG_GROUP_SCHED_WEIGHT
> 
>  Documentation/scheduler/sched-ext.rst | 10 ++++++++++
>  kernel/sched/core.c                   |  3 ++-
>  kernel/sched/ext.c                    | 24 +++++++++++++++++++++---
>  kernel/sched/sched.h                  | 10 ++++++----
>  tools/sched_ext/scx_show_state.py     |  1 +
>  5 files changed, 40 insertions(+), 8 deletions(-)
> 
> -- 
> tejun

-- 
tejun

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] sched_ext: Fixes for v6.12-rc1
  2024-09-23 17:04 [GIT PULL] sched_ext: Fixes for v6.12-rc1 Tejun Heo
  2024-09-23 17:18 ` Tejun Heo
@ 2024-09-24 18:45 ` pr-tracker-bot
  1 sibling, 0 replies; 3+ messages in thread
From: pr-tracker-bot @ 2024-09-24 18:45 UTC (permalink / raw)
  To: Tejun Heo
  Cc: Linus Torvalds, linux-kernel, kernel-team, sched-ext, David Vernet

The pull request you sent on Mon, 23 Sep 2024 07:04:24 -1000:

> git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git/ tags/sched_ext-for-6.12-rc1-fixes

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6fa6588e5964473356f0e2a02093ea42a5b3fd56

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-24 18:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-23 17:04 [GIT PULL] sched_ext: Fixes for v6.12-rc1 Tejun Heo
2024-09-23 17:18 ` Tejun Heo
2024-09-24 18:45 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®