From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: n3rdopolis <bluescreen_avenger@verizon.net>
Cc: linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org,
Jiri Slaby <jirislaby@kernel.org>
Subject: Re: [PATCH 1/2] ttynull: Add an option to allow ttynull to be used as a console device
Date: Mon, 9 Dec 2024 07:35:04 +0100 [thread overview]
Message-ID: <2024120911-daylight-feminist-a1e1@gregkh> (raw)
In-Reply-To: <2959951.SvYEEZNnvj@nerdopolis2>
On Sun, Dec 08, 2024 at 09:16:28PM -0500, n3rdopolis wrote:
> On Sunday, December 8, 2024 8:30:08 AM EST Greg Kroah-Hartman wrote:
> > On Sun, Dec 08, 2024 at 12:25:12AM -0500, nerdopolis wrote:
> > > On Saturday, December 7, 2024 1:50:50 AM EST Greg Kroah-Hartman wrote:
> > > > On Fri, Dec 06, 2024 at 12:36:21PM -0500, n3rdopolis wrote:
> > > > > On Wednesday, December 4, 2024 2:37:55 PM EST n3rdopolis wrote:
> > > > > > On Wednesday, December 4, 2024 1:06:50 PM EST Greg Kroah-Hartman wrote:
> > > > > > > On Wed, Dec 04, 2024 at 12:06:56PM -0500, n3rdopolis wrote:
> > > > > > > > On Wednesday, December 4, 2024 10:41:44 AM EST Greg Kroah-Hartman wrote:
> > > > > > > > > On Thu, Nov 28, 2024 at 11:15:48PM -0500, n3rdopolis wrote:
> > > > > > > > > > Add a config option CONFIG_NULL_TTY_CONSOLE that will have ttynull be
> > > > > > > > > > initialized by console_initcall() and selected as a possible console
> > > > > > > > > > device.
> > > > > > > > > > Signed-off-by: n3rdopolis <bluescreen_avenger@verizon.net>
> > > > > > > > >
> > > > > > > > > Meta-comments, we need a blank line before the s-o-b line, AND we need a
> > > > > > > > > real name here, sorry. I can't do anything with these (including
> > > > > > > > > reviewing them), until that happens.
> > > > > > > > >
> > > > > > > > Oh, I thought that I didn't need a real name
> > > > > > > >
> > > > > > > > I found a recent thread that seems like it suggests that I thought
> > > > > > > > https://lore.kernel.org/all/20241121165806.476008-40-alex.bennee@linaro.org/[1]
> > > > > > > > https://drewdevault.com/2023/10/31/On-real-names.html[2]
> > > > > > > > Or do I need to wait for that change to the guideline be merged?
> > > > > > >
> > > > > > > That change has been merged a long time ago, but as far as I can tell,
> > > > > > > this signed-off-by you used here does not meet this category.
> > > > > > >
> > > > > > Oh, what would it take to meet that category? I've been using this nick to
> > > > > > contribute to other projects, and it matches my GitHub name, and FreeDesktop
> > > > > > GitLab name
> > > > > >
> > > > > What if I made the signed-off-by (and committer name) this email address? would
> > > > > that work?
> > > >
> > > > Do you sign documents with your bank with an email address in the line
> > > > that says "name"?
> > > >
> > > No, I guess not, the no pseudonym requirement was dropped, but if my nickname
> > > doesn't work If I really have to, can it just be my first name, instead of my
> > > full name if it comes down to it?
> >
> > No.
> >
>
> Can I do first name, last initial? Or does it have to be a full name?
Honestly, based on this long discussion, I really don't think we can
take any contribution from you without having someone else verify that
the the name you use here is correct. Please work with the kernel.org
ring-of-trust to get a valid signature added to it and then I'll be glad
to reconsider.
And note, I'm not singling you out at all, we have recently had to do
this for many new contributors.
thanks,
greg k-h
next prev parent reply other threads:[~2024-12-09 6:35 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20241129041549.778959-1-bluescreen_avenger.ref@verizon.net>
2024-11-29 4:15 ` [PATCH 0/2] Optionally allow ttynull to be selected as a default console n3rdopolis
2024-11-29 4:15 ` [PATCH 1/2] ttynull: Add an option to allow ttynull to be used as a console device n3rdopolis
2024-12-04 15:41 ` Greg Kroah-Hartman
[not found] ` <1791540.X513TT2pbd@nerdopolis2>
2024-12-04 18:06 ` Greg Kroah-Hartman
2024-12-04 19:37 ` n3rdopolis
2024-12-06 17:36 ` n3rdopolis
2024-12-07 6:50 ` Greg Kroah-Hartman
2024-12-08 5:25 ` nerdopolis
2024-12-08 13:30 ` Greg Kroah-Hartman
2024-12-09 2:16 ` n3rdopolis
2024-12-09 6:35 ` Greg Kroah-Hartman [this message]
2024-12-10 2:56 ` nerdopolis
2024-12-10 7:28 ` Greg Kroah-Hartman
2024-12-28 0:29 ` nerdopolis
2024-11-29 4:15 ` [PATCH 2/2] tty: Change order of ttynull to be loaded sooner n3rdopolis
2025-01-17 4:34 [PATCH 0/2] Optionally allow ttynull to be selected as a default console adamsimonelli
2025-01-17 4:34 ` [PATCH 1/2] ttynull: Add an option to allow ttynull to be used as a console device adamsimonelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2024120911-daylight-feminist-a1e1@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=bluescreen_avenger@verizon.net \
--cc=jirislaby@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox