From: Alison Schofield <alison.schofield@intel.com>
To: Kloudifold <cloudifold.3125@gmail.com>
Cc: outreachy@lists.linux.dev
Subject: Re: Questions on legal name/pseudyonym
Date: Thu, 9 Mar 2023 08:43:49 -0800 [thread overview]
Message-ID: <ZAoMxSPKNLoLg7Wl@aschofie-mobl2> (raw)
In-Reply-To: <ZAmUcfHfMUqxu67D@CloudiRingWorld>
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.
> > >
> > >
>
next prev parent reply other threads:[~2023-03-09 16:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-09 8:10 Questions on legal name/pseudyonym Kloudifold
2023-03-09 16:43 ` Alison Schofield [this message]
2023-03-21 14:29 ` Bru Moreira-Guedes
2023-03-21 16:28 ` Alison Schofield
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=ZAoMxSPKNLoLg7Wl@aschofie-mobl2 \
--to=alison.schofield@intel.com \
--cc=cloudifold.3125@gmail.com \
--cc=outreachy@lists.linux.dev \
/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 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.