All of lore.kernel.org
 help / color / mirror / Atom feed
* Questions on legal name/pseudyonym
@ 2023-03-09  8:10 Kloudifold
  2023-03-09 16:43 ` Alison Schofield
  0 siblings, 1 reply; 4+ messages in thread
From: Kloudifold @ 2023-03-09  8:10 UTC (permalink / raw)
  To: alison.schofield; +Cc: outreachy

Thanks for your advice in thread "Problem in 'Pick a warning, and try to fix it'", I should use "drivers/staging/**/*.*" instead of "drivers/staging/*/*".

My legal name may change in the next few years, and the Outreachy Community Member Information page said
"You may use a pseudonym or abbreviate your given or family names if you have concerns about privacy.",
so I use "Kloudifold" as my Outreachy name and intend to use it as signed-off name when making kernel contributions.

I would now like to ask if my contribution will be considered by Outreachy if I use a pseudonym?
If not, I will use my legal name instead.
If it is OK, I intend to keep contributing under the name "Kloudifold".

On Thu, 9 Mar 2023 at 08:12, Alison Schofield <alison.schofield@intel.com> wrote:
>
> On Thu, Mar 09, 2023 at 04:18:03AM +0800, Kloudifold wrote:
> > Dear Outreachy team,
> >
> > I am an Outreachy applicant who recently followed the tutorial for the Kernel Firstpatch on your website. During the process, I encountered a couple of issues that I believe could benefit from an update to the tutorial.
>
> Hi Kloudifold,
>
> These sound like very helpful additions!
>
> I was about to add you to the Editors list for the wiki, but want
> to check on the name. Have you looked at this yet:
> https://www.kernel.org/doc/html/latest/process/submitting-patches.html?highlight=signed%20off#sign-your-work-the-developer-s-certificate-of-origin
>
> My question is if you go by 'Kloudifold' as your full legal name.
> ie. will your SOB be:
> Signed-off-by: Kloudifold <cloudifold.3125@gmail.com>
>
> Whatever you put as your name there, will be how your work is
> discovered in the kernel from here forward. So, let's be sure
> to get the name correct.
>
> And, I want to use that same name in the Editors file of the wiki.
>
> Let me know & thanks!
> Alison
>
>
> >
> > Firstly, the tutorial assumes that the .config file used to compile the distribution kernel is stored in the /boot/ directory. However, some distributions, including the one I use, do not follow this convention. Instead, the .config file is stored in the /proc/ directory as a compressed file. To address this issue, I propose updating the tutorial with the command "zcat /proc/config.gz > .config" to extract the .config file from /proc/ and use it for compiling the kernel.
> >
> > Secondly, the tutorial instructs users to install the kernel using LILO as the boot manager. However, many modern distributions, including the one I use, use GRUB as the default boot manager. This results in an error when executing "sudo make modules_install install" as the system cannot find LILO. To resolve this issue, I suggest adding instructions for manually installing the kernel and initramfs and configure GRUB.
> >
> > In summary, my proposed updates to the Kernel Firstpatch tutorial include:
> >
> >     Adding a command to extract the .config file from /proc/ using "zcat /proc/config.gz > .config"
> >     Updating the instructions for installing the kernel and initramfs manually and configuring GRUB
> >
> > I believe that these updates will improve the usability of the tutorial for users who encounter similar issues. Thank you for your consideration, and please let me know if you have any questions or concerns.
> >
> > Best regards,
> > Kloudifold.
> >
> >

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

* Re: Questions on legal name/pseudyonym
  2023-03-09  8:10 Questions on legal name/pseudyonym Kloudifold
@ 2023-03-09 16:43 ` Alison Schofield
  2023-03-21 14:29   ` Bru Moreira-Guedes
  0 siblings, 1 reply; 4+ messages in thread
From: Alison Schofield @ 2023-03-09 16:43 UTC (permalink / raw)
  To: Kloudifold; +Cc: outreachy

On Thu, Mar 09, 2023 at 04:10:25PM +0800, Kloudifold wrote:
> Thanks for your advice in thread "Problem in 'Pick a warning, and try to fix it'", I should use "drivers/staging/**/*.*" instead of "drivers/staging/*/*".
> 
> My legal name may change in the next few years, and the Outreachy Community Member Information page said
> "You may use a pseudonym or abbreviate your given or family names if you have concerns about privacy.",
> so I use "Kloudifold" as my Outreachy name and intend to use it as signed-off name when making kernel contributions.
> 
> I would now like to ask if my contribution will be considered by Outreachy if I use a pseudonym?
> If not, I will use my legal name instead.
> If it is OK, I intend to keep contributing under the name "Kloudifold".

Hi Kloudifold,

I'm glad this came up because I needed to learn the latest on this
topic. My prior knowledge was 'no pseudonyms', but I see the kernel
has recently changed that:

d4563201f33a0 Documentation/process/submitting-patches.rst (Linus Torvalds        2023-02-26 11:25:04 -0800 410) using a known identity (sorry, no anonymous contributions.)

diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
index 7dc94555417d..fab44ae732e3 100644
--- a/Documentation/process/submitting-patches.rst
+++ b/Documentation/process/submitting-patches.rst
@@ -407,7 +407,7 @@ then you just add a line saying::

        Signed-off-by: Random J Developer <random@developer.example.org>

-using your real name (sorry, no pseudonyms or anonymous contributions.)
+using a known identity (sorry, no anonymous contributions.)
 This will be done for you automatically if you use ``git commit -s``.
 Reverts should also include "Signed-off-by". ``git revert -s`` does that
 for you.

Alison


> 
> On Thu, 9 Mar 2023 at 08:12, Alison Schofield <alison.schofield@intel.com> wrote:
> >
> > On Thu, Mar 09, 2023 at 04:18:03AM +0800, Kloudifold wrote:
> > > Dear Outreachy team,
> > >
> > > I am an Outreachy applicant who recently followed the tutorial for the Kernel Firstpatch on your website. During the process, I encountered a couple of issues that I believe could benefit from an update to the tutorial.
> >
> > Hi Kloudifold,
> >
> > These sound like very helpful additions!
> >
> > I was about to add you to the Editors list for the wiki, but want
> > to check on the name. Have you looked at this yet:
> > https://www.kernel.org/doc/html/latest/process/submitting-patches.html?highlight=signed%20off#sign-your-work-the-developer-s-certificate-of-origin
> >
> > My question is if you go by 'Kloudifold' as your full legal name.
> > ie. will your SOB be:
> > Signed-off-by: Kloudifold <cloudifold.3125@gmail.com>
> >
> > Whatever you put as your name there, will be how your work is
> > discovered in the kernel from here forward. So, let's be sure
> > to get the name correct.
> >
> > And, I want to use that same name in the Editors file of the wiki.
> >
> > Let me know & thanks!
> > Alison
> >
> >
> > >
> > > Firstly, the tutorial assumes that the .config file used to compile the distribution kernel is stored in the /boot/ directory. However, some distributions, including the one I use, do not follow this convention. Instead, the .config file is stored in the /proc/ directory as a compressed file. To address this issue, I propose updating the tutorial with the command "zcat /proc/config.gz > .config" to extract the .config file from /proc/ and use it for compiling the kernel.
> > >
> > > Secondly, the tutorial instructs users to install the kernel using LILO as the boot manager. However, many modern distributions, including the one I use, use GRUB as the default boot manager. This results in an error when executing "sudo make modules_install install" as the system cannot find LILO. To resolve this issue, I suggest adding instructions for manually installing the kernel and initramfs and configure GRUB.
> > >
> > > In summary, my proposed updates to the Kernel Firstpatch tutorial include:
> > >
> > >     Adding a command to extract the .config file from /proc/ using "zcat /proc/config.gz > .config"
> > >     Updating the instructions for installing the kernel and initramfs manually and configuring GRUB
> > >
> > > I believe that these updates will improve the usability of the tutorial for users who encounter similar issues. Thank you for your consideration, and please let me know if you have any questions or concerns.
> > >
> > > Best regards,
> > > Kloudifold.
> > >
> > >
> 

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

* Re: Questions on legal name/pseudyonym
  2023-03-09 16:43 ` Alison Schofield
@ 2023-03-21 14:29   ` Bru Moreira-Guedes
  2023-03-21 16:28     ` Alison Schofield
  0 siblings, 1 reply; 4+ messages in thread
From: Bru Moreira-Guedes @ 2023-03-21 14:29 UTC (permalink / raw)
  To: Alison Schofield; +Cc: Kloudifold, outreachy

[-- Attachment #1: Type: text/plain, Size: 2514 bytes --]

Hello Alison,

I'm glad I caught this discussion.

On Thu, Mar 09, 2023 at 08:43:49AM -0800, Alison Schofield wrote:
> On Thu, Mar 09, 2023 at 04:10:25PM +0800, Kloudifold wrote:
> > My legal name may change in the next few years, and the Outreachy Community Member Information page said
> > "You may use a pseudonym or abbreviate your given or family names if you have concerns about privacy.",
> > so I use "Kloudifold" as my Outreachy name and intend to use it as signed-off name when making kernel contributions.
> > 
> > I would now like to ask if my contribution will be considered by Outreachy if I use a pseudonym?
> > If not, I will use my legal name instead.
> > If it is OK, I intend to keep contributing under the name "Kloudifold".
> 
> Hi Kloudifold,
> 
> I'm glad this came up because I needed to learn the latest on this
> topic. My prior knowledge was 'no pseudonyms', but I see the kernel
> has recently changed that:
> 
> d4563201f33a0 Documentation/process/submitting-patches.rst (Linus Torvalds        2023-02-26 11:25:04 -0800 410) using a known identity (sorry, no anonymous contributions.)
> 
> diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
> index 7dc94555417d..fab44ae732e3 100644
> --- a/Documentation/process/submitting-patches.rst
> +++ b/Documentation/process/submitting-patches.rst
> @@ -407,7 +407,7 @@ then you just add a line saying::
> 
>         Signed-off-by: Random J Developer <random@developer.example.org>
> 
> -using your real name (sorry, no pseudonyms or anonymous contributions.)
> +using a known identity (sorry, no anonymous contributions.)
>  This will be done for you automatically if you use ``git commit -s``.
>  Reverts should also include "Signed-off-by". ``git revert -s`` does that
>  for you.

Do you think it could also be applied to social names? I'm not sure this
is a known term in english-speaking culture, but in my country a social
name is a name differing from the legal one to which trans people (like
me) are entitled to be referred to. At least for public and some private
services.

I have recently decided to use 'Bru' rather than my gender-marked legal
name 'Bruno', and I am in doubt on whether this fits into the concept of
'known identity' (since, well, this had been a very recent change and
it's not exactly 'known').

I have been thinking about that a couple of weeks ago.

Best,
Bru Moreira-Guedes
Autistic & Proud
They/them

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: Questions on legal name/pseudyonym
  2023-03-21 14:29   ` Bru Moreira-Guedes
@ 2023-03-21 16:28     ` Alison Schofield
  0 siblings, 0 replies; 4+ messages in thread
From: Alison Schofield @ 2023-03-21 16:28 UTC (permalink / raw)
  To: Bru Moreira-Guedes; +Cc: Kloudifold, outreachy

On Tue, Mar 21, 2023 at 11:29:19AM -0300, Bru Moreira-Guedes wrote:
> Hello Alison,
> 
> I'm glad I caught this discussion.
> 
> On Thu, Mar 09, 2023 at 08:43:49AM -0800, Alison Schofield wrote:
> > On Thu, Mar 09, 2023 at 04:10:25PM +0800, Kloudifold wrote:
> > > My legal name may change in the next few years, and the Outreachy Community Member Information page said
> > > "You may use a pseudonym or abbreviate your given or family names if you have concerns about privacy.",
> > > so I use "Kloudifold" as my Outreachy name and intend to use it as signed-off name when making kernel contributions.
> > > 
> > > I would now like to ask if my contribution will be considered by Outreachy if I use a pseudonym?
> > > If not, I will use my legal name instead.
> > > If it is OK, I intend to keep contributing under the name "Kloudifold".
> > 
> > Hi Kloudifold,
> > 
> > I'm glad this came up because I needed to learn the latest on this
> > topic. My prior knowledge was 'no pseudonyms', but I see the kernel
> > has recently changed that:
> > 
> > d4563201f33a0 Documentation/process/submitting-patches.rst (Linus Torvalds        2023-02-26 11:25:04 -0800 410) using a known identity (sorry, no anonymous contributions.)
> > 
> > diff --git a/Documentation/process/submitting-patches.rst b/Documentation/process/submitting-patches.rst
> > index 7dc94555417d..fab44ae732e3 100644
> > --- a/Documentation/process/submitting-patches.rst
> > +++ b/Documentation/process/submitting-patches.rst
> > @@ -407,7 +407,7 @@ then you just add a line saying::
> > 
> >         Signed-off-by: Random J Developer <random@developer.example.org>
> > 
> > -using your real name (sorry, no pseudonyms or anonymous contributions.)
> > +using a known identity (sorry, no anonymous contributions.)
> >  This will be done for you automatically if you use ``git commit -s``.
> >  Reverts should also include "Signed-off-by". ``git revert -s`` does that
> >  for you.
> 
> Do you think it could also be applied to social names? I'm not sure this
> is a known term in english-speaking culture, but in my country a social
> name is a name differing from the legal one to which trans people (like
> me) are entitled to be referred to. At least for public and some private
> services.
> 
> I have recently decided to use 'Bru' rather than my gender-marked legal
> name 'Bruno', and I am in doubt on whether this fits into the concept of
> 'known identity' (since, well, this had been a very recent change and
> it's not exactly 'known').
> 
> I have been thinking about that a couple of weeks ago.

Hi Bru,

You can read the full text of the DCO guideline and the kernel patch:

https://github.com/cncf/foundation/blob/659fd32c86dc/dco-guidelines.md

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d4563201f33a022fc0353033d9dfeb1606a88330

It sounds like your name change situation is within the guidelines.
(But I'm not a lawyer and I don't play one on TV ;))

Alison

> 
> Best,
> Bru Moreira-Guedes
> Autistic & Proud
> They/them



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

end of thread, other threads:[~2023-03-21 16:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-09  8:10 Questions on legal name/pseudyonym Kloudifold
2023-03-09 16:43 ` Alison Schofield
2023-03-21 14:29   ` Bru Moreira-Guedes
2023-03-21 16:28     ` Alison Schofield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.