Skip to content

checklocks: guard the buffered random reader - #14325

Closed
tamird wants to merge 1 commit into
google:masterfrom
tamird:checklocks-random-reader
Closed

checklocks: guard the buffered random reader#14325
tamird wants to merge 1 commit into
google:masterfrom
tamird:checklocks-random-reader

Conversation

@tamird

@tamird tamird commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

The Linux random reader serializes access to its shared bufio.Reader with mu. Enforce that existing ownership with checklocks while retaining the minimum-read behavior.

Assisted-by: Codex

The Linux random reader serializes access to its shared bufio.Reader
with mu. Enforce that existing ownership with checklocks while retaining
the minimum-read behavior.

Assisted-by: Codex
@tamird

tamird commented Aug 22, 2026

Copy link
Copy Markdown
Contributor Author

r? @nybidari Could you review the existing mutex contract on the buffered random reader?

Focused local Bazel checks passed. Upstream checks are pending.

Assisted-by: Codex

@github-actions
github-actions Bot requested review from carzh and relkochta August 22, 2026 11:52
@tamird

tamird commented Aug 23, 2026

Copy link
Copy Markdown
Contributor Author

Closing in favor of consolidated #14289. The expanded replacement commits are prepared locally; the replacement branch has not been pushed yet.

Assisted-by: Codex

@tamird tamird closed this Aug 23, 2026
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