On Tue, Jan 05, 2021 at 03:45:55PM -0800, Florian Fainelli wrote: > On 1/5/21 3:40 PM, Jonathan Lemon wrote: > > On Tue, Jan 05, 2021 at 03:11:03PM -0800, Florian Fainelli wrote: > >> On 1/5/21 2:06 PM, Jonathan Lemon wrote: > >>> From: Jonathan Lemon <b...@fb.com> > >>> > >>> This is set of cleanup patches for zerocopy which are intended > >>> to allow a introduction of a different zerocopy implementation. > >>> > >>> The top level API will use the skb_zcopy_*() functions, while > >>> the current TCP specific zerocopy ends up using msg_zerocopy_*() > >>> calls. > >>> > >>> There should be no functional changes from these patches. > >> > >> Your From and Signed-off-by tags are not matching and this is likely > >> going to be flagged as an issue by Jakub and/or linux-next if/when this > >> lands. You would want to get that fixed in your v2 along with the other > >> feedback you may get. > > > > Grr. I don't know where this is coming from. > > The From: line is correct, and matches my Signed-off-by. > > Your email addresses are different though, From is using your fb.com > address and your Signed-off-by is with your gmail.com address so there > is something in your git configuration or in the way you > imported/formatted patches that results in this difference.
In the From: line, or in the message body? Here, I see a @gmail address in the From: line. It looks like "git send-email" is not doing what I expect. I figured this out and should be fixed now. -- Jonathan