From 0722340d63272c93a89ba7c60935f4d128dc28fe Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 12 2021 12:19:52 +0000 Subject: import stalld-1.13-1.el8 --- diff --git a/.gitignore b/.gitignore index af66bfd..9998c0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/stalld-1.11.tar.xz +SOURCES/stalld-1.13.tar.bz2 diff --git a/.stalld.metadata b/.stalld.metadata index 9cb961c..28e0d5a 100644 --- a/.stalld.metadata +++ b/.stalld.metadata @@ -1 +1 @@ -2ff92d1c4cc961a461022d4b85f367081f81ba50 SOURCES/stalld-1.11.tar.xz +d3a2449347c0b96d9428961870f6a2d04f2dda61 SOURCES/stalld-1.13.tar.bz2 diff --git a/SPECS/stalld.spec b/SPECS/stalld.spec index e000744..ecf58fb 100644 --- a/SPECS/stalld.spec +++ b/SPECS/stalld.spec @@ -1,11 +1,11 @@ Name: stalld -Version: 1.11 +Version: 1.13 Release: 1%{?dist} Summary: Daemon that finds starving tasks and gives them a temporary boost License: GPLv2 -URL: https://git.kernel.org/pub/scm/utils/stalld/stalld.git -Source0: https://jcwillia.fedorapeople.org/%{name}-%{version}.tar.xz +URL: https://gitlab.com/rt-linux-tools/%{name}/%{name}.git +Source0: https://gitlab.com/rt-linux-tools/%{name}/-/archive/v%{version}/%{name}-%{version}.tar.bz2 BuildRequires: glibc-devel BuildRequires: gcc @@ -51,6 +51,29 @@ allow 10 microseconds of runtime for 1 second of clock time. %systemd_postun_with_restart %{name}.service %changelog +* Fri Jul 02 2021 Fernando Pacheco - 1.13-1 +- stalld: Fix log message on boost_cpu_starving_vector() +- stalld: Add the overload control to the single-threaded mode +- stalld: Add the adaptive mode option +- stalld: Use the last mode set in the cmdline +- stalld: Fallback to the adaptive mode if force_fifo is selected +- stalld: Make single-threaded mode the default one (1920041) +- stalld.service: Always restart stalld on exit +- utils.c: Fail if user is not root +- utils.c: Make the path to sched_debug path dynamic (1977663) + +* Tue Jun 29 2021 Fernando Pacheco - 1.12-1 +- stalld.8: fix diff cruft left in manpage source +- stalld.c: clean up handling of nr_running +- stalld.c: remove duplicate parameter to fill_waiting_task() (1934582) +- stalld.service: Run stalld as sched_fifo via systemd +- stalld: Add error handling in get_cpu_idle_time() (1966259) +- packaging: clean up Makefiles and rpm specfile (1972806) +- stalld: Always print current function for info messages +- stalld: Always print current function for warn messages +- stalld: Always print current function for die messages +- utils: change PATHMAX to 4096 (1934581) + * Thu May 13 2021 Clark Williams - 1.11-1 - redhat/stalld.spec: pick up gating test version for changelog - utils.c: set daemon umask to restrict global write/execute (1934586)