Conversation
The execd runner has not been used since Nov, 2024, ca0e54b. This weekend it started triggering a warning from Coverity Scan, so let us drop it for good this time. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Found by Coverity Scan Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
There was a problem hiding this comment.
Pull Request Overview
This PR removes the execd component from the codebase to address issues identified by Coverity Scan. The change completely eliminates a job queue executor that was designed to retry network-dependent tasks on route changes.
- Complete removal of the execd daemon and its associated build/packaging files
- Removal of execd from the host build configuration
- Cleanup of package configuration references
Reviewed Changes
Copilot reviewed 16 out of 18 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/execd/* | Complete removal of execd source code, build files, and documentation |
| package/execd/* | Removal of all packaging configuration and service files |
| src/Makefile | Updated to exclude execd from host build apps list |
| package/Config.in | Removed execd package configuration reference |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR contains minor cleanups and fixups to issues indentified by Coverity Scan.
Checklist
Tick relevant boxes, this PR is-a or has-a: