From 25a9788c8ed7b916c044a9a60910eb200bf58de2 Mon Sep 17 00:00:00 2001 From: Leah Leshchinsky Date: Tue, 18 Oct 2022 12:24:42 -0400 Subject: [PATCH] Update to version 1.17.1 Resolves: rhbz#2120799 Signed-off-by: Leah Leshchinsky --- .gitignore | 1 + sources | 2 +- stalld.spec | 10 ++++++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 31ec8bb..ff70f37 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /stalld-1.15.tar.bz2 /stalld-1.16.tar.bz2 /stalld-1.17.tar.xz +/stalld-1.17.1.tar.bz2 diff --git a/sources b/sources index f24d9a8..cab2e6c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.17.tar.xz) = 86d3802cb5c4ff74dfe89dec53efd379fcf55dd9c3f987d82d9461b95a2622043fc024f898ff7a49f982b13b946fcc0b1a32beb4306620b9b263b47ec8d469f5 +SHA512 (stalld-1.17.1.tar.bz2) = 78c4e1a707053cfc00792910441b672bd2af389124683ea0fd86db42636c580ce12e4c71de7f35fcb32906b8beaa90beec0c90d0b1a51cdbd14aad85f471d22a diff --git a/stalld.spec b/stalld.spec index 94aa939..b1a8186 100644 --- a/stalld.spec +++ b/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