From 3e524683bb57cf82eb23ec5573249edc09cda6cc Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 13 2022 02:11:29 +0000 Subject: import stalld-1.16-1.el8 --- diff --git a/.gitignore b/.gitignore index 56d03d5..011b4ff 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stalld-1.15.tar.bz2 +SOURCES/stalld-1.16.tar.bz2 diff --git a/.stalld.metadata b/.stalld.metadata index 1e5d5c1..66c2da6 100644 --- a/.stalld.metadata +++ b/.stalld.metadata @@ -1 +1 @@ -20543331f0759edab37da541f55bacfbd3aefdc2 SOURCES/stalld-1.15.tar.bz2 +82c350159b4b6dcdd0228dfc39e5185f986b5a46 SOURCES/stalld-1.16.tar.bz2 diff --git a/SPECS/stalld.spec b/SPECS/stalld.spec index 3c45f29..c1522f0 100644 --- a/SPECS/stalld.spec +++ b/SPECS/stalld.spec @@ -1,5 +1,5 @@ Name: stalld -Version: 1.15 +Version: 1.16 Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost @@ -51,6 +51,15 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog +* Thu Mar 31 2022 Fernando Pacheco - 1.16-1 +- stald/utils: Space, lines and voids clenaups +- stalld: Add an option to easily set stalld as SCHED_DEADLINE +- stalld: Comments cleanup +- src/utils: Comments cleanup +- src/throttling: Comments cleanup +- src/stalld.h Comments cleanup + Resolves: rhbz#2068549 + * 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