On Thu, 2019-08-29 at 13:10 -0400, Dark wrote: > (I'm unsure of how to submit an update > to my patch so I'll need a bit of guidence on this.)
Resend the patch, but use --subject-prefix 'PATCH v2' and ideally note somewhere in the patch (possibly after a "---" marker after Signed-off- by) the changes between the versions, like [...] Signed-off-by: ... --- v2: * fix -EAGAIN handling [...] Hmm, but looks like you didn't actually use git send-email directly, so I guess just put "[PATCH v2]" manually. johannes