Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: tuned-ppd | Distribution: openSUSE Tumbleweed |
Version: 2.24.1.50+git.13dfc68 | Vendor: openSUSE |
Release: 1.1 | Build date: Mon Jan 27 22:33:57 2025 |
Group: System/Base | Build host: reproducible |
Size: 7099 | Source RPM: tuned-2.24.1.50+git.13dfc68-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/redhat-performance/tuned | |
Summary: PPD compatibility daemon |
An API translation daemon that allows applications to easily transition to TuneD from power-profiles-daemon (PPD).
GPL-2.0-or-later
* Mon Jan 27 2025 Gabriel Krisman Bertazi <gabriel.bertazi@suse.com> - Fix grub.cfg path (bsc#1236491) A 0001-tuned-consts-Fix-grub.cfg-path-in-SLE.patch * Wed Jan 22 2025 Dominique Leuenberger <dimstar@opensuse.org> - Drop rcFOO symlinks for CODE16 (PED-266). * Fri Jan 17 2025 trenn@suse.de - Update to version 2.24.1.50+git.13dfc68: * scheduler: updated sched knobs for kernels 6.6+ * plugin_cpu: allow raw energy_performance_preference values * Do not initialize kvm low latency if kvm not present - Do not conflict with power-profiles-daemon, this is managed via ppd-service in the tuned-ppd subpackage (bsc#1234754) * Thu Jan 16 2025 trenn@suse.de - Update to version 2.24.1.44+git.cc168b9: * tuned-ppd: Remove the use of StrEnum * tuned-ppd: Disallow releasing profile holds of other processes * tuned-ppd: Unify polkit policy with power-profiles-daemon * Obsolete power-profiles-daemon * Document new vm plugin options * Adjust profiles to set dirty_(bytes|ratio) via the vm plugin * vm: Add support for dirty_(bytes|ratio) sysctl parameters * tuned-ppd: Support the new UPower PPD namespace * tuned-ppd: Enable changing profile via function keys * tuned-ppd: Use inotify to check for performance degradation * tuned-ppd: Require the presence of the balanced profile * tuned-ppd: Add the version property * tuned-ppd: Add docstrings * tuned-ppd: Keep track of active and base profile * tuned-ppd: Fix UPower signal handler initialization * Add variables to BLS entries only if grub is used * powertop2tuned: use default user profile path from the consts * tuned-ppd: Use effective hold profile when adding profile holds * Bump doc/manual revision date and number * Clean up plugin docstrings * Add a script for generation of plugin docs from docstrings * scheduler: Do not assume that perf events have type attribute * Fix the error in the raise statement of check_positive() * fix: expand variables in Plugin._verify_all_device_commands * Allow shared service drop-in directory * drop support for cpuspeed * Parse no_turbo cpu plugin option using commands.get_bool * Tue Dec 17 2024 Mel Gorman <mgorman@suse.com> - Move gobject dependency to gtk package as it is the only utility that imports gi. * Tue Dec 17 2024 Mel Gorman <mgorman@suse.com> - Remove unnecessary cpupower dependency, sysfs fallback is used instead. * Thu Nov 28 2024 trenn@suse.de - Fix below security issues found by SUSE security review of latest polkit API additions. Kudos go to Matthias Gerstner (bsc#1232412) - fixed privileged execution of arbitrary scripts by active local user resolves: CVE-2024-52336 - added sanity checks for API methods parameters resolves: CVE-2024-52337 - Update to version 2.24.1.0+git.90c24ee: * new release (2.24.1) * spec: used macro for profiles path and other fixes * realtime: remove leftover use of tuna * Sat Oct 26 2024 Thomas Renninger <trenn@suse.de> - Correct service cleanup calls in preun and postun scripts - Move tmpfile_create before service_add_post - Added python3-pyudev and python3-dbus-python as BuildRequires for added check section - Move user defined profiles from /etc/tuned/ into subdirs /etc/tuned/PROFILE via spec's %post routine - Enable make test in check section - Update has at least parts of jsc#PED-10695 * Sun Aug 25 2024 pallaswept@proton.me - Migrate profiles to /etc/tuned/profiles/ and /usr/lib/tuned/profiles/ * Per upstream #615 and #609 - Update to version 2.24.0.2+git.c082797: * controller init: set _on_battery before switching profile - New release (2.24.0) * Clear plugin repository when stopping tuning * man: add description of the balanced-battery profile - New release (2.24.0-rc.1) * chore: remove dead irqbalance functions * plugin_irqbalance: switch to IRQBALANCE_BANNED_CPULIST * hotplug: wait for device initialization * Add `functions` to the files copied by the release-cp Makefile target * Add package2cpus and packages2uncores matcher functions * uncore: Allow to configure frequency limits using percent * plugin_scheduler: Adjust error logging in _set_affinity * fix: expand variables in plugin_irq * tests: Restore TuneD service after the error messages test * tests: Do not run tunedDisableSystemdRateLimitingStart via rlRun * Enable controller reset for audio by default * tuned-ppd: Adjust log message emitted when battery status changes * tuned-ppd: Refactor daemon initialization * tuned-ppd: Remove magic constant "unknown" * Add support for controlling amd-pstate core performance boost * spec: Start tuned-ppd right away if swapping from active PPD * spec: Add standard systemd scriptlet macros for tuned-ppd * tuned-ppd: Remove PIDFile from the systemd service file * tuned-ppd: Add an option to log to a file * Install script functions and recommend.d to /usr/lib/tuned/ * Rename TUNED_PROFILESDIR to TUNED_PROFILES_DIR * CNF-13015: Fix helper function not accessing the correct return result * CNF-13015: Add helper function to run `lscpu` and parse result using regex parameters - This is similar to the cpuinfo function that reads from /proc/cpuinfo - Unfortunately that function was insufficient for our needs as we need to identify both the Vendor and Architecture reliably * Sat Jun 22 2024 tobi.goergens@gmail.com - Update to version 2.23.0.2+git.5d5dbfc: * chore: remove use of deprecated Logger.warn() * new release (2.23.0) * Disk plugin: make hdparm device checks lazy * Revert "Video plugin: make hdparm device checks lazy" * Video plugin: make hdparm device checks lazy * Do not check for x86_energy_perf_policy if it won't be used * Check that writes are necessary if they may cause redundant IPIs * Add an option to skip `write_to_file` if the content would not change * Turn on amdgpu panel power savings in balanced-battery * Modify the video plugin for tuning of the amdgpu `panel_power_savings` attribute * video: Don't show error when trying to read radeon files * video: make missing radeon_powersave files quieter * video: Rename _radeon_powersave_files to _files * feat: add plugin_irq * throughput-performance: dropped unused AMD related variable * ppd: Adjust the detection of 'performance-degraded' * ppd: Fix hold releasing * ppd: Add debug logs when changing base profile * Re-check dbus when (re)starting TuneD from tuned-adm profile * functions: added 'log' which helps with debugging * Simplify reading/writing from/to sysctl by using existing functions * Fix logs in `commands.read_file` * plugin_cpu: decrease the severity of _has_pm_qos==False * sap-netweaver: increased vm.max_map_count * daemon: buffer sighup signal * tuned-ppd: Detect battery change events * Migrate profiles to /etc/tuned/profiles/ and /usr/lib/tuned/profiles/ * Propagate unexpected exceptions in the wait exception handler * Add an option to configure profile directories * Use get_list to parse unix_socket_signal_path * Add a function to parse lists in the global configuration * Added intel_recommended_pstate builtin function. * dbus: add commands to dynamically create/destroy instances * dbus: ensure that hotplug operations only work on hotplug plugins * instance: add priority as a property * monitor_net: fixed traceback if stats cannot be read * plugin_net: do not read monitors if dynamic tuning is disabled * Allow equal characters in parameter value * Thu Feb 29 2024 trenn@suse.de - Update to version 2.22.1.2+git.86ac977: * fix-error * new release (2.22.1) * Rename plugin_intel_uncore.py to plugin_uncore.py * Rename IntelUncorePlugin to UncorePlugin * network-throughput: increased net.ipv4.tcp_rmem default value * spec: cleanup, drop RHEL dynamic_tuning customization * new release (2.22.0) - Polkit changes got accepted by security review (bsc#1220081) * Fri Feb 16 2024 trenn@suse.de - Update to version 2.22.0.rc.1.0+git.ad314ee: * Disable dynamic tuning by default * plugin_cpu: improved backward compat. of the pm_qos parser warnings * Sun Feb 11 2024 trenn@suse.de - Update to version 2.22.0-rc.1.0+git.ad314ee: * new release (2.22.0-rc.1) * Add missing install command for tuned-ppd.py * Fixes for intel uncore plugin * Add intel uncore plugin * scheduler: add option for ignoring IRQs affinity * Configure the PPD-to-TuneD daemon to work as a replacement of PPD * Implement the PPD-to-TuneD daemon * Make DBusExporter reusable for other services * Do not report errors on systems with no wifi * Add an ACPI plugin * plugin_cpu: Support cstate settings of `pm_qos_resume_latency_us` * Skip calling rpm-ostree kargs in no-op case * Expand sysctl plugin options when reporting overrides * profiles: add energy_performance_preference hints to profiles * hotplug: do not report ENOENT errors on device remove * profiles: Improve 'isolated_cores=' help text * Be explicit about amd-pstate support * Fixed REs escape sequences not to trigger SyntaxWarning * sap-hana-kvm-guest: fix whitespaces * Fix TextView to expand with window * Mon Dec 04 2023 aschnell@suse.com - do not package inoperable plugins (bsc#1217758) * Wed Nov 15 2023 trenn@suse.de - Update to version 2.21.0.17+git.5d3b469: * Add API functions to retrieve active instances and their devices * Add a tuned-adm command for moving devices between plugin instances * Add support for sysctl names with slash * Make all functions in plugin_sysctl.py methods of SysctlPlugin * RHEL-3689: Print all arguments of failing command in err_msg * style: fix inconsistent whitespace in plugin_cpu.py * Return 0 when ksm services do not exist * fix error * Converted SPEC file license to SPDX * Fri Sep 15 2023 trenn@suse.de - Update to version 2.21.0.0+git.670541d: * new release (2.21.0) * api: fixed stop method not to require any parameter * new release (2.21.0-rc.1) * gui: multiple fixes and warnings removal * gui: fixed inconsistent tabs and spaces, introduced by #516 * Serialize SIGHUP processing * No errors when physical_package_id file does not exist * Update tests: disable systemd rate limiting. * network-latency: enable rcu_normal_after_boot=1 kernel parameter * remove ktimer_lockless_check sysfs setting from realtime-virtual profiles * move rtentsk to network-latency profile * move "tsc=reliable" setting from realtime to network-latency tuned configuration * unify common sysctl settings between realtime and cpu-partitioning profiles * Rename rollback-related constants and variables * Add rollback option to tuned-main.conf * Recast README into MarkDown with various minor corrections and improvements * Remove setting ip forwarding via openshift profile * Fix logging in [scheduler] plug-in * fixed sap-hana docu regarding processor power settings * Added sap-hana-kvm-guest profile * tests/beakerlib: Add new test which covers socket API. * plugin_net: expand variables properly * fix typo * add error dialog when no active profile set * Fri Apr 14 2023 trenn@suse.de - New polkit interface has been reviewed by security bsc#1185418 - Remove old outdated spec scripts before suse_version 1500 - Separate SAP and related profiles to not be installed in SLE 15 SPx and older, but add them with openSUSE (as before), ALP and upcoming SLE distros - Update to version tuned-2.20.0.18+git.7b1a20b * scheduler: fix traceback if running with runtime=0 * plugin_scheduler: fix perf fd leaks * Better log on unsupported hw for pm_qos_resume_latency_us option * fix-tuned-profiles-adoc-error * explicitly use /bin/bash for tuned scripts * set the icon in the about dialog * install dbus policy in /usr/share/dbus-1 * tuned-adm: better error message for unauthorized switch_profile * man: updated manual pages to be more consistent * spec: dropped unneeded ncat dependency * fix log error * Report reapplied sysctls only on different values * Fixing no _evlist attribute when run without daemon * fix 'is_active' does not work * new release (2.20.0-rc.1) * build: fixed FTBFS with python2 * Expose TuneD API to the Unix Domain Socket. * Inform users about reapplied sysctls * API: add support for moving devices between instances * throughput-performance: set net.core.somaxconn to at least 2048 * Adding support for cpu intel_pstate scaling driver * configparser: use no strict parser to mimic old behavior * Adding pm_qos_resume_latency_us option for cpu plugin.i * Makefile: added fix for python-3.12 * D-Bus: only send tracebacks through the D-Bus if in the debug mode * update vendor_url in policy file * correct section of the tuned-profiles-openshift manpage * Allow selecting a different pkg-config executable * fix tuned/gtk/gui_profile_loader.py spell error * bootloader: create bootcmdline even when skip_grub_config=true * profiles: added aws profile for aws ec2 instances * Closing fd from perf module in scheduler plugin * Tue Dec 27 2022 trenn@suse.de - Update to version 2.19.0.29+git.b894a3e: * Fix for catching exceptions in profile loader. * Add new cpu-partitioning-powersave profile * Add CodeQL workflow for GitHub code scanning * Fixed sysvinit path * systemd: relax polkit requirement * realtime-virtual-*: Tune priority of new ktimers threads * hpc-compute profile: Remove vm.hugepages_treat_as_movable * fix spelling error * Profile openshift: increase fs.aio-max-nr tunable * new release (2.19.0) * packit: s/synced_files/files_to_sync/ * packit: metadata field is no longer needed * packit: build SRPM in Copr * profiles: drop sched_ tuning from openshift-control-plane * new release (2.19.0-rc.1) * builtin functions: added calc_isolated_cores function * spec: dropped weak deps where not needed * Update tuned-adm.bash * TuneD plug-in documentation. * Adding mtu command to net plugin * openshift profile: tuning for NVMe devices * Add version/help command automatic complete * Do not hardcode disk name in tuned initrd path. * bootloader: cmdline parser change and fixed escaping * Fix in polkit authorization. * realtime: Set tsc as 'reliable' * recommend: do not ignore syspurpose_role if there is no syspurpose * Fixing arguments in disk plugin method * Default delimiters causing errors in some specific situations, inline comments * gui: fixed possible traceback in the save_profile * Striping quotes when unpacking cpu list * profiles: improve regexes to match kernel threads * Thu Aug 11 2022 Callum Farmer <gmbr3@opensuse.org> - Use %_modprobedir - Move dbus-1 system.d file to /usr (bsc#1202339) * Tue Apr 26 2022 Dominique Leuenberger <dimstar@opensuse.org> - Own %{_prefix}/lib/kernel and subdirectories: fix build on Factory. * Tue Mar 15 2022 trenn@suse.de - Add new openshift platform profiles - Instead of adding all profiles to main package and exclude subpackage profiles, explicitly mention all added profiles in %files section - Sort (alphabetically) profiles and packages - Update to version 2.18.0.8+git.6f907c9: * beakerlib: fix systemd rate limiting for variables-support-in-profiles * scheduler: fix construction of the process name regex * Added more conflicting implementations to the systemd unit file. * raise the netfilter hash table size in openshift/atomic-{host,guest} to match the max netfilter conntrack entries, reducing such hash table load. * Fixing save call and comments in tuned gui * Adding option "txqueuelen" to net_plugin * bootloader: on s390(x) remove TuneD variables from the BLS * daemon: don't do full rollback on systemd failure * profiles: use cstate.id_no_zero instead of the cstate.id * Expanding cpu plugin force_latency option syntax * Adding support for nvme subsystem block devices and adding tests so it won't throw errors on hdparms commands. * Fix improper parsing of include directive * application: log TuneD and kernel version * readme: mention conflicting cpupower and power-profiles-daemon * dbus: fix traceback on python-2.7 * cpu_partitioning: fixed no_balance_cores on newer kernels * spec: do not require subscription-manager on CentOS * Add conditional profile loading * openshift profile: workaround high CPU utilization of [scheduler] plug-in. * scheduler: new option cgroup_ps_blacklist * breaking up various modules and implementing neccessary new syntax used downstream to keep docs repos synced
/etc/tuned/ppd.conf /usr/lib/systemd/system/tuned-ppd.service /usr/sbin/tuned-ppd /usr/share/dbus-1/system-services/net.hadess.PowerProfiles.service /usr/share/dbus-1/system-services/org.freedesktop.UPower.PowerProfiles.service /usr/share/dbus-1/system.d/net.hadess.PowerProfiles.conf /usr/share/dbus-1/system.d/org.freedesktop.UPower.PowerProfiles.conf /usr/share/polkit-1/actions/net.hadess.PowerProfiles.policy /usr/share/polkit-1/actions/org.freedesktop.UPower.PowerProfiles.policy
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Feb 1 23:58:14 2025