From 4fb88a198adc27029743f63f774c9e039205bbd0 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 04 2021 04:11:27 +0000 Subject: import stalld-1.10-1.el8_4 --- diff --git a/.gitignore b/.gitignore index 04e1a3f..626e68a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stalld-1.9.tar.xz +SOURCES/stalld-1.10.tar.xz diff --git a/.stalld.metadata b/.stalld.metadata index 87ce941..9ef2a4a 100644 --- a/.stalld.metadata +++ b/.stalld.metadata @@ -1 +1 @@ -5465fa0e908bc65d92be6fce6e49564c90531e94 SOURCES/stalld-1.9.tar.xz +38a7aa085dd2013a7a8b5c7356bfcd80da9e1e1f SOURCES/stalld-1.10.tar.xz diff --git a/SPECS/stalld.spec b/SPECS/stalld.spec index dc0bd75..d60ab45 100644 --- a/SPECS/stalld.spec +++ b/SPECS/stalld.spec @@ -1,6 +1,6 @@ Name: stalld -Version: 1.9 -Release: 2%{?dist} +Version: 1.10 +Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost License: GPLv2 @@ -51,6 +51,11 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog +* Tue Apr 27 2021 Clark Williams - 1.10-1 +- utils: Fix bounds check on cpu and end_cpu variables +- stalld: Support denylisting of tasks in stalld +- src/utils: use right argument for warning printf + * Wed Feb 17 2021 Clark Williams - 1.9-2 - update to pick up latest gating test