[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package stalld-1.19.6-1.el9.x86_64 download

Name stalld
Epoch 0
Version 1.19.6
Release 1.el9
Architecture x86_64
Website/URL https://gitlab.com/rt-linux-tools/stalld/stalld.git
License GPLv2
Build Time 2024-10-09 21:38:45
Build Host builder-x86-08.inferitos.ru
Summary Daemon that finds starving tasks and gives them a temporary boost
Repositories AppStream
Description The stalld program monitors the set of system threads, looking for threads that are ready-to-run but have not been given processor time for some threshold period. When a starving thread is found, it is given a temporary boost using the SCHED_DEADLINE policy. The default is to allow 10 microseconds of runtime for 1 second of clock time.
Errata
Size 60 KiB
Source Project stalld-1.19.6-1.el9
SHA-256 checksum 7a07b34e7505fa06bef22e3847d73391b5c08f13c4c1c6b7ce4f40801fc3d12b
× Full screenshot
Changelog link
* Thu Aug 22 2024 Chris White <chwhite@redhat.com> - 1.19.6-1
- Makefile: add uninstall target
- systemd: add BE environment variable to select backend
Resolves: RHEL-33662

* Wed Jul 31 2024 Chris White <chwhite@redhat.com> - 1.19.5-2
- Fix changelog to use RPMCFLAGS, allowing for bpf to be used
Resolves: RHEL-33662

* Thu Jul 18 2024 Chris White <chwhite@redhat.com> - 1.19.5-1
- Updated compile options for annocheck hardening
- Ensure we resolve library symbols at load time (-z now) and are a Position Independent Executable (-pie). Refactored compile options to better deal with arch differences.
- Added an 'annocheck' makefile target for local checking.
- Makefile: change build to use FORTIFY_SOURCE=3
- src/utils.c: fix off-by-one error in buffer allocation
Resolves: RHEL-33662

* Wed Feb 21 2024 John Kacur <jkacur@redhat.com> - 1.19.1-2
-  Make fill_process_comm() open comm file as READ_ONLY
Resolves: RHEL-25846

* Fri Feb 09 2024 John Kacur <jkacur@redhat.com> - 1.19.1-1
- Rebase to upstream stalld-1.19.1
Resolves: RHEL-7865

* Fri Apr 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.17.1-1
- Rebuilt for MSVSphere 9.2 beta

* 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