HOW DO I KNOW SOMEONE RECEIVED MY PATCH
I'm sure this has been asked before. I couldn't find any searches that answer this for me. I did the following: I made a file checkpatch clean. I checked my patch with checkpatch clean I used get_maintainer script to get emails to use for patch I used git send-email. The results are OK My concern is that my sendmail may not be setup right? I use Mutt and I have the muttrc setup as the Kernel docs show. Sendmail: /usr/sbin/sendmail -i pmladek@suse.com andriy.shevchenko@linux.intel.com sergey.senozhatsky@gmail.com gregkh@linuxfoundation.org gustavoars@kernel.org linux-kernel@vger.kernel.org ronpguilmet@gmail.com From: Ron Guilmet <ronpguilmet@gmail.com> To: pmladek@suse.com Cc: andriy.shevchenko@linux.intel.com, sergey.senozhatsky@gmail.com, gregkh@linuxfoundation.org, gustavoars@kernel.org, linux-kernel@vger.kernel.org, Ron Guilmet <ronpguilmet@gmail.com> Subject: [PATCH] Drivers Accessibility Braille braille_console.c makes checkpatch clean Date: Thu, 3 Sep 2020 23:44:46 -0400 Message-Id: <20200904034446.1867-1-ronpguilmet@gmail.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Result: OK
On Fri, Sep 4, 2020 at 6:10 AM Ronald P Guilmet <ronpguilmet@gmail.com> wrote:
I'm sure this has been asked before. I couldn't find any searches that answer this for me. I did the following:
I made a file checkpatch clean. I checked my patch with checkpatch clean I used get_maintainer script to get emails to use for patch I used git send-email. The results are OK My concern is that my sendmail may not be setup right? I use Mutt and I have the muttrc setup as the Kernel docs show.
Sendmail: /usr/sbin/sendmail -i pmladek@suse.com andriy.shevchenko@linux.intel.com sergey.senozhatsky@gmail.com gregkh@linuxfoundation.org gustavoars@kernel.org linux-kernel@vger.kernel.org ronpguilmet@gmail.com
Ronald, you can check on lore.kernel.org if it has been received on the mailing list; I could not find it there after a quick look. Maybe there was a technical issue when you sent it? Generally, do not expect that checkpatch cleanup patches are well received. It would be better if you could actually test the braille console and find out if it still works properly, or to fix actual bugs, e.g., http://syzkaller.appspot.com/, might list some that are relevant and can be reproduced easily. Also, a subject line in capital letters is considered equivalent to shouting; there is no need to raise your voice here, though. Lukas
Thank you for the links On 9/4/20 1:28 AM, Lukas Bulwahn wrote:
On Fri, Sep 4, 2020 at 6:10 AM Ronald P Guilmet <ronpguilmet@gmail.com> wrote:
I'm sure this has been asked before. I couldn't find any searches that answer this for me. I did the following:
I made a file checkpatch clean. I checked my patch with checkpatch clean I used get_maintainer script to get emails to use for patch I used git send-email. The results are OK My concern is that my sendmail may not be setup right? I use Mutt and I have the muttrc setup as the Kernel docs show.
Sendmail: /usr/sbin/sendmail -i pmladek@suse.com andriy.shevchenko@linux.intel.com sergey.senozhatsky@gmail.com gregkh@linuxfoundation.org gustavoars@kernel.org linux-kernel@vger.kernel.org ronpguilmet@gmail.com Ronald, you can check on lore.kernel.org if it has been received on the mailing list; I could not find it there after a quick look. Maybe there was a technical issue when you sent it?
Generally, do not expect that checkpatch cleanup patches are well received. It would be better if you could actually test the braille console and find out if it still works properly, or to fix actual bugs, e.g., http://syzkaller.appspot.com/, might list some that are relevant and can be reproduced easily.
Also, a subject line in capital letters is considered equivalent to shouting; there is no need to raise your voice here, though.
Lukas
participants (3)
-
Lukas Bulwahn -
Ron Guilmet -
Ronald P Guilmet