Hi Brenton, On 11/15/23 16:52, Brenton Simpson wrote: > Yes, thanks! > > That's the email attached to my public git work, so it should be the > one here as well. Ok, I've pushed this to drm-misc-fixes now, thank you for the patch. > Sorry for the hassle. Very new to sending PRs over email, and still > working through the kinks. Your initial submission was almost there. Just the weird thing with the + in the From: email-address. What also threw me off is that the From was: <brentons+appsforartists@xxxxxxxxxx> Normally the '+' + the part after it gets thrown away to get the canonical email address, so that would make your canonical email: <brentons@xxxxxxxxxx> where I now know it should be: <appsforartists@xxxxxxxxxx> . So next time you use a + address please do something like: <appsforartists+brentons@xxxxxxxxxx> I also guess you never got any of the replies addressed to <brentons+appsforartists@xxxxxxxxxx> since the mail server presumably has tried to deliver those to <brentons@xxxxxxxxxx>, but because your normal email was in the Cc things still worked out. Either way for future patches note that using "git send-email" is the advised way to submit kernel patches. Regards, Hans