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 51b7697..d315db3 100644 --- a/SPECS/stalld.spec +++ b/SPECS/stalld.spec @@ -1,11 +1,11 @@ Name: stalld -Version: 1.17 -Release: 3%{?dist} +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 @@ -53,17 +53,28 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog -* Tue Sep 20 2022 Leah Leshchinsky - 1.17-3 -- Fix changelog date -Resolves:rhbz#2126495 +* 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#2136559 * Tue Sep 13 2022 Leah Leshchinsky - 1.17-2 - Start stalld service as initrc_t -Resolves:rhbz#2126495 +Resolves:rhbz#2126494 -* Fri Jul 22 2022 John Kacur - 1.17-1 +* Thu Jul 14 2022 John Kacur - 1.17-1 - rebase to upstream v1.17 -Resolves: rhbz#2109973 +Resolves:rhbz#2107273 + +* Thu Mar 31 2022 Fernando Pacheco - 1.16-1 +- stald/utils: Space, lines and voids clenaups +- stalld: Add an option to easily set stalld as SCHED_DEADLINE +- stalld: Comments cleanup +- src/utils: Comments cleanup +- src/throttling: Comments cleanup +- src/stalld.h Comments cleanup + Resolves: rhbz#2068549 * Mon Nov 15 2021 Fernando Pacheco - 1.15-1 - stalld: Fix incorrect open() return value checks