mbox series

[v2,0/2] Fix sched-rt sysctl files & update docs

Message ID 20230927103012.9587-1-chrubis@suse.cz
Headers show
Series Fix sched-rt sysctl files & update docs | expand

Message

Cyril Hrubis Sept. 27, 2023, 10:30 a.m. UTC
- First patch fixes sched-rt sysctl files to disallow writing invalid
  values

- Second patch is new in v2 and clarifies and fixes the documentation
  for these files and is actually independent of the first patch

Cyril Hrubis (2):
  sched/rt: Disallow writing invalid values to sched_rt_period_us
  docs: scheduler-rt: Clarify & fix sched_rt_* sysctl docs

 Documentation/scheduler/sched-rt-group.rst | 14 ++++++++------
 kernel/sched/rt.c                          |  9 +++++----
 2 files changed, 13 insertions(+), 10 deletions(-)