Compare commits

...

10 Commits

Author SHA1 Message Date
Leah Leshchinsky 25a9788c8e
Update to version 1.17.1
Resolves: rhbz#2120799

Signed-off-by: Leah Leshchinsky <lleshchi@redhat.com>
2022-10-18 13:28:33 -04:00
John Kacur e8c146068b stalld: Update to v1.17 upstream
Update to stalld v1.17 upstream

Signed-off-by: John Kacur <jkacur@redhat.com>
2022-07-14 13:31:52 -04:00
Fernando Pacheco 191aca7513 Update to version 1.16
Resolves: rhbz#2068550

Signed-off-by: Fernando Pacheco <fpacheco@redhat.com>
2022-04-10 19:39:13 -07:00
Fernando Pacheco d3f235f114 Update to version 1.15
Resolves: rhbz#2016010

Signed-off-by: Fernando Pacheco <fpacheco@redhat.com>
2021-11-16 11:13:08 -08:00
Mohan Boddu 0edbdaca2a Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 00:58:19 +00:00
Fernando Pacheco 8bd264fdde Update to version 1.14.1
Resolves: rhbz#1983103

Signed-off-by: Fernando Pacheco <fpacheco@redhat.com>
2021-07-21 11:30:17 -07:00
Fernando Pacheco 1c303c49f2 update to v1.13.0
Resolves: rhbz#1977663

Signed-off-by: Fernando Pacheco <fpacheco@redhat.com>
2021-07-13 10:00:38 -07:00
Mark Simmons 28a319b1a1 Update stalld.spec 2021-06-07 19:13:20 +00:00
Mark Simmons e6713928ff Update sources 2021-06-07 17:29:59 +00:00
Red Tail c5749a577a Initial commit to enable RHEL-9 gating for stalld
Resolves: rhbz#1966701
Signed-off-by: Mark Simmons msimmons@redhat.com
2021-06-02 14:30:34 -04:00
4 changed files with 91 additions and 5 deletions

6
.gitignore vendored
View File

@ -5,3 +5,9 @@
/stalld-1.6.tar.xz
/stalld-1.8.tar.xz
/stalld-1.9.tar.xz
/stalld-1.13.tar.bz2
/stalld-1.14.1.tar.bz2
/stalld-1.15.tar.bz2
/stalld-1.16.tar.bz2
/stalld-1.17.tar.xz
/stalld-1.17.1.tar.bz2

View File

@ -1,6 +1,6 @@
--- !Policy
product_versions:
- rhel-8
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1 +1 @@
SHA512 (stalld-1.10.tar.xz) = 839f63281ae637203135840fa1f3c8ce0ef5547463f65c9d0590237e801b96946eff21d1636549c57edfdf301adc392def24e0ccd6c43b6b2542166ec71a65a1
SHA512 (stalld-1.17.1.tar.bz2) = 78c4e1a707053cfc00792910441b672bd2af389124683ea0fd86db42636c580ce12e4c71de7f35fcb32906b8beaa90beec0c90d0b1a51cdbd14aad85f471d22a

View File

@ -1,11 +1,11 @@
Name: stalld
Version: 1.10
Version: 1.17.1
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,11 +51,91 @@ allow 10 microseconds of runtime for 1 second of clock time.
%systemd_postun_with_restart %{name}.service
%changelog
* Tue Oct 18 2022 Leah Leshchinsky <lleshchi@redhat.com> - 1.17.1-1
- stalld: Fix memory leak in print_boosted_info()
- utils: Check if the system is in lockdown mode
- stalld: print process comm and cpu when boosting
Resolves: rhbz#2120799
* Thu Jul 14 2022 John Kacur <jkacur@redhat.com> - 1.17-1
- rebase to upstream v1.17
Resolves:rhbz#2107275
* Thu Mar 31 2022 Fernando Pacheco <fpacheco@redhat.com> - 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#2068550
* Mon Nov 15 2021 Fernando Pacheco <fpacheco@redhat.com> - 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 <mboddu@redhat.com> - 1.14.1-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Mon Jul 19 2021 Fernando Pacheco <fpacheco@redhat.com> - 1.14.1-1
- stalld: Coding style cleanup
- stalld: spaces in place of <TAB>
- throttling: Use RT_RUNTIME_PATH in rt_throttling_is_off()
- throttling: Check open() on turn_off_rt_throttling
- throttling: Adjust variables in restore_rt_throttling()
- stalld.c: utils.c: Remove complex assignments from variable declarations
- stalld.h: Define MAX_PATH/DIR_PATH/FILE_NAME and use them
- stalld: Adjust variables in parse_old_task_format()
- utils.c: Use MAX_PATH for pidfile
- stalld.c: Remove variable declaration from the middle of the function
- stalld: Respect -l option in single threaded mode (1983103)
- utils: s/try_to_open_file/check_file_exists/
- utils: use check_file_exists in setup_hr_tick()
- utils: Check for the new sched_features path
* Fri Jul 02 2021 Fernando Pacheco <fpacheco@redhat.com> - 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
- 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
* Tue Jun 29 2021 Fernando Pacheco <fpacheco@redhat.com> - 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()
- stalld: Add error handling in get_cpu_idle_time()
- stalld.service: Run stalld as sched_fifo via systemd
- packaging: clean up Makefiles and rpm specfile
- 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
* Thu May 13 2021 Clark Williams <williams@redhat.com> - 1.11-1
- redhat/stalld.spec: pick up gating test version for changelog
- utils.c: set daemon umask to restrict global write/execute (1934586)
- hardening fixes from coverity scan (1934590)
* Tue Apr 27 2021 Clark Williams <williams@redhat.com> - 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
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.9-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Feb 17 2021 Clark Williams <williams@redhat.com> - 1.9-2
- update to pick up latest gating test