diff --git a/Revert-tuna-Update-man-page-with-cpu_power-command-f.patch b/Revert-tuna-Update-man-page-with-cpu_power-command-f.patch new file mode 100644 index 0000000..d85e49d --- /dev/null +++ b/Revert-tuna-Update-man-page-with-cpu_power-command-f.patch @@ -0,0 +1,45 @@ +From 28f18534f131ed25d8fc2a568cf97e5122efe2a0 Mon Sep 17 00:00:00 2001 +From: "John B. Wyatt IV" +Date: Wed, 13 Aug 2025 11:41:57 -0400 +Subject: [PATCH] Revert "tuna: Update man page with cpu_power command" for + RHEL10 + +This reverts commit 84baeed49a3d3e0b6b20138cbfe5ecbcfdbc0d67. + +The cpu_power command was removed to reduce customer confusion. +--- + docs/tuna.8 | 18 ------------------ + 1 file changed, 18 deletions(-) + +diff --git a/docs/tuna.8 b/docs/tuna.8 +index 6e30537..2423894 100644 +--- a/docs/tuna.8 ++++ b/docs/tuna.8 +@@ -24,24 +24,6 @@ Log application details to file for given LOG-LEVEL + Print DEBUG level logging details to console + .SH "COMMANDS" + .TP +-\fBtuna cpu_power\fR +-usage: tuna-cmd.py cpu_power [-h] (-c CPU-LIST) +- +-Set or query the idle (power) states of all or a selection of cpus in the CPU-LIST. Modifiers \fB\-c\fR may be used to pass the CPU-LIST of cpus to perform the command on. +- +-optional arguments: +- -h, --help show this help message and exit +- -i, --idle-info Print general idle information for the selected CPUs, including +- index values for IDLE-STATE. +- -s, --status IDLE-STATE +- Print whether IDLE-STATE is enabled on the selected CPUs. +- -d, --disable IDLE-STATE +- Disable IDLE-STATE on the selected CPUs. +- -e, --enable IDLE-STATE +- Enable IDLE-STATE on the selected CPUs. +- -c CPU-LIST, --cpus CPU-LIST +- CPU-LIST affected by commands +-.TP + \fBtuna isolate\fR + usage: tuna-cmd.py isolate [-h] (-c CPU-LIST | -S CPU-SOCKET-LIST | -N) + +-- +2.50.1 + diff --git a/tuna.spec b/tuna.spec index 7be226a..6b1224a 100644 --- a/tuna.spec +++ b/tuna.spec @@ -2,7 +2,7 @@ Name: tuna Version: 0.19 -Release: 15%{?dist} +Release: 16%{?dist} License: GPL-2.0-only AND LGPL-2.1-only Summary: Application tuning GUI & command line utility Source: https://www.kernel.org/pub/software/utils/%{name}/%{name}-%{version}.tar.xz @@ -29,6 +29,7 @@ Patch11: tuna-Fix-show_threads-t-and-show_irqs-q.patch Patch12: tuna-Fix-run-command-failing-to-apply-BATCH-policy.patch Patch13: tuna-Add-U-and-K-to-the-move-command.patch Patch14: tuna-disable-cpu_power-functionality-for-RHEL10-temp.patch +Patch15: Revert-tuna-Update-man-page-with-cpu_power-command-f.patch %description Provides interface for changing scheduler and IRQ tunables, at whole CPU and at @@ -82,6 +83,10 @@ done %{_datadir}/polkit-1/actions/org.tuna.policy %changelog +* Wed Aug 13 2025 John B. Wyatt IV - 0.19-16 +- Revert tuna man page changes for cpu_power +Resolves: RHEL-108936 + * Tue Aug 12 2025 John B. Wyatt IV - 0.19-15 - Disable cpu_power command temporarily Resolves: RHEL-108936