Unifying boilerplate code for handling child processes - part 2#8174
Merged
alexey-tikhonov merged 17 commits intoSSSD:masterfrom Nov 21, 2025
Merged
Unifying boilerplate code for handling child processes - part 2#8174alexey-tikhonov merged 17 commits intoSSSD:masterfrom
alexey-tikhonov merged 17 commits intoSSSD:masterfrom
Conversation
8895fee to
337d467
Compare
Member
Author
|
Covscan complains but this PR doesn't touch this code. Weird. No other issues reported. |
337d467 to
09b7586
Compare
Member
Author
|
(rebased) |
Member
Author
|
Ok, at least this hang on isn't introduced by this PR. https://github.com/SSSD/sssd/actions/runs/19366604432/job/55412465094?pr=8193 has the same issue. |
09b7586 to
41ba181
Compare
Member
Author
|
(rebased) |
thalman
requested changes
Nov 19, 2025
Contributor
thalman
left a comment
There was a problem hiding this comment.
This looks great, thanks @alexey-tikhonov,
See my one nitpicking comment, sorry for that ;-)
src/util/child_bootstrap.h
Outdated
| SSSD_DEBUG_OPTS \ | ||
| SSSD_LOGGER_OPTS(&sss_child_basic_settings.opt_logger) \ | ||
| {"dumpable", 0, POPT_ARG_INT, &sss_child_basic_settings.dumpable, 0, \ | ||
| sss_child_basic_settings.ignore_dumpable ? _("Ignored") : _("Allow core dumps"), NULL }, \ |
Contributor
There was a problem hiding this comment.
Just nitpicking, can you remove some extra spaces before trailing \?
Contributor
|
There was some github outage yesterday, This is why CI is so red. |
41ba181 to
ebdc990
Compare
pbrezina
approved these changes
Nov 21, 2025
Member
pbrezina
left a comment
There was a problem hiding this comment.
Re-running PR CI but ack. Nice job!
Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
to 'sss_chain_id.h' where it makes a better sense. Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
Since this header uses `gettext()` Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
instead of DEBUG_CHAIN_ID_FMT_CID since this process is invoked by a provider. Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
Plus an application in 'ldap_child'. Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
This also makes 'passkey_child' to use '--chain-id' if supplied. Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
This avoids using 'sssd' potentially by multiple binaries. Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
Reviewed-by: Pavel Březina <pbrezina@redhat.com> Reviewed-by: Tomáš Halman <thalman@redhat.com>
Contributor
ebdc990 to
1b5e7ae
Compare
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.
Follow up of #7991