[PATCH v3 0/3] Fix sched-rt sysctl files & update docs

Cyril Hrubis posted 3 patches 2 years, 3 months ago
Documentation/scheduler/sched-rt-group.rst | 40 ++++++++++++----------
kernel/sched/rt.c                          |  9 ++---
2 files changed, 26 insertions(+), 23 deletions(-)
[PATCH v3 0/3] Fix sched-rt sysctl files & update docs
Posted by Cyril Hrubis 2 years, 3 months ago
New in v3:
 - Spelling fixes as requested by Ingo
 - added third patch that replaces all cases of realtime with real-time
   in the docs

Cyril Hrubis (3):
  sched/rt: Disallow writing invalid values to sched_rt_period_us
  docs: scheduler-rt: Clarify & fix sched_rt_* sysctl docs
  docs: scheduler-rt: Use real-time instead of realtime

 Documentation/scheduler/sched-rt-group.rst | 40 ++++++++++++----------
 kernel/sched/rt.c                          |  9 ++---
 2 files changed, 26 insertions(+), 23 deletions(-)

-- 
2.41.0
Re: [PATCH v3 0/3] Fix sched-rt sysctl files & update docs
Posted by Ingo Molnar 2 years, 3 months ago
* Cyril Hrubis <chrubis@suse.cz> wrote:

> New in v3:
>  - Spelling fixes as requested by Ingo
>  - added third patch that replaces all cases of realtime with real-time
>    in the docs
> 
> Cyril Hrubis (3):
>   sched/rt: Disallow writing invalid values to sched_rt_period_us
>   docs: scheduler-rt: Clarify & fix sched_rt_* sysctl docs
>   docs: scheduler-rt: Use real-time instead of realtime
> 
>  Documentation/scheduler/sched-rt-group.rst | 40 ++++++++++++----------
>  kernel/sched/rt.c                          |  9 ++---
>  2 files changed, 26 insertions(+), 23 deletions(-)

Applied to tip:sched/core for a v6.7 merge, thanks!

	Ingo