Merge tag 'devfreq-next-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 21 Dec 2023 13:43:46 +0000 (14:43 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 21 Dec 2023 13:43:46 +0000 (14:43 +0100)
commitbfd7b2d95ef467dd6bda7b90a3686f0fcf2d8b02
tree5e2e6ced81a4f4eb08d85d28d63b71df9abbc209
parentceb6a6f023fd3e8b07761ed900352ef574010bcb
parentaed5ed595960c6d301dcd4ed31aeaa7a8054c0c6
Merge tag 'devfreq-next-for-6.8' of git://git./linux/kernel/git/chanwoo/linux into pm-devfreq

Merge devfreq updates for v6.8 from Chanwoo Choi:

"1. Fix buffer overflow of trans_stat_show sysfs node on devfreq core

    - Fix buffer overflow of trans_stat_show sysfs node to replace
      sprintf with scnprintf and then replace it with sysfs_emit
      according to the syfs guide.

 2. Fix the timer list corruption when frequent switching of governor
    by synchronizing the devfreq_moniotr_start and _stop function."

* tag 'devfreq-next-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/linux:
  PM / devfreq: Synchronize devfreq_monitor_[start/stop]
  PM / devfreq: Convert to use sysfs_emit_at() API
  PM / devfreq: Fix buffer overflow in trans_stat_show