Commit f6e7b42bf05b for kernel

commit f6e7b42bf05b2427fb8a7a1d1c387a86638bb413
Merge: 587858367581 afdf35cfae0d
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Sep 15 09:43:15 2026 -0700

    Merge tag 'sysctl-7.03-fixes-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl

    Pull sysctl fixes from Joel Granados:

     - Re-add the range check for millisecond to jiffy conversion in sysctl

       They where removed in d174174c6776 ("sysctl: replace
       SYSCTL_INT_CONV_CUSTOM macro with functions") and b96b5c6708ea
       ("sysctl: Replace do_proc_do{int,ulong,uint}vec with do_proc_vec")

     - Fix type truncation in sysctl_msec_to_jiffies

       Previously truncated millisecond values now get converted into
       MAX_JIFFY_OFFSET

    * tag 'sysctl-7.03-fixes-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl:
      sysctl: Fix type truncation in sysctl_msec_to_jiffies
      sysctl: Check range in do_proc_ulong_conv_ms_jiffies
      sysctl: Check range in  proc_dointvec_ms_jiffies_minmax