Pavol Zacik
Pavol Zacik
Since version 0.20, power-profiles-daemon exposes its DBus interface under "org.freedesktop.UPower.PowerProfiles" alongside the previous name. To be compatible with PPD, this commit implements the same change into tuned-ppd. Resolves: #683
The no_turbo knob only recognizes 0 or 1, so we have to convert the option value defined in the profile to an integer if necessary. Related: #630 Resolves: RHEL-51760
This PR brings another round of tuned-ppd adjustments and bug fixes. The individual commit messages explain why the changes are being made. The most prominent change is dropping reverse profile...
This makes the function output shorter which is desirable with many CPUs when the function is used, e.g., to compute the content of the isolcpus kernel argument. Resolves: RHEL-75751
`rcutree.nohz_full_patience_delay` is a new kernel parameter added in 6.11. For more details, see https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=68d124b0999919015e6d23008eafea106ec6bb40.
This PR aims to simplify the tuning of kernel parameters in rpm-ostree systems, which has some major flaws: 1. It does not respect the claim that existing kernel parameters are...