linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
* Re: [Linux-kernel-mentees] Linux Kernel: Evaluate and Improve checkpatch.pl
       [not found] ` <alpine.DEB.2.21.2009091511200.23843@felia>
@ 2020-09-09 14:06   ` Alaa Emad
  2020-09-09 14:13     ` Lukas Bulwahn
  0 siblings, 1 reply; 3+ messages in thread
From: Alaa Emad @ 2020-09-09 14:06 UTC (permalink / raw)
  To: Lukas Bulwahn; +Cc: linux-kernel-mentees


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

On Wed, Sep 9, 2020, 3:19 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:

>
>
> On Wed, 9 Sep 2020, Alaa Emad wrote:
>
> > Hello Lukas Bulwahn,
> > i hope this email finds you well , i applied for  Linux Kernel: Evaluate
> and Improve checkpatch.pl
> >
> > according to the first two tasks, i am unemployed how should i respond
> to these?
> >
>
> I do not know which list of tasks you are referring to. So, I cannot
> comment on the first two tasks.
>

   1.Participation permission from school or employer.
    2.School Enrollment Verification.

>
> > also are there any resources to run and patch the checkpatch.pl ,
> Please?
> >
>
> Here is some starting information:
>
> The zeroth task is to learn suitable netiquette for the communication with
> the kernel community.
>
> First, please do not top-post.
>
>     A: Because we read from top to bottom, left to right.
>     Q: Why should I start my reply below the quoted text?
>
>     A: Because it messes up the order in which people normally read text.
>     Q: Why is top-posting such a bad thing?
>
>     A: The lost context.
>     Q: What makes top-posted replies harder to read than bottom-posted?
>
>     A: Yes.
>     Q: Should I trim down the quoted part of an email to which I'm
> replying?
>
> I understood.
>

Second, please always CC: linux-kernel-mentees@lists.linuxfoundation.org.
>

    done

>
> Third, set up your email client according to the kernel community rules.
>
>
>
> Then, the first task is to run checkpatch.pl on a few kernel patches and
> collect the results. When you have that, please share your script with
> me, e.g., in a github repository.
>
>
> Hints to the first task:
>
> Can you create a list of all non-merge commits that were added in the
> version v5.8 of the kernel, i.e., all non-merge commits that are in v5.8
> and not already in v5.7?
>
> Can you share the script/command you executed and the resulting list on
> github?
>
> Can you run your script on all commits of this list above and record
> all checkpatch.pl reports, and store them in your github repository?
>
> Can you suggest ideas how to aggregate the findings and create a
> statistics? For example: Which type of error is reported most?
> Can you implement that idea?
>
>
> I also suggest to have a look at
> the options ./scripts/checkpatch.pl --list-types and
> ./scripts/checkpatch.pl --show-types. The option --show-types changes
> the output of checkpatch.pl to list type identifiers, so it is easier
> to parse and aggregate the output.
>
> Please also share the script you create for that purpose on your
> github repository.
>
>
>
> The second task is to pick one warning that appears often and improve
> checkpatch.pl to handle that better and get it accepted by the kernel
> community.
>
> Hints to the second task follow when the first task is solved.
>
> If you fail on any of those tasks, you are out of the selection process.
>
> I could implement that with just a few lines of code changes, but please
> do not underestimate the learning curve here. I hope you are very fit in
> Perl, that is required for this project.
>
> The selection of the mentee will happen at the end of this month.
>
> So, the first task should be done within this first week, so that you
> have time for changing checkpatch.pl, testing and discussing the
> change
>
>
> Thank you for your hints,  i will do check these points and return back to
> you


    Alaa

Lukas
>
> > Thanks in advance ,
> > Alaa Emad
> >
> >

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

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

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

* Re: [Linux-kernel-mentees] Linux Kernel: Evaluate and Improve checkpatch.pl
  2020-09-09 14:06   ` [Linux-kernel-mentees] Linux Kernel: Evaluate and Improve checkpatch.pl Alaa Emad
@ 2020-09-09 14:13     ` Lukas Bulwahn
  2020-09-09 15:03       ` Alaa Emad
  0 siblings, 1 reply; 3+ messages in thread
From: Lukas Bulwahn @ 2020-09-09 14:13 UTC (permalink / raw)
  To: Alaa Emad; +Cc: linux-kernel-mentees

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



On Wed, 9 Sep 2020, Alaa Emad wrote:

> 
> 
> On Wed, Sep 9, 2020, 3:19 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:
> 
> 
>       On Wed, 9 Sep 2020, Alaa Emad wrote:
> 
>       > Hello Lukas Bulwahn,
>       > i hope this email finds you well , i applied for  Linux Kernel: Evaluate and Improve checkpatch.pl
>       >
>       > according to the first two tasks, i am unemployed how should i respond to these?
>       >
> 
>       I do not know which list of tasks you are referring to. So, I cannot
>       comment on the first two tasks.
> 
>    
>    1.Participation permission from school or employer.
>     2.School Enrollment Verification.
>

Please check the CommunityBridge organisation if mentorships on the Linux 
kernel are also open to mentees that are not enrolled in the university?

I do not know the exact expectations for the mentorship selection.

Lukas

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

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

* Re: [Linux-kernel-mentees] Linux Kernel: Evaluate and Improve checkpatch.pl
  2020-09-09 14:13     ` Lukas Bulwahn
@ 2020-09-09 15:03       ` Alaa Emad
  0 siblings, 0 replies; 3+ messages in thread
From: Alaa Emad @ 2020-09-09 15:03 UTC (permalink / raw)
  To: Lukas Bulwahn; +Cc: linux-kernel-mentees


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

Ok, I will check,Thank you

On Wed, Sep 9, 2020, 4:13 PM Lukas Bulwahn <lukas.bulwahn@gmail.com> wrote:

>
>
> On Wed, 9 Sep 2020, Alaa Emad wrote:
>
> >
> >
> > On Wed, Sep 9, 2020, 3:19 PM Lukas Bulwahn <lukas.bulwahn@gmail.com>
> wrote:
> >
> >
> >       On Wed, 9 Sep 2020, Alaa Emad wrote:
> >
> >       > Hello Lukas Bulwahn,
> >       > i hope this email finds you well , i applied for  Linux Kernel:
> Evaluate and Improve checkpatch.pl
> >       >
> >       > according to the first two tasks, i am unemployed how should i
> respond to these?
> >       >
> >
> >       I do not know which list of tasks you are referring to. So, I
> cannot
> >       comment on the first two tasks.
> >
> >
> >    1.Participation permission from school or employer.
> >     2.School Enrollment Verification.
> >
>
> Please check the CommunityBridge organisation if mentorships on the Linux
> kernel are also open to mentees that are not enrolled in the university?
>
> I do not know the exact expectations for the mentorship selection.
>
> Lukas

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

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

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAM1DhOivT_U=N6K-J0A7aDpG9QwEng4n9nZyS5knDKofqeunuA@mail.gmail.com>
     [not found] ` <alpine.DEB.2.21.2009091511200.23843@felia>
2020-09-09 14:06   ` [Linux-kernel-mentees] Linux Kernel: Evaluate and Improve checkpatch.pl Alaa Emad
2020-09-09 14:13     ` Lukas Bulwahn
2020-09-09 15:03       ` Alaa Emad

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).