Re: [PATCH v2 2/3] io_uring: minor clean up in trace events definition

From: Pavel Begunkov
Date: Sun Jun 20 2021 - 16:13:32 EST


On 6/20/21 8:15 PM, Olivier Langlois wrote:
>>
> I found my problem. I had to add the option --thread to git format-
> patch
>
> as in:
> $ git format-patch --thread -o ~/patches HEAD^

fwiw, was always using

$ git format-patch -n --thread=shallow --subject-prefix "PATCH" -o <path> --cover-letter HEAD~N..HEAD~0

without --cover-letter if a single patch

--
Pavel Begunkov