Commit 08df884136f1 for kernel

commit 08df884136f1c1197bab2a27814404fd329d9aac
Merge: 5897d0546f8a 5ad0af4f4367
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Thu Sep 10 14:45:25 2026 -0700

    Merge tag 'thermal-7.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

    Pull thermal control fix from Rafael Wysocki:
     "Replace snprintf() with scnprintf() in the thermal core sysfs code to
      avoid compiler warnings about potential truncation of the names of the
      sysfs attributes (Andy Shevchenko)"

    * tag 'thermal-7.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
      thermal: sysfs: switch to use scnprintf() to suppress truncation warning