Name: | stalld |
---|---|
Version: | 1.20.4 |
Release: | 1.el9_6 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 136557 |
License: | GPLv2 |
RPM: | stalld-1.20.4-1.el9_6.x86_64.rpm |
Source RPM: | stalld-1.20.4-1.el9_6.src.rpm |
Build Date: | Tue Sep 16 2025 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://git.kernel.org/pub/scm/utils/stalld/stalld.git |
Summary: | Daemon that finds starving tasks and gives them a temporary boost |
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. |
- Create rhel-9.6.z build Resolves: RHEL-109534
- Rebase to stalld-1.19.8 - Check if sched_attr is in glibc Resolves: RHEL-94032
- Makefile: add uninstall target - systemd: add BE environment variable to select backend Resolves: RHEL-33662
- Fix changelog to use RPMCFLAGS, allowing for bpf to be used Resolves: RHEL-33662
- 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
- Make fill_process_comm() open comm file as READ_ONLY Resolves: RHEL-25846
- Rebase to upstream stalld-1.19.1 Resolves: RHEL-7865