From 632f5e14883009b956015e76962187c73888bd26 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 28 Mar 2023 12:13:31 +0000 Subject: [PATCH] import stalld-1.17.1-1.el9 --- .gitignore | 2 +- .stalld.metadata | 2 +- SPECS/stalld.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) 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..b1a8186 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 +* Tue Oct 18 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#2120799 + * Thu Jul 14 2022 John Kacur - 1.17-1 - rebase to upstream v1.17 Resolves:rhbz#2107275