From b5ca626fac79412faaa2e80fdf193c6ea544df4a Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 10 May 2022 03:04:26 -0400 Subject: [PATCH] import stalld-1.15-1.el8 --- .gitignore | 2 +- .stalld.metadata | 2 +- SPECS/stalld.spec | 12 +++++++++++- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 06135d0..56d03d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stalld-1.14.1.tar.bz2 +SOURCES/stalld-1.15.tar.bz2 diff --git a/.stalld.metadata b/.stalld.metadata index 9fcb783..1e5d5c1 100644 --- a/.stalld.metadata +++ b/.stalld.metadata @@ -1 +1 @@ -1cff3a75ffdb5ef2a38e3d0223c525795c21cdec SOURCES/stalld-1.14.1.tar.bz2 +20543331f0759edab37da541f55bacfbd3aefdc2 SOURCES/stalld-1.15.tar.bz2 diff --git a/SPECS/stalld.spec b/SPECS/stalld.spec index 16a090c..3c45f29 100644 --- a/SPECS/stalld.spec +++ b/SPECS/stalld.spec @@ -1,5 +1,5 @@ Name: stalld -Version: 1.14.1 +Version: 1.15 Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost @@ -51,6 +51,16 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog +* Mon Nov 15 2021 Fernando Pacheco - 1.15-1 +- stalld: Fix incorrect open() return value checks +- stalld: Pass errno to strerror() on sig*set() failures +- throttling: Always null terminate sched_rt_runtime_us output +- stalld: Remove unreachable statement in detect_task_format() +- tests: Fix uninitialized value action.sa_mask +- utils: Bail if malloc() returns null in parse_cpu_list() +- stalld: Use correct format specifier for long types + Resolves: rhbz#1990057, rhbz#1996799, rhbz#1996825 + * Mon Jul 19 2021 Fernando Pacheco - 1.14.1-1 - stalld: Coding style cleanup - stalld: spaces in place of