Sat, 20 Apr 2024 00:18:51 UTC | login

Information for build stalld-1.5-2.el8

ID16000
Package Namestalld
Version1.5
Release2.el8
Epoch
Sourcegit+https://git.centos.org/rpms/stalld.git#7ed58d49ee4e4dc99bc599550c19986167bb2cb3
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 bycarlwgeorge
State complete
Volume DEFAULT
StartedTue, 26 Jan 2021 15:26:22 UTC
CompletedTue, 26 Jan 2021 15:29:04 UTC
Taskbuild (dist-c8-stream, /rpms/stalld.git:7ed58d49ee4e4dc99bc599550c19986167bb2cb3)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/stalld.git?#7ed58d49ee4e4dc99bc599550c19986167bb2cb3'}}
Tags
dist-c8-stream
dist-c8-stream-compose
RPMs
src
stalld-1.5-2.el8.src.rpm (info) (download)
aarch64
stalld-1.5-2.el8.aarch64.rpm (info) (download)
stalld-debuginfo-1.5-2.el8.aarch64.rpm (info) (download)
stalld-debugsource-1.5-2.el8.aarch64.rpm (info) (download)
i686
stalld-1.5-2.el8.i686.rpm (info) (download)
stalld-debuginfo-1.5-2.el8.i686.rpm (info) (download)
stalld-debugsource-1.5-2.el8.i686.rpm (info) (download)
ppc64le
stalld-1.5-2.el8.ppc64le.rpm (info) (download)
stalld-debuginfo-1.5-2.el8.ppc64le.rpm (info) (download)
stalld-debugsource-1.5-2.el8.ppc64le.rpm (info) (download)
x86_64
stalld-1.5-2.el8.x86_64.rpm (info) (download)
stalld-debuginfo-1.5-2.el8.x86_64.rpm (info) (download)
stalld-debugsource-1.5-2.el8.x86_64.rpm (info) (download)
Logs
x86_64
build.log
root.log
mock_output.log
hw_info.log
state.log
i686
build.log
root.log
mock_output.log
hw_info.log
state.log
ppc64le
build.log
root.log
mock_output.log
hw_info.log
state.log
aarch64
build.log
root.log
mock_output.log
hw_info.log
state.log
Changelog * Wed Jan 20 2021 Clark Williams <williams@redhat.com> - 1.5-2 - Fix incorrect signal handler setup to handle SIGTERM * Fri Dec 11 2020 Clark Williams <williams@redhat.com> - 1.4-1 - stalld: Set rt_runtime to -1 before trying the SCHED_DEADLINE - Fix incorrect recursion of specfile version field * Fri Nov 20 2020 Clark Williams <williams@redhat.com> - 1.3-1 - Readme: Add information about repositories - Add version management and version option - create doc and scripts directory and add info on releases * Mon Nov 02 2020 Clark Williams <williams@redhat.com> - 1.2-1 - utils.c: added info() functions - detect and correctly parse old-style /proc/sched_debug - src/stalld: Fix an retval check while reading sched_debug - src/throttling: Fix a compilation warning - ensure we only count task lines in old-format sched_debug info - Add comments, clean up trailing whitespace - src/utils: Fix runtime parameters check - stalld: Do not take actions if log_only is set - remove warning from parse_old_task_format * Tue Oct 27 2020 Clark Williams <williams@redhat.com> - 1.1-1 - Fix an option in README.md; consistency in user facing docs. - Makefile: add 'static' target to link stalld statically - gitignore: ignore object files and the stalld executable - use FIFO for boosting (v3) - stalld.c: fix sched_debug parsing and modify waiting task parsing - redhat: update release for features and bugfix - stalld: Do not die if sched_debug returns an invalid value - src/stalld: Do not die if the comm is too large - src/stalld: Do not die if cannot write a message to the log - src/stalld: Do not die if the main runs while a thread is monitoring the CPU - implement RT throttling management and refactor source files - more refactoring - src/stalld: Reuse already read nr_running nr_rt_running - src/stalld: Gracefully handle CPUs not found on sched_debug - src/stalld: Use dynamically allocated memory to read sched_debug - src/utils: Die with a divizion by zero if verbose - src/stalld: Add config_buffer_size variable - src/stalld: Increase the sched_debug read buffer if it gets too small - src/stalld: Fix an retval check while reading sched_debug - src/throttling: Fix a compilation warning * 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