[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <aAaea_h3ORZGmkxp@slm.duckdns.org>
Date: Mon, 21 Apr 2025 09:37:15 -1000
From: Tejun Heo <tj@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, David Vernet <void@...ifault.com>,
Andrea Righi <arighi@...dia.com>,
Changwoo Min <changwoo@...lia.com>
Subject: [GIT PULL] sched_ext: Fixes for v6.15-rc3
The following changes since commit 4a1d8ababde685a77fd4fd61e58f973cbdf29f8c:
Merge tag 'riscv-for-linus-6.15-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux (2025-04-04 09:49:17 -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.15-rc3-fixes
for you to fetch changes up to bc08b15b54b8aadbc8a8f413271c07a3f4bead87:
sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation (2025-04-08 08:53:52 -1000)
----------------------------------------------------------------
sched_ext: Fixes for v6.15-rc3
- Use kvzalloc() so that large exit_dump buffer allocations don't fail
easily.
- Remove cpu.weight / cpu.idle unimplemented warnings which are more
annoying than helpful. This makes SCX_OPS_HAS_CGROUP_WEIGHT unnecessary.
Mark it for deprecation.
----------------------------------------------------------------
Breno Leitao (1):
sched_ext: Use kvzalloc for large exit_dump allocation
Tejun Heo (2):
sched_ext: Remove cpu.weight / cpu.idle unimplemented warnings
sched_ext: Mark SCX_OPS_HAS_CGROUP_WEIGHT for deprecation
kernel/sched/ext.c | 50 ++++++----------------------------------
tools/sched_ext/scx_flatcg.bpf.c | 2 +-
2 files changed, 8 insertions(+), 44 deletions(-)
--
tejun
Powered by blists - more mailing lists