From 12bd3adfd53d764f057f3ac47a591d7f3b7aa09a Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Wed, 28 Apr 2021 20:28:48 -0500 Subject: [PATCH] version 1.10 --- .gitignore | 1 + README.md | 7 +++++++ sources | 2 +- stalld.spec | 9 +++++++-- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2c8a168..5fb337e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /stalld-1.6.tar.xz /stalld-1.8.tar.xz /stalld-1.9.tar.xz +/stalld-1.10.tar.xz diff --git a/README.md b/README.md index bf04baa..a546ac5 100644 --- a/README.md +++ b/README.md @@ -52,3 +52,10 @@ option. threads on all CPU (uses more CPU/power). [false] ### Miscellaneous - -h/--help: print this menu + +## Repositories +The repository at https://gitlab.com/rt-linux-tools/stalld is the main +repository, where the development takes place. + +The repository at https://git.kernel.org/pub/scm/utils/stalld/stalld.git is the +distribution repository, where distros can pick the latest released version. diff --git a/sources b/sources index fd6e291..6285508 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (stalld-1.9.tar.xz) = f64d870b9f7883142289f1e92400733d39ff4f39550aa66663de49a230aceae54fc37bc175beda687ffc4316440425db39e1705e9ffd527672d5b4121200febb +SHA512 (stalld-1.10.tar.xz) = d5078c552a2cc1082cdb57810343c0f0590817d1773e303d0342f66e56ac4d74be00d8d169e6e702c44b238206b5508952ec424f12dbdbf222e4f818d36f88a7 diff --git a/stalld.spec b/stalld.spec index 2f7a6e5..4239275 100644 --- a/stalld.spec +++ b/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 + * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek - 1.9-2 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583.