Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Pull power management fix from Rafael Wysocki:
"Fix a recent Energy Model change that went against a recent scheduler
change made independently (Vincent Guittot)"

* tag 'pm-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
PM: EM: fix wrong utilization estimation in em_cpu_energy()

-1
-1
include/linux/energy_model.h
··· 245 245 * max utilization to the allowed CPU capacity before calculating 246 246 * effective performance. 247 247 */ 248 - max_util = map_util_perf(max_util); 249 248 max_util = min(max_util, allowed_cpu_cap); 250 249 251 250 /*