On Thu, 2025-05-01 at 21:10 +0200, John Paul Adrian Glaubitz wrote: > Hi Slava, > > <skipped> > > > > Does 'git apply' works on your side if you try to apply the patch from email? Is > > it some glitch on my side? As far as I can see, I am trying to apply on clean > > kernel tree. > > git-apply is for applying plain patches while git-am is for patches from mailboxes. > > I would suggest to always use git-am after fetching patches using "b4 am <MSGID>" > from the kernel mailing list. > > Please note that when you apply patches with git-am, you should always use the "-s" > option so that the patches are automatically signed-off with your own email address. > Sorry, my glitch. :) > Btw, can you push your tree somewhere until you've got your kernel.org account? > Do we really need to create some temporary tree? I have a fork of kernel tree on github where I am managing SSDFS source code. But I am not sure that I can create another fork of kernel tree on github. Thanks, Slava.