* Two questions
@ 2015-10-28 15:57 Anuz Pratap Singh Tomar
2015-10-28 16:08 ` Albino B Neto
2015-10-28 16:30 ` michi1 at michaelblizek.twilightparadox.com
0 siblings, 2 replies; 5+ messages in thread
From: Anuz Pratap Singh Tomar @ 2015-10-28 15:57 UTC (permalink / raw)
To: kernelnewbies
1. Is this book still relevant?
Linux Kernel in Nutshell by GKH
http://www.kroah.com/lkn/
2. Which is the official mailing list discussion on staging tree/driver?
--
Thank you
Warm Regards
Anuz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20151028/436b5282/attachment.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Two questions
2015-10-28 15:57 Two questions Anuz Pratap Singh Tomar
@ 2015-10-28 16:08 ` Albino B Neto
2015-10-28 16:14 ` Anuz Pratap Singh Tomar
2015-10-28 16:30 ` michi1 at michaelblizek.twilightparadox.com
1 sibling, 1 reply; 5+ messages in thread
From: Albino B Neto @ 2015-10-28 16:08 UTC (permalink / raw)
To: kernelnewbies
2015-10-28 13:57 GMT-02:00 Anuz Pratap Singh Tomar <chambilkethakur@gmail.com>:
> 1. Is this book still relevant?
> Linux Kernel in Nutshell by GKH
> http://www.kroah.com/lkn/
Yes. You read here also [0].
0 - https://www.kernel.org/doc/Documentation/
> 2. Which is the official mailing list discussion on staging tree/driver?
Mailing[1] of Linux.
1 - http://vger.kernel.org/vger-lists.html
Albino
^ permalink raw reply [flat|nested] 5+ messages in thread
* Two questions
2015-10-28 16:08 ` Albino B Neto
@ 2015-10-28 16:14 ` Anuz Pratap Singh Tomar
2015-10-28 20:21 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Anuz Pratap Singh Tomar @ 2015-10-28 16:14 UTC (permalink / raw)
To: kernelnewbies
On Wed, Oct 28, 2015 at 4:08 PM, Albino B Neto <bino@bino.us> wrote:
> 2015-10-28 13:57 GMT-02:00 Anuz Pratap Singh Tomar <
> chambilkethakur at gmail.com>:
> > 1. Is this book still relevant?
> > Linux Kernel in Nutshell by GKH
> > http://www.kroah.com/lkn/
>
> Yes. You read here also [0].
>
> 0 - https://www.kernel.org/doc/Documentation/
Thanks, I am aware of documentation. My question was wrt the changing
nature of kernel and book has not been changed for quite few years now.
>
>
> > 2. Which is the official mailing list discussion on staging tree/driver?
>
> Mailing[1] of Linux.
>
> 1 - http://vger.kernel.org/vger-lists.html
I have searched for a bit before asking the question. Which particular one
is for staging tree/driver?
As quick Ctrl+f with staging yields no results.
>
>
>
> Albino
>
--
Thank you
Warm Regards
Anuz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20151028/c4ad3fd9/attachment.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Two questions
2015-10-28 15:57 Two questions Anuz Pratap Singh Tomar
2015-10-28 16:08 ` Albino B Neto
@ 2015-10-28 16:30 ` michi1 at michaelblizek.twilightparadox.com
1 sibling, 0 replies; 5+ messages in thread
From: michi1 at michaelblizek.twilightparadox.com @ 2015-10-28 16:30 UTC (permalink / raw)
To: kernelnewbies
Hi!
On 15:57 Wed 28 Oct , Anuz Pratap Singh Tomar wrote:
...
> 2. Which is the official mailing list discussion on staging tree/driver?
You can find relevant lists+contacts in the MAINTAINERS file which is located
in the root directory of the kernel source.
-Michi
--
programing a layer 3+4 network protocol for mesh networks
see http://michaelblizek.twilightparadox.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Two questions
2015-10-28 16:14 ` Anuz Pratap Singh Tomar
@ 2015-10-28 20:21 ` Greg KH
0 siblings, 0 replies; 5+ messages in thread
From: Greg KH @ 2015-10-28 20:21 UTC (permalink / raw)
To: kernelnewbies
On Wed, Oct 28, 2015 at 04:14:19PM +0000, Anuz Pratap Singh Tomar wrote:
>
>
> On Wed, Oct 28, 2015 at 4:08 PM, Albino B Neto <bino@bino.us> wrote:
>
> 2015-10-28 13:57 GMT-02:00 Anuz Pratap Singh Tomar <
> chambilkethakur at gmail.com>:
> > 1. Is this book still relevant?
> > Linux Kernel in Nutshell by GKH
> > http://www.kroah.com/lkn/
>
> Yes. You read here also [0].
>
> 0 - https://www.kernel.org/doc/Documentation/
>
>
> Thanks, I am aware of documentation. My question was wrt the changing nature of
> kernel and book has not been changed for quite few years now.?
It's a bit out of date, yes, but the core ideas should still be mostly
the same.
> > 2. Which is the official mailing list discussion on staging tree/driver?
>
> Mailing[1] of Linux.
>
> 1 - http://vger.kernel.org/vger-lists.html
>
>
> I have searched for a bit before asking the question. Which particular one is
> for staging tree/driver?
> As quick Ctrl+f with staging yields no results.
The MAINTAINERS file will contain that information, and you can, and
should, use the scripts/get_maintainer.pl script on a patch or a file to
find out where to send it to, including the proper mailing list.
good luck!
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-10-28 20:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-28 15:57 Two questions Anuz Pratap Singh Tomar
2015-10-28 16:08 ` Albino B Neto
2015-10-28 16:14 ` Anuz Pratap Singh Tomar
2015-10-28 20:21 ` Greg KH
2015-10-28 16:30 ` michi1 at michaelblizek.twilightparadox.com
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).