diff --git a/.gitignore b/.gitignore index b68d19a..3542b24 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stalld-1.17.tar.xz +SOURCES/stalld-1.17.1.tar.bz2 diff --git a/.stalld.metadata b/.stalld.metadata index d8b8bb8..1288e53 100644 --- a/.stalld.metadata +++ b/.stalld.metadata @@ -1 +1 @@ -8ced066f8eae06276486d599f1e0fd5590ce695b SOURCES/stalld-1.17.tar.xz +449566fc8c5f8568a92ed0a04d15c31d64878741 SOURCES/stalld-1.17.1.tar.bz2 diff --git a/SPECS/stalld.spec b/SPECS/stalld.spec index 94aa939..e9d45e2 100644 --- a/SPECS/stalld.spec +++ b/SPECS/stalld.spec @@ -1,11 +1,11 @@ Name: stalld -Version: 1.17 +Version: 1.17.1 Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost License: GPLv2 URL: https://gitlab.com/rt-linux-tools/%{name}/%{name}.git -Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.xz +Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.bz2 BuildRequires: glibc-devel BuildRequires: gcc @@ -51,6 +51,12 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog +* Fri Oct 21 2022 Leah Leshchinsky - 1.17.1-1 +- stalld: Fix memory leak in print_boosted_info() +- utils: Check if the system is in lockdown mode +- stalld: print process comm and cpu when boosting +Resolves: rhbz#2136572 + * Thu Jul 14 2022 John Kacur - 1.17-1 - rebase to upstream v1.17 Resolves:rhbz#2107275