kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* HOW DO I KNOW SOMEONE RECEIVED MY PATCH
@ 2020-09-04  4:08 Ronald P Guilmet
  2020-09-04  5:28 ` Lukas Bulwahn
  0 siblings, 1 reply; 3+ messages in thread
From: Ronald P Guilmet @ 2020-09-04  4:08 UTC (permalink / raw)
  To: kernelnewbies


[-- Attachment #1.1: Type: text/plain, Size: 1147 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 2104 bytes --]

[-- Attachment #2: Type: text/plain, Size: 170 bytes --]

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: HOW DO I KNOW SOMEONE RECEIVED MY PATCH
  2020-09-04  4:08 HOW DO I KNOW SOMEONE RECEIVED MY PATCH Ronald P Guilmet
@ 2020-09-04  5:28 ` Lukas Bulwahn
  2020-09-04  5:30   ` Ron Guilmet
  0 siblings, 1 reply; 3+ messages in thread
From: Lukas Bulwahn @ 2020-09-04  5:28 UTC (permalink / raw)
  To: Ronald P Guilmet; +Cc: kernelnewbies

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

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: HOW DO I KNOW SOMEONE RECEIVED MY PATCH
  2020-09-04  5:28 ` Lukas Bulwahn
@ 2020-09-04  5:30   ` Ron Guilmet
  0 siblings, 0 replies; 3+ messages in thread
From: Ron Guilmet @ 2020-09-04  5:30 UTC (permalink / raw)
  To: Lukas Bulwahn; +Cc: kernelnewbies

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

_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-04  5:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04  4:08 HOW DO I KNOW SOMEONE RECEIVED MY PATCH Ronald P Guilmet
2020-09-04  5:28 ` Lukas Bulwahn
2020-09-04  5:30   ` Ron Guilmet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).