-
-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement parallel IPMI scanning in nut-scanner
, and address some valgrind
complaints
#2528
Merged
Conversation
This file contains 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
jimklimov
added
bug
enhancement
nut-scanner
CI
Entries related to continuous integration infrastructure (historically also recipes like Makefiles)
labels
Jul 10, 2024
…ols#2523 until it is in the codebase" This reverts commit d710ade: the feature is here now. Signed-off-by: Jim Klimov <[email protected]>
…r.c, NEWS.adoc: implement parallel scanning for remote IPMI controllers [networkupstools#2523] Signed-off-by: Jim Klimov <[email protected]>
…pstools#2511] * Clearly name "thread-ready" scanning methods that can be used standalone or from pthread_create() constraints * Settle on "thready" methods freeing caller's data (so we do not worry about doing it after the parallel loops, or at a wrong moment before) * Unify code mark-up in the files to facilitate later comparisons * Update some comments Signed-off-by: Jim Klimov <[email protected]>
…age [networkupstools#2511] Signed-off-by: Jim Klimov <[email protected]>
…mment what we do about "dirname" with and without realpath() support Signed-off-by: Jim Klimov <[email protected]>
…() the loaded library modules [networkupstools#2511] Avoid some memory leak reports Signed-off-by: Jim Klimov <[email protected]>
…rack semaphore usage in debugger Signed-off-by: Jim Klimov <[email protected]>
…looked before Signed-off-by: Jim Klimov <[email protected]>
…t_snmp() once per library load [networkupstools#2511] Signed-off-by: Jim Klimov <[email protected]>
…tions more reliably [networkupstools#2511] Signed-off-by: Jim Klimov <[email protected]>
…FD leak [networkupstools#2511] Signed-off-by: Jim Klimov <[email protected]>
…rain libnetsnmp leak reports [networkupstools#2511] It seems that although `init_snmp()` is called once, every use of the library initializes some data which it then does not release, at least on the test system here. Signed-off-by: Jim Klimov <[email protected]>
…s/valgrind/.valgrind.supp: constrain warnings about library methods [networkupstools#2511] Signed-off-by: Jim Klimov <[email protected]>
…rain warnings about library methods [networkupstools#2511] Signed-off-by: Jim Klimov <[email protected]>
…evise trace-logging and comment markup [networkupstools#2511] Signed-off-by: Jim Klimov <[email protected]>
…upstools#2511] Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: Jim Klimov <[email protected]>
…ementations [networkupstools#2511] Per https://forums.freebsd.org/threads/named-semaphore-uninitialized-bytes.84850/ apparently BSD libc and GLibc at least do suffer Signed-off-by: Jim Klimov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
CI
Entries related to continuous integration infrastructure (historically also recipes like Makefiles)
enhancement
nut-scanner
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.
Addresses part of #2511
Closes: #2523