Unifying boilerplate code for handling child processes - part 2#8174
Merged
Conversation
alexey-tikhonov
force-pushed
the
child-helpers-2
branch
3 times, most recently
from
November 13, 2025 13:26
8895fee to
337d467
Compare
alexey-tikhonov
marked this pull request as ready for review
November 13, 2025 13:26
Member
Author
|
Covscan complains but this PR doesn't touch this code. Weird. No other issues reported. |
alexey-tikhonov
force-pushed
the
child-helpers-2
branch
from
November 14, 2025 08:12
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. |
alexey-tikhonov
force-pushed
the
child-helpers-2
branch
from
November 18, 2025 18:26
09b7586 to
41ba181
Compare
Member
Author
|
(rebased) |
thalman
requested changes
Nov 19, 2025
thalman
left a comment
Contributor
There was a problem hiding this comment.
This looks great, thanks @alexey-tikhonov,
See my one nitpicking comment, sorry for that ;-)
| 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. |
alexey-tikhonov
force-pushed
the
child-helpers-2
branch
from
November 19, 2025 15:06
41ba181 to
ebdc990
Compare
pbrezina
approved these changes
Nov 21, 2025
pbrezina
left a comment
Member
There was a problem hiding this comment.
Re-running PR CI but ack. Nice job!
Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
to 'sss_chain_id.h' where it makes a better sense. Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
Since this header uses `gettext()` Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
instead of DEBUG_CHAIN_ID_FMT_CID since this process is invoked by a provider. Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
Plus an application in 'ldap_child'. Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
This also makes 'passkey_child' to use '--chain-id' if supplied. Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
This avoids using 'sssd' potentially by multiple binaries. Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
Reviewed-by: Pavel Březina <[email protected]> Reviewed-by: Tomáš Halman <[email protected]>
Contributor
sssd-bot
force-pushed
the
child-helpers-2
branch
from
November 21, 2025 13:02
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