Re: [PATCH] genl: fix ‘attr_grp.next_len ’ may be used uninitialized

Denis Kenzior <[email protected]> Tue, 17 Oct 2023 10:26:52 -0500
Newsgroups dev.linux.lists.ell
Message-ID <[email protected]>
Hi Maxim,

> 
> Lyubimov Maxim. Okay, I'll fix the config.
> 

Ok, I force-pushed an update with Author: Maxim Lyubimov <[email protected]>

>> Something in your mail server is messing with the text format.  I had
>> to
>> manually edit the patch so it would apply properly (by e.g. removing
>> the newline
>> before this '{').  Please fix that since I can't do this for more
>> than the
>> simplest patches.
> 
> I wanted to ask what git-send-email configuration should be used to
> send patches correctly?

I'm not aware of any special git-send-email configuration.  Mine is simply:

[sendemail]
        smtpencryption = tls
        smtpserver = smtp.gmail.com
        smtpuser = [email protected]
        smtpserverport = 587

It may be the outgoing mail server you're using is doing something 'smart'.

Regards,
-Denis