On 13/07/2022 06:35, Joel Selvaraj wrote: > Hi Krzysztof Kozlowski > > On 12/07/22 18:57, Krzysztof Kozlowski wrote: >> None of your patches reached recipients and mailing lists. > > Thanks for letting me know. I didnt notice. It was shown in patchwork > website and I thought it reached the mailing list too. I have RESEND the > patches. This time, the cover letter (0/5) seems to be in a different > thread and the rest of the patches (1 to 5/5) seems to be in a different > thread. But all of them reached the mailing list though. I am not sure > what is causing the issue though. Can this accepted? or do I need to > resend them again? I saw your patches but not connected to cover letter. As you said, lore also misses them from cover letter: https://lore.kernel.org/all/BY5PR02MB700954C6003BC5D5B6AAB1B7D9899@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ but they are on the lists: https://lore.kernel.org/all/BY5PR02MB7009A49AD394747ACB80F746D9899@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ It's fine, but you should fix your setup. You can use whatever tools you prefer as long as you create proper result. The easiest is however to use git format-patch --cover-letter -5 && git send-email .... (and useful also git branch --edit-description && git git format-patch --cover-letter --cover-from-description=subject). Best regards, Krzysztof