Package stalld-1.19.6-2.el10.src
Name | stalld |
---|---|
Epoch | 0 |
Version | 1.19.6 |
Release | 2.el10 |
Architecture | src |
Website/URL | https://gitlab.com/rt-linux-tools/stalld/stalld.git |
License | GPL-2.0-or-later AND GPL-2.0-only |
Build Time | 2025-04-03 09:17:02 |
Build Host | builder-x86-13.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 | 70 KiB |
Source Project | stalld-1.19.6-2.el10 |
SHA-256 checksum | f11a6af3253383b0fba905cdea0b6352bb4db5f7d1ba4f5b7171cba7b5363f06 |
×
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.19.6-2 - Rebuilt for MSVSphere 10 * Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.19.6-2 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 * 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-34055 * 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-34055 * Thu Jul 18 2024 Chris White <chwhite@redhat.com> - 1.19.5 - Refactor Makefile to fix passing options to koji builds - 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. Resolves: RHEL-34055 * Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.19.3-3 - Bump release for June 2024 mass rebuild Resolves: RHEL-34055 * Thu Jun 13 2024 Chris White <chwhite@redhat.com> - 1.19.3 - systemd: ensure that pidfile directory exists Resolves: RHEL-34055 * Tue May 28 2024 Chris White <chwhite@redhat.com> - 1.19.3 - Makefile: change build to use FORTIFY_SOURCE=3 - src/utils.c: fix off-by-one error in buffer allocation Resolves: RHEL-34055 * Fri May 10 2024 Chris White <chwhite@redhat.com> - 1.19.2 - stalld.conf: Fix stalld service start fail - throttling.c: null terminate input buffer - stalld: free malloc'd buffer on function exit - throttlectl.sh: use legal value for exit on fail - Make fill_process_comm() open comm file as READ_ONLY Resolves: RHEL-34055 * Fri Feb 09 2024 Clark Williams <williams@redhat.com> - 1.19.1 - Conditionalize BPF and queue_track build per architecture - clean up Makefile install logic and add .bz2 to .gitignore - modify Makefiles so install works with relative paths - rename 'redhat' to 'systemd' and remove redhat packaging logic - update SPDX tags to non-deprecated values - stalld: Add -a/--affinity option - Adding SPDX license info to each file - man/stalld.8: change starving threshold to match code - utils: Fix freeing of invalid pointer - add bpftool as BuildRequires