Re: [PATCH v6 00/31] drm/dyndbg: Fix dynamic debug classmap regression

From: Jeff King

Date: Sun Dec 14 2025 - 14:54:28 EST


On Mon, Dec 15, 2025 at 07:24:34AM +1300, jim.cromie@xxxxxxxxx wrote:

> for some reason I cannot grasp,
> git am fails to process this mbox.
>
> It entirely misses 13/31,
> then fails to apply 14, which needs 13

Can you show the exact input you fed to git-am?

Everything applied fine for me using this workflow:

- grab the thread mbox from
https://lore.kernel.org/dri-devel/CAJfuBxzW6TMmdS74ZPfPSe1w6S=oO17WYZc-Jgn_et=-Muw05A@xxxxxxxxxxxxxx/t.mbox.gz

- view that mbox in mutt, tagging all of the 31 messages and then
copying them into their own mbox

- git checkout v6.18 && git am <patches.mbox

-Peff