On Thu, Feb 22, 2024 at 04:13:21PM +0100, Petr Vorel wrote: > Hi, > > maybe you will not like introducing 'static int int_max = INT_MAX;' for > this old kernel which EOL in 10 months. That's fine, not a big deal :) > > Cyril Hrubis (3): > sched/rt: Fix sysctl_sched_rr_timeslice intial value > sched/rt: sysctl_sched_rr_timeslice show default timeslice after reset > sched/rt: Disallow writing invalid values to sched_rt_period_us > > kernel/sched/rt.c | 10 +++++----- > kernel/sysctl.c | 5 +++++ > 2 files changed, 10 insertions(+), 5 deletions(-) Thanks for the patches, but they all got connected into the same thread, making it impossible to detect which ones are for what branches :( Can you put the version in the [PATCH X/Y] section like [PATCH 4.14 X/Y] or just make separate threads so we have a chance? thanks, greg k-h