Linux maintainer tooling and workflows
 help / color / mirror / Atom feed
[PATCH] batman-adv: reject unrepresentable multicast TVLV offsets (+ b4 check signed-off-problems)
 2026-08-01  9:54 UTC 

[PATCH b4 v2 00/44] Stop the editor branch guard from eating review replies
 2026-07-31 21:59 UTC  (45+ messages)
` [PATCH b4 v2 01/44] review-tui: mark all outgoing mail as read, not just "
` [PATCH b4 v2 02/44] tests: cover the shared outgoing-seen helper
` [PATCH b4 v2 03/44] review: close the messages database when auto-marking fails
` [PATCH b4 v2 04/44] review: use the same busy timeout for both review databases
` [PATCH b4 v2 05/44] review: drop the unused return value from set_flags_bulk()
` [PATCH b4 v2 06/44] review: don't let archiving a series raise
` [PATCH b4 v2 07/44] tests: cover an unwritable series archive
` [PATCH b4 v2 08/44] review-tui: keep post-send bookkeeping out of the send error path
` [PATCH b4 v2 09/44] tests: cover the thank-you send's post-send bookkeeping
` [PATCH b4 v2 10/44] review-tui: say which way a take did not reach 'accepted'
` [PATCH b4 v2 11/44] tests: cover the take statuses in the thank-and-archive chain
` [PATCH b4 v2 12/44] review-tui: use the shared helper to delete a review branch
` [PATCH b4 v2 13/44] ty: check reachability in the repository the commit landed in
` [PATCH b4 v2 14/44] tests: cover the publish check using the repository it is given
` [PATCH b4 v2 15/44] edit_in_editor: make the branch guard opt-in
` [PATCH b4 v2 16/44] tests: cover the opt-in branch guard in edit_in_editor
` [PATCH b4 v2 17/44] edit_in_editor: work in the tree the caller names
` [PATCH b4 v2 18/44] tests: cover edit_in_editor working in the caller's tree
` [PATCH b4 v2 19/44] ty: edit the thank-you review in the tree it was pointed at
` [PATCH b4 v2 20/44] tests: cover the ty review editing in the named tree
` [PATCH b4 v2 21/44] tui: route editor launches through one non-fatal helper
` [PATCH b4 v2 22/44] tests: cover an editor failure leaving the review TUI standing
` [PATCH b4 v2 23/44] review-tui: only put back a branch b4 checked out itself
` [PATCH b4 v2 24/44] tests: cover the review TUI's branch-restore guard
` [PATCH b4 v2 25/44] review-tui: put HEAD back where it was when it was not on a branch
` [PATCH b4 v2 26/44] tests: cover the restore from a detached HEAD
` [PATCH b4 v2 27/44] tests: pin the default branch in the queue-delivery fixture
` [PATCH b4 v2 28/44] ty: an unknown remote tip is undetermined, not unpublished
` [PATCH b4 v2 29/44] review-tui: keep post-send bookkeeping out of the review send error path
` [PATCH b4 v2 30/44] tests: cover the review send's post-send bookkeeping
` [PATCH b4 v2 31/44] review: close the tracking database when archiving fails
` [PATCH b4 v2 32/44] review: clean up a review branch that cannot be finished
` [PATCH b4 v2 33/44] tests: cover create_review_branch cleaning up a half-built branch
` [PATCH b4 v2 34/44] review-tui: put the branch back after a revision upgrade
` [PATCH b4 v2 35/44] tests: cover the revision upgrade's branch handling
` [PATCH b4 v2 36/44] review-tui: restore the original branch however the tracking loop ends
` [PATCH b4 v2 37/44] review-tui: do not let a failed tracking load skip the branch restore
` [PATCH b4 v2 38/44] tests: cover the tracking TUI restoring the branch on the way out
` [PATCH b4 v2 39/44] review-tui: close the tracking database when the status sync fails
` [PATCH b4 v2 40/44] tests: cover the status sync closing its database
` [PATCH b4 v2 41/44] review-tui: catch the exit a failed checkout reports itself with
` [PATCH b4 v2 42/44] tests: cover a failed checkout leaving the tracking list standing
` [PATCH b4 v2 43/44] review-tui: put the user back when the branch they are on is deleted
` [PATCH b4 v2 44/44] tests: cover the branch delete leaving the worktree on a branch

b4 send fails with "no configs found"
 2026-07-31 17:50 UTC 

[PATCH b4 00/27] Stop the editor branch guard from eating review replies
 2026-07-31 13:14 UTC  (29+ messages)
` [PATCH b4 01/27] review-tui: mark all outgoing mail as read, not just "
` [PATCH b4 02/27] tests: cover the shared outgoing-seen helper
` [PATCH b4 03/27] review: close the messages database when auto-marking fails
` [PATCH b4 04/27] review: use the same busy timeout for both review databases
` [PATCH b4 05/27] review: drop the unused return value from set_flags_bulk()
` [PATCH b4 06/27] review: don't let archiving a series raise
` [PATCH b4 07/27] tests: cover an unwritable series archive
` [PATCH b4 08/27] review-tui: keep post-send bookkeeping out of the send error path
` [PATCH b4 09/27] tests: cover the thank-you send's post-send bookkeeping
` [PATCH b4 10/27] review-tui: say when a take didn't complete
` [PATCH b4 11/27] tests: cover the unaccepted take in the thank-and-archive chain
` [PATCH b4 12/27] review-tui: use the shared helper to delete a review branch
` [PATCH b4 13/27] ty: check reachability in the repository the commit landed in
` [PATCH b4 14/27] tests: cover the publish check using the repository it is given
` [PATCH b4 15/27] edit_in_editor: make the branch guard opt-in
` [PATCH b4 16/27] tests: cover the opt-in branch guard in edit_in_editor
` [PATCH b4 17/27] edit_in_editor: work in the tree the caller names
` [PATCH b4 18/27] tests: cover edit_in_editor working in the caller's tree
` [PATCH b4 19/27] tui: route editor launches through one non-fatal helper
` [PATCH b4 20/27] tests: cover an editor failure leaving the review TUI standing
` [PATCH b4 21/27] review-tui: only put back a branch b4 checked out itself
` [PATCH b4 22/27] tests: cover the review TUI's branch-restore guard
` [PATCH b4 23/27] tests: pin the default branch in the queue-delivery fixture
` [PATCH b4 24/27] ty: an unknown remote tip is undetermined, not unpublished
` [PATCH b4 25/27] review-tui: keep post-send bookkeeping out of the review send error path
` [PATCH b4 26/27] tests: cover the review send's post-send bookkeeping
` [PATCH b4 27/27] review: close the tracking database when archiving fails

[PATCH b4 0/6] Keep the user's git config out of b4's scratch worktrees
 2026-07-31  5:08 UTC  (8+ messages)
` [PATCH b4 1/6] git_run_command: look past -c overrides for the subcommand
` [PATCH b4 2/6] shazam: ignore the user's submodule.recurse in the scratch worktree
` [PATCH b4 3/6] review-tui: use the shared scratch-worktree overrides for test applies
` [PATCH b4 4/6] fake-am: use the scratch-worktree overrides in the staging worktree
` [PATCH b4 5/6] send: use the scratch-worktree overrides when tagging a sent series
` [PATCH b4 6/6] tests: exercise the scratch worktrees under submodule.recurse

[PATCH b4 0/2] b4 review: cover-letter titling on the update path
 2026-07-31  4:59 UTC  (4+ messages)
` [PATCH b4 1/2] b4 review: identify updated revisions by their cover letter too
` [PATCH b4 2/2] b4 review: test cover-letter titling on the update path

[PATCH b4 0/2] b4 tui: preserve the list viewport across rebuilds
 2026-07-31  4:52 UTC  (4+ messages)
` [PATCH b4 1/2] b4 tui: preserve list scroll position across ListView rebuilds
` [PATCH b4 2/2] tests: cover scroll preservation across list rebuilds

b4 review tui: too smart reply features?
 2026-07-29 12:01 UTC  (5+ messages)

b4 review surfacing updated serieses
 2026-07-28 18:25 UTC  (5+ messages)

[PATCH RFC 00/11] review: track and browse every version of a tracked series
 2026-07-27 21:27 UTC  (14+ messages)
` [PATCH RFC 01/11] review-tui: fix rethreaded series thread viewing
` [PATCH RFC 02/11] review: track message counts for all revisions of a series
` [PATCH RFC 03/11] review: test per-revision message tracking
` [PATCH RFC 04/11] review-tui: poll every revision on u/U updates
` [PATCH RFC 05/11] review-tui: guarantee the tracked revision in revision lists
` [PATCH RFC 06/11] review: add backward discovery of older series revisions
` [PATCH RFC 07/11] review-tui: add a "Find older revisions" action
` [PATCH RFC 08/11] review: test backward revision discovery
` [PATCH RFC 09/11] review-tui: extract the Msgs column renderer from TrackedSeriesItem
` [PATCH RFC 10/11] review-tui: expand tracked series into per-version rows
` [PATCH RFC 11/11] review-tui: test per-version tracker rows

[PATCH b4 0/2] Detect naked cover letters that lack a 0/N prefix and diffstat
 2026-07-27 21:26 UTC  (7+ messages)
` [PATCH b4 1/2] "
` [PATCH b4 2/2] tests: exercise naked cover-letter detection

b4 review merge mode with no cover letter
 2026-07-27 20:41 UTC  (2+ messages)

b4 review uses the title of the first patch of the series
 2026-07-27 20:41 UTC  (2+ messages)

[PATCH b4 0/4] review: keep the unread badge alive for applied series
 2026-07-27 19:52 UTC  (6+ messages)
` [PATCH b4 1/4] review: keep refreshing message counts after a series is applied
` [PATCH b4 2/4] review: test the applied-series message-count refresh
` [PATCH b4 3/4] review: drop tests for the batch message-count updater
` [PATCH b4 4/4] review: drop the unused "

[PATCH b4 0/2] review-tui: handle null Patchwork series names
 2026-07-27 19:35 UTC  (4+ messages)
` [PATCH b4 1/2] review-tui: fall back to '(no subject)' for "
` [PATCH b4 2/2] review-tui: test null Patchwork series name in bulk set-state

[PATCH B4] Show name of module that causes import error
 2026-07-27 19:21 UTC  (2+ messages)

[PATCH b4 0/2] review-tui: don't gpg-sign throwaway test-apply commits
 2026-07-27 19:18 UTC  (6+ messages)
` [PATCH b4 1/2] "
` [PATCH b4 2/2] tests: guard the test-apply probes against gpg signing

b4 review spurious duplicate detections
 2026-07-27 19:15 UTC  (3+ messages)

b4: DKIM 'x' causes BADSIGs on otherwise valid emails
 2026-07-27  0:42 UTC  (2+ messages)

[ANNOUNCE] koshi: a GTK4 client for reading and replying to lore.kernel.org lists
 2026-07-22 23:03 UTC 

b4 review: please update the requirements files
 2026-07-22 14:30 UTC  (3+ messages)

b4 review silently freezes on patatt fail
 2026-07-22 14:28 UTC  (2+ messages)

[PATCH b4] config: accept prep-pre-flight-checks from .b4-config
 2026-07-21 20:38 UTC  (6+ messages)

[PATCH] Fix typo in man page
 2026-07-21 20:25 UTC  (2+ messages)

[PATCH b4] Correctly quote usernames when setting From field
 2026-07-21 20:23 UTC  (2+ messages)

[PATCH liblore] utils: extract message-ID before clean_header to fix Gnus In-Reply-To
 2026-07-21 19:02 UTC  (2+ messages)

b4 review animates scrolling slowly
 2026-07-17 15:42 UTC  (5+ messages)

b4 review not picking up v2 with prefix?
 2026-07-17 14:00 UTC  (3+ messages)

[PATCH v1 0/6] Allow site layouts to render properly on mobile devices
 2026-07-16 13:52 UTC  (5+ messages)

b4 review feature request - search :)
 2026-07-15 15:07 UTC  (3+ messages)

b4 review failing to distinguish between serieses
 2026-07-15 13:02 UTC 

b4: NixOS module
 2026-07-15  4:23 UTC 

RFC: b4 prep --enforce-deps to materialize series dependencies locally
 2026-07-11  8:19 UTC 

b4 review issue with upgrading partially applied series
 2026-07-10 10:40 UTC 

[PATCH v11 00/29] KVM: arm64: Implement support for SME
 2026-07-09 11:49 UTC  (2+ messages)

possible fuzziness for b4 trailers -u?
 2026-07-08 16:16 UTC  (3+ messages)

b4 review sashkio integration
 2026-07-07 12:47 UTC 

b4 review tui + lore/lei/korgalore
 2026-07-02  8:44 UTC  (5+ messages)

kdevops-ng: graduating kdevops beyond Ansible
 2026-07-01  8:22 UTC 

b4 review base commit isshes
 2026-06-30 17:12 UTC 

b4 review batching operations
 2026-06-30 13:05 UTC  (3+ messages)

b4 review: reply to a patch note + misc
 2026-06-30 10:17 UTC 

[PATCH b4] prep: keep auto-to-cc trailers before cover changelogs
 2026-06-28  6:03 UTC 

[PATCH RFC 0/2] review-tui: add a "cherry-pick + merge" take method
 2026-06-25 18:36 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox