On Thu, 16 Dec 2021, Patchwork <[email protected]> wrote: > == Series Details == > > Series: drm/i915: remove circ_buf.h includes > URL : https://patchwork.freedesktop.org/series/98130/ > State : warning > > == Summary == > > $ dim checkpatch origin/drm-tip > 24a5cb6b532c drm/i915: remove circ_buf.h includes > -:44: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address > mismatch: 'From: Jiri Slaby <[email protected]>' != 'Signed-off-by: Jiri > Slaby <[email protected]>' > > total: 0 errors, 1 warnings, 0 checks, 14 lines checked
Now, this is interesting. The patch email has no mention of [email protected]. However, .mailmap in kernel source root has line: Jiri Slaby <[email protected]> <[email protected]> indicating that you prefer [email protected]. When I apply the patch, git am looks that up, and sets: Author: Jiri Slaby <[email protected]> With that, we end up with an Author/Signed-off-by mismatch. If you prefer Jiri Slaby <[email protected]>, I think you should have that in git config too. BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center
