Can someone suggest me a book on how to start contributing for linux
kernel or any tutorial videos or any leads ?

Thanks and regards
Sriraam VG

On Mon, Feb 22, 2016 at 11:32 AM,
<[email protected]> wrote:
> Send Kernelnewbies mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Kernelnewbies digest..."
>
>
> Today's Topics:
>
>    1. Re:Re: Why exist coding style issue in mm_types.h (YU Bo)
>    2. Re: Project Idea.. (Mulyadi Santosa)
>    3. Books Regarding Linux Kernel (Anil Nair)
>    4. Re: Books Regarding Linux Kernel (Shiva Shankar)
>    5. Re: Books Regarding Linux Kernel (Kenneth Adam Miller)
>    6. Re: Books Regarding Linux Kernel (sanjeev sharma)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 22 Feb 2016 13:05:29 +0800 (CST)
> From: "YU Bo" <[email protected]>
> Subject: Re:Re: Why exist coding style issue in mm_types.h
> To: "Greg KH" <[email protected]>
> Cc: "[email protected]"
>         <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="gbk"
>
> Hi,
> At 2016-02-22 02:27:39, "Greg KH" <[email protected]> wrote:
>>On Mon, Feb 22, 2016 at 12:29:54AM +0800, YU Bo wrote:
>>> Hi,
>>>   When  read the source code of mm_types.h, i encounter _coding style_ code
>>> ,such like:
>>> http://lxr.free-electrons.com/source/include/linux/mm_types.h#L346 in 
>>> comments.
>>> Why not try to fix it? Because it is trival?
>>> Actually, checkpatch.pl reports many errors and warnnings for it.
>>> Only can i fix the coding style issue in staging?
>>
>>Yes, stick to drivers/staging/* only for coding style fixes please.
>
>>
> Thanks a lot!
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160222/acd2566f/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Mon, 22 Feb 2016 12:45:06 +0700
> From: Mulyadi Santosa <[email protected]>
> Subject: Re: Project Idea..
> To: kernelnewbies <[email protected]>
> Message-ID:
>         <cagdaadyacvuqxdoqax430gdh1ovfjd+xzjvsq_qnx9vwnm-...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> On Mon, Feb 22, 2016 at 12:24 PM, SUNITA <[email protected]> wrote:
>
>> Respected Sir/Madam,
>> I am trying to study the effect of Scheduler Policies on Energy
>> Consumption of Portable Device.
>>
>> This will be achieved by modifying the current Completely Fair
>> Scheduler by changing the range of nice values from 40 to 100 and
>> adding a new scheduing policy.
>> CFS uses SCHED_RR, SCHED_FCFS, SCHED_OTHER, SCHED_BATCH Policy for
>> scheduling any process.  The idea is to insert a new scheduling policy
>> by modifying the header files.
>>
>> Can this be a good topic to carry out research.I welcome any other
>> idea related Linux Kernel CFS.
>>
>> Regards,
>> SUNIITA
>>
>> _______________________________________________
>> Kernelnewbies mailing list
>> [email protected]
>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>>
>
> Hi Suniita
>
> Sounds challenging.
>
> It might be good topic. Just make sure you understand how to measure power
> consumption and prepare various scenario of load simulation to mimic real
> power consumption pattern.
>
>
> --
> regards,
>
> Mulyadi Santosa
> Freelance Linux trainer and consultant
>
> blog: the-hydra.blogspot.com
> training: mulyaditraining.blogspot.com
>
> This email has been sent from a virus-free computer protected by Avast.
> www.avast.com <https://www.avast.com/sig-email>
> <#DDB4FAA8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160222/0e96cce5/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Mon, 22 Feb 2016 11:26:31 +0530
> From: Anil Nair <[email protected]>
> Subject: Books Regarding Linux Kernel
> To: [email protected]
> Message-ID:
>         <CAHkwNTks=fV-dUon2Y7UstJDQXLfSXF=q_xkkfseiikdbbf...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi,
>
> Can anyone suggest any good book for understanding the Linux Kernel?
>
> Are these books enough for understanding workings of Linux Kernel?
>
> 1.Linux Kernel in a Nutshell
> 2.Linux Device Drivers, Third Edition
> 3.Linux Kernel Development (3rd Edition)
>
>
> --
> --
> Regards,
> Anil Nair
>
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 22 Feb 2016 11:30:01 +0530
> From: Shiva Shankar <[email protected]>
> Subject: Re: Books Regarding Linux Kernel
> To: Anil Nair <[email protected]>
> Cc: kernelnewbies <[email protected]>
> Message-ID:
>         <CAKe3+gL0FfQkAYCac_rMZHcSQZ=c3anad8op66mmo1monp4...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hi Anil,
> Listed books are enough to start programming.
>
> You can also refer to
> Professional Linux Kernel Architecture
> Book by Wolfgang Mauerer
>
> Thanks
>
>
> On Mon, Feb 22, 2016 at 11:26 AM, Anil Nair <[email protected]> wrote:
>
>> Hi,
>>
>> Can anyone suggest any good book for understanding the Linux Kernel?
>>
>> Are these books enough for understanding workings of Linux Kernel?
>>
>> 1.Linux Kernel in a Nutshell
>> 2.Linux Device Drivers, Third Edition
>> 3.Linux Kernel Development (3rd Edition)
>>
>>
>> --
>> --
>> Regards,
>> Anil Nair
>>
>> _______________________________________________
>> Kernelnewbies mailing list
>> [email protected]
>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160222/7c4ad69c/attachment-0001.html
>
> ------------------------------
>
> Message: 5
> Date: Mon, 22 Feb 2016 01:00:59 -0500
> From: Kenneth Adam Miller <[email protected]>
> Subject: Re: Books Regarding Linux Kernel
> To: Anil Nair <[email protected]>
> Cc: Kernelnewbies <[email protected]>
> Message-ID:
>         <cak7rcp9ad7koq61tjnt4iw-_dv98xelzzdzaoq8mkrsfzt4...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Those are the popular three, but the documentation provided by kernel
> authors themselves as well as source code is also expected.
>
> Lastly, semantics of the machine are often a required read. The intel
> manual might be something that belongs on your list, if you want to truly
> understand.
>
> But no book is really enough to completely understand the linux kernel.
> Those just help you get started.
>
> On Mon, Feb 22, 2016 at 12:56 AM, Anil Nair <[email protected]> wrote:
>
>> Hi,
>>
>> Can anyone suggest any good book for understanding the Linux Kernel?
>>
>> Are these books enough for understanding workings of Linux Kernel?
>>
>> 1.Linux Kernel in a Nutshell
>> 2.Linux Device Drivers, Third Edition
>> 3.Linux Kernel Development (3rd Edition)
>>
>>
>> --
>> --
>> Regards,
>> Anil Nair
>>
>> _______________________________________________
>> Kernelnewbies mailing list
>> [email protected]
>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160222/ccf06c25/attachment-0001.html
>
> ------------------------------
>
> Message: 6
> Date: Mon, 22 Feb 2016 11:32:05 +0530
> From: sanjeev sharma <[email protected]>
> Subject: Re: Books Regarding Linux Kernel
> To: Shiva Shankar <[email protected]>
> Cc: Anil Nair <[email protected]>,   kernelnewbies
>         <[email protected]>
> Message-ID:
>         <CAGUYZuT_jj3eWKwv8=ngkrepfk-5qxtnsxvfgpr01_amesr...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello,
>
> Please don't forget to read Linux Kernel by Robert Love.It is very good for
> beginner.
>
> Regards
> Sanjeev Sharma
>
> On Mon, Feb 22, 2016 at 11:30 AM, Shiva Shankar <[email protected]>
> wrote:
>
>> Hi Anil,
>> Listed books are enough to start programming.
>>
>> You can also refer to
>> Professional Linux Kernel Architecture
>> Book by Wolfgang Mauerer
>>
>> Thanks
>>
>>
>> On Mon, Feb 22, 2016 at 11:26 AM, Anil Nair <[email protected]> wrote:
>>
>>> Hi,
>>>
>>> Can anyone suggest any good book for understanding the Linux Kernel?
>>>
>>> Are these books enough for understanding workings of Linux Kernel?
>>>
>>> 1.Linux Kernel in a Nutshell
>>> 2.Linux Device Drivers, Third Edition
>>> 3.Linux Kernel Development (3rd Edition)
>>>
>>>
>>> --
>>> --
>>> Regards,
>>> Anil Nair
>>>
>>> _______________________________________________
>>> Kernelnewbies mailing list
>>> [email protected]
>>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>>>
>>
>>
>> _______________________________________________
>> Kernelnewbies mailing list
>> [email protected]
>> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>>
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160222/5b805d66/attachment.html
>
> ------------------------------
>
> _______________________________________________
> Kernelnewbies mailing list
> [email protected]
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
>
> End of Kernelnewbies Digest, Vol 63, Issue 37
> *********************************************

_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to