]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'thermal-testing'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 11 Jun 2026 16:21:22 +0000 (18:21 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 11 Jun 2026 16:21:22 +0000 (18:21 +0200)
Merge thermal control testing facility updates for 7.2:

 - Replace sscanf() with kstrtoul() or kstrtoint() in several places in
   the thermal testing code (Ovidiu Panait)

 - Make the thermal testing facility reject missing command arguments to
   avoid NULL pointer dereferences (Samuel Moelius)

* thermal-testing:
  thermal: sysfs: Replace sscanf() with kstrtoul()
  thermal: testing: Replace sscanf() with kstrtoint()
  thermal: testing: reject missing command arguments


Trivial merge