Skip to content

bootpro: initial BootProfile plumbing#12

Open
samcday wants to merge 1 commit intomainfrom
fastboop-boot-profiles
Open

bootpro: initial BootProfile plumbing#12
samcday wants to merge 1 commit intomainfrom
fastboop-boot-profiles

Conversation

@samcday
Copy link
Owner

@samcday samcday commented Feb 17, 2026

No description provided.

Signed-off-by: Sam Day <me@samcday.com>
Assisted-by: opencode:gpt-5.3-codex
@samcday
Copy link
Owner Author

samcday commented Feb 17, 2026

@codex have a gander maaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaate

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d4a76f9aa1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +112 to +113
.write_all(input)
.with_context(|| format!("writing input to dtc for {context}"))?;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Reap dtc child when stdin write fails

If dtc exits early (for example, malformed overlay input) stdin.write_all(input)? can return BrokenPipe, and this function returns immediately without calling wait* on the spawned child. In that error path the dtc process is left unreaped, so repeated failures can accumulate zombie children and eventually disrupt further CLI runs in long-lived sessions.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments