]> exis.tech > repos - linux.git/commit
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)
commitbc1c872ce0ab3984f5fcefeb952541a802b891e7
tree3a6c0a37f586b4be4e77d690177366f8efd6f302
parent9e2d7e32da60e594c41b692305b206a3286ea505
parent64762d48ec84d36fc2618920a731368387253efc
Merge branch 'thermal-testing'

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