All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] sched_ext: documentation fixes
@ 2026-08-19  3:12 luoliang
  2026-08-19  3:12 ` [PATCH 1/2] Docs/admin-guide/cgroup-v2: document BPF scheduler callbacks for cpu.max and cpu.idle luoliang
  2026-08-19  3:12 ` [PATCH 2/2] sched_ext: Fix nonexistent field in sched-ext.rst example luoliang
  0 siblings, 2 replies; 5+ messages in thread
From: luoliang @ 2026-08-19  3:12 UTC (permalink / raw)
  To: Tejun Heo
  Cc: David Vernet, Andrea Righi, Changwoo Min, sched-ext, linux-kernel,
	Liang Luo

From: Liang Luo <luoliang@kylinos.cn>

Two documentation fixes found by cross-checking the documents against
the current kernel code:

  1. cgroup-v2.rst: cpu.max, cpu.max.burst and cpu.idle still claim to
     affect only the fair-class scheduler, but writes to these files
     also notify BPF schedulers through the cgroup_set_bandwidth and
     cgroup_set_idle callbacks. Mirror the existing cpu.weight wording.

  2. sched-ext.rst: the ops.exit() example reads ei->type, a field
     struct scx_exit_info has never had. Use ei->kind so the example
     compiles as written.

Liang Luo (2):
  Docs/admin-guide/cgroup-v2: document BPF scheduler callbacks for
    cpu.max and cpu.idle
  sched_ext: Fix nonexistent field in sched-ext.rst example

 Documentation/admin-guide/cgroup-v2.rst | 12 +++++++++---
 Documentation/scheduler/sched-ext.rst   |  2 +-
 2 files changed, 10 insertions(+), 4 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-08-19 20:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-19  3:12 [PATCH 0/2] sched_ext: documentation fixes luoliang
2026-08-19  3:12 ` [PATCH 1/2] Docs/admin-guide/cgroup-v2: document BPF scheduler callbacks for cpu.max and cpu.idle luoliang
2026-08-19 20:08   ` Tejun Heo
2026-08-19  3:12 ` [PATCH 2/2] sched_ext: Fix nonexistent field in sched-ext.rst example luoliang
2026-08-19 20:08   ` Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.