From 603ca0b3058654de0be6b3a7f94e2fea5f4f7290 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 1 Feb 2022 12:57:36 -0500 Subject: [PATCH] import stalld-1.15-1.el9 --- .gitignore | 2 +- .stalld.metadata | 2 +- SPECS/stalld.spec | 14 ++++++++++++-- 3 files changed, 14 insertions(+), 4 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 140d55f..198b1eb 100644 --- a/SPECS/stalld.spec +++ b/SPECS/stalld.spec @@ -1,6 +1,6 @@ Name: stalld -Version: 1.14.1 -Release: 2%{?dist} +Version: 1.15 +Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost License: GPLv2 @@ -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#2016010 + * Tue Aug 10 2021 Mohan Boddu - 1.14.1-2 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688