FS#66866 - [linux] Please enable CONFIG_SCHED_THERMAL_PRESSURE for 5.7 kernel
Attached to Project:
Arch Linux
Opened by Marcin Rzeźnicki (mrzeznicki) - Tuesday, 02 June 2020, 15:29 GMT
Last edited by Jan Alexander Steffens (heftig) - Tuesday, 02 June 2020, 17:37 GMT
Opened by Marcin Rzeźnicki (mrzeznicki) - Tuesday, 02 June 2020, 15:29 GMT
Last edited by Jan Alexander Steffens (heftig) - Tuesday, 02 June 2020, 17:37 GMT
|
Details
Description:
I noticed that CONFIG_SCHED_THERMAL_PRESSURE was unset on the 5.7 master branch. I believe this is worth having it on, based on https://lwn.net/Articles/788380/ (especially for laptops) and Internet gossips of improved performance. Thanks in advance! |
This task depends upon
Closed by Jan Alexander Steffens (heftig)
Tuesday, 02 June 2020, 17:37 GMT
Reason for closing: Not a bug
Tuesday, 02 June 2020, 17:37 GMT
Reason for closing: Not a bug
Comment by
Jan Alexander Steffens (heftig) -
Tuesday, 02 June 2020, 15:52 GMT
The thermal pressure is always 0 on non-ARM platforms.
Comment by
Marcin Rzeźnicki (mrzeznicki) -
Tuesday, 02 June 2020, 16:32 GMT
Thanks for a quick reply! Thanks, I didn't know that. I glanced
through git repo
(https://github.com/torvalds/linux/blob/0fe5f9ca223573167c4c4156903d751d2c8e160e/include/linux/sched/topology.h#L230
?) and sadly, you're right. Thank you very much and sorry to have
bothered you!