Sat, 20 Apr 2024 00:33:02 UTC | login

Information for build stalld-1.0-4.fc33

ID189386
Package Namestalld
Version1.0
Release4.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/stalld.git#30b69195dd18c8011c100246b9a2d01c90153149
SummaryDaemon that finds starving tasks and gives them a temporary boost
DescriptionThe 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.
Built bydavidlt
State failed
Volume DEFAULT
StartedFri, 04 Dec 2020 13:10:00 UTC
CompletedFri, 04 Dec 2020 13:24:31 UTC
Taskbuild (f33, /rpms/stalld.git:30b69195dd18c8011c100246b9a2d01c90153149)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/stalld.git#30b69195dd18c8011c100246b9a2d01c90153149'}}
Tags No tags
RPMs No RPMs
Changelog * Sun Oct 04 2020 Clark Williams <williams@redhat.com> - 1.0-4 - Fix an option in README.md; consistency in user facing docs. - gitignore: ignore object files and the stalld executable - Makefile: add 'static' target to link stalld statically - use FIFO for boosting (v3) - stalld: update usage message to include --force_fifo/-F option - stalld.c: fix sched_debug parsing and modify waiting task parsing * Tue Sep 01 2020 Clark Williams <williams@redhat.com> - 1.0-3 - Place BuildRequires on individual lines - Fix changelog notations - Modify build command to pass in CFLAGS and LDFLAGS - fix compiler warnings in stalld.c * Mon Aug 31 2020 Clark Williams <williams@redhat.com> - 1.0-2 - use _docdir macro for README.md - use _mandir macro for stalld.8 manpage - use tabs for spacing - added push Makefile target to copy latest to upstream URL * Tue Aug 25 2020 Clark Williams <williams@redhat.com> - 1.0-1 - rename project to stalld - set version to 1.0 - clean up rpmlint complaints * Fri Aug 21 2020 Clark Williams <williams@redhat.com> - 0.2-1 - add pidfile logic * Thu Aug 20 2020 Clark Williams <williams@redhat.com> - 0.1-1 - Added systemd service to redhat subdirectory - added make and rpm logic for systemd files * Wed Aug 19 2020 Clark Williams <williams@redhat.com> - 0.0-1 - initial version of specfile - Makefile mods for RPM builds - added systemd service and config files