Re: [PATCH] staging: rtl8723au: Fix brace coding style issues reported by checkpatch

2014-10-29 Thread Scott Lovenberg
On Wed, Oct 29, 2014 at 12:05 AM, Sudip Mukherjee
sudipm.mukher...@gmail.com wrote:

 On Wed, Oct 29, 2014 at 7:31 AM, nick xerofo...@gmail.com wrote:
  Greg,
  That's fine, I was wondering how long Greg KH takes to get around to 
  picking this up as he is very busy with
  other kernel work.

 it might take a long long time. i think he is very busy now. I have
 not seen his replies to patches in the kernel list for atleast last 3
 weeks.

[snip]

 ___
 Kernelnewbies mailing list
 Kernelnewbies@kernelnewbies.org
 http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies



Nah.  Greg KH is a robot.  I'm firmly convinced that man doesn't
sleep.  If I didn't know better, I'd think he's a Cylon.
On a serious note; realistically, a two week window isn't unheard of
for getting your patches to mainline.  So long as you're not trying to
sneak in right as the merge window is closing, you'll make the next
release.  In fact, if you submit early enough, you can almost forget
that you have a patch in a kernel when it's released 2 months later.
Nothing like reading the release notes and finding your own patches
that you've forgotten about over your morning coffee. :)

-- 
Peace and Blessings,
-Scott.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: [PATCH] staging: rtl8723au: Fix brace coding style issues reported by checkpatch

2014-10-29 Thread Sudip Mukherjee
On Wed, Oct 29, 2014 at 11:38 AM, Scott Lovenberg
scott.lovenb...@gmail.com wrote:
 On Wed, Oct 29, 2014 at 12:05 AM, Sudip Mukherjee
 sudipm.mukher...@gmail.com wrote:

 On Wed, Oct 29, 2014 at 7:31 AM, nick xerofo...@gmail.com wrote:
  Greg,
  That's fine, I was wondering how long Greg KH takes to get around to 
  picking this up as he is very busy with
  other kernel work.

 it might take a long long time. i think he is very busy now. I have
 not seen his replies to patches in the kernel list for atleast last 3
 weeks.

 [snip]

 ___
 Kernelnewbies mailing list
 Kernelnewbies@kernelnewbies.org
 http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies



 Nah.  Greg KH is a robot.  I'm firmly convinced that man doesn't
 sleep.  If I didn't know better, I'd think he's a Cylon.
well said.

 On a serious note; realistically, a two week window isn't unheard of
 for getting your patches to mainline.  So long as you're not trying to

mine is three weeks going on now. somehow i have managed to send my
patches just at the beginning of the merge window.  :(
yesterday i saw Greg K-H releasing the stable patches , so i guess now
he will be seeing the pending staging patches.

 sneak in right as the merge window is closing, you'll make the next
 release.  In fact, if you submit early enough, you can almost forget
 that you have a patch in a kernel when it's released 2 months later.
 Nothing like reading the release notes and finding your own patches
 that you've forgotten about over your morning coffee. :)

 --
 Peace and Blessings,
 -Scott.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: [PATCH] staging: rtl8723au: Fix brace coding style issues reported by checkpatch

2014-10-29 Thread Scott Lovenberg
On Wed, Oct 29, 2014 at 1:48 AM, Sudip Mukherjee
sudipm.mukher...@gmail.com wrote:
 On Wed, Oct 29, 2014 at 11:38 AM, Scott Lovenberg
 scott.lovenb...@gmail.com wrote:
 On Wed, Oct 29, 2014 at 12:05 AM, Sudip Mukherjee
 sudipm.mukher...@gmail.com wrote:

 On Wed, Oct 29, 2014 at 7:31 AM, nick xerofo...@gmail.com wrote:
  Greg,
  That's fine, I was wondering how long Greg KH takes to get around to 
  picking this up as he is very busy with
  other kernel work.

 it might take a long long time. i think he is very busy now. I have
 not seen his replies to patches in the kernel list for atleast last 3
 weeks.

 [snip]

 ___
 Kernelnewbies mailing list
 Kernelnewbies@kernelnewbies.org
 http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies



 Nah.  Greg KH is a robot.  I'm firmly convinced that man doesn't
 sleep.  If I didn't know better, I'd think he's a Cylon.
 well said.

 On a serious note; realistically, a two week window isn't unheard of
 for getting your patches to mainline.  So long as you're not trying to

 mine is three weeks going on now. somehow i have managed to send my
 patches just at the beginning of the merge window.  :(
 yesterday i saw Greg K-H releasing the stable patches , so i guess now
 he will be seeing the pending staging patches.

It also depends on how many hops you are to the maintainer and how
heavy their workload is.  Sometimes you can directly submit to them,
other times your patches will be passed through three trees before
they see mainline.  It all depends on what you're working on and who's
in your circle.

-- 
Peace and Blessings,
-Scott.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Network subsystem and suggestions

2014-10-29 Thread Jaime Arrocha
Hello all,

I would like to ask the reason behind the talk about the FreeBSD being
faster that Linux when talking about the network stack. I have visited some
blogs which appear biased and they only talk about multi-threading
networking. Is it in the quality of interrupt handlers?

Also, I came across these books.

UNIX Internals: The New Frontiers by Uresh Vahalia
UNIX Systems for Modern Architectures by Curt Schimmel

Will they be good reads (still relevant?) after reading the Linux books from 
R.Love and W.Mauerer.

Lastly, what about this other book?
The Design of the UNIX Operating System by Maurice Bach

Is there a more modern book that touch on the same topics? Would a read
be worth in the future? I am trying to build a main track of books to
read.

Thank you.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Network subsystem and suggestions

2014-10-29 Thread Valdis . Kletnieks
On Wed, 29 Oct 2014 12:16:57 -0500, Jaime Arrocha said:

 Lastly, what about this other book?
 The Design of the UNIX Operating System by Maurice Bach

That book is about the SYSV kernel.  However, both it, and McKusic's
book on the BSD kernel, are good because they demonstrate different
approaches to solving the same problems that kernel writers hit.  Also,
they're good at getting you thinking about locking - there's a lot of
discussion of We need to lock so-and-so from here to there, because
otherwise this specific bad thing can happen and eat your filesystem.

Of course, I've worked on a boatload of operating systems in the last 3
decades, and am a firm believer that if you know how one operating system
works, you don't understand operating systems


pgp4Vy3pP8ccT.pgp
Description: PGP signature
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Network subsystem and suggestions

2014-10-29 Thread Kevin Wilson
Hi, Jaime,
If you are interested in modern books about the implementation of the
Linux network subsystem I can recommend about two books:

1) Understanding Network Internals by Christian BenvenutI, 2005,
 
http://www.amazon.com/Understanding-Network-Internals-Christian-Benvenuti/dp/0596002556.
A bit outdated, but still part of it is relevant and well written.

2) Linux Kernel Networking - Implementation and Theory
By Rami Rosen, 2014
http://www.apress.com/9781430261964
An up-to-date in depth book.

Regards,
Kevin Wilson


On Wed, Oct 29, 2014 at 8:00 PM,  valdis.kletni...@vt.edu wrote:
 On Wed, 29 Oct 2014 12:16:57 -0500, Jaime Arrocha said:

 Lastly, what about this other book?
 The Design of the UNIX Operating System by Maurice Bach

 That book is about the SYSV kernel.  However, both it, and McKusic's
 book on the BSD kernel, are good because they demonstrate different
 approaches to solving the same problems that kernel writers hit.  Also,
 they're good at getting you thinking about locking - there's a lot of
 discussion of We need to lock so-and-so from here to there, because
 otherwise this specific bad thing can happen and eat your filesystem.

 Of course, I've worked on a boatload of operating systems in the last 3
 decades, and am a firm believer that if you know how one operating system
 works, you don't understand operating systems

 ___
 Kernelnewbies mailing list
 Kernelnewbies@kernelnewbies.org
 http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: [PATCH] staging: rtl8723au: Fix brace coding style issues reported by checkpatch

2014-10-29 Thread nick
I don't mind waiting. I am just honestly trying to improve my rep here and 
actually(hopefully) get a job 
doing this full time.
Cheers Nick  

On 14-10-29 04:45 AM, Scott Lovenberg wrote:
 On Wed, Oct 29, 2014 at 1:48 AM, Sudip Mukherjee
 sudipm.mukher...@gmail.com wrote:
 On Wed, Oct 29, 2014 at 11:38 AM, Scott Lovenberg
 scott.lovenb...@gmail.com wrote:
 On Wed, Oct 29, 2014 at 12:05 AM, Sudip Mukherjee
 sudipm.mukher...@gmail.com wrote:

 On Wed, Oct 29, 2014 at 7:31 AM, nick xerofo...@gmail.com wrote:
 Greg,
 That's fine, I was wondering how long Greg KH takes to get around to 
 picking this up as he is very busy with
 other kernel work.

 it might take a long long time. i think he is very busy now. I have
 not seen his replies to patches in the kernel list for atleast last 3
 weeks.

 [snip]

 ___
 Kernelnewbies mailing list
 Kernelnewbies@kernelnewbies.org
 http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies



 Nah.  Greg KH is a robot.  I'm firmly convinced that man doesn't
 sleep.  If I didn't know better, I'd think he's a Cylon.
 well said.

 On a serious note; realistically, a two week window isn't unheard of
 for getting your patches to mainline.  So long as you're not trying to

 mine is three weeks going on now. somehow i have managed to send my
 patches just at the beginning of the merge window.  :(
 yesterday i saw Greg K-H releasing the stable patches , so i guess now
 he will be seeing the pending staging patches.
 
 It also depends on how many hops you are to the maintainer and how
 heavy their workload is.  Sometimes you can directly submit to them,
 other times your patches will be passed through three trees before
 they see mainline.  It all depends on what you're working on and who's
 in your circle.
 

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: [PATCH] staging: rtl8723au: Fix brace coding style issues reported by checkpatch

2014-10-29 Thread Sudip Mukherjee
On Thu, Oct 30, 2014 at 5:34 AM, nick xerofo...@gmail.com wrote:
 I don't mind waiting. I am just honestly trying to improve my rep here and 
 actually(hopefully) get a job
 doing this full time.

great , even if i want to get into a job where i can do this full time
, and hopefully everyone here does,
I dont want to discourage you , but considering your reputation (all
over the world - maybe even outside this world) , that might be
difficult.

 Cheers Nick

 On 14-10-29 04:45 AM, Scott Lovenberg wrote:
 On Wed, Oct 29, 2014 at 1:48 AM, Sudip Mukherjee
 sudipm.mukher...@gmail.com wrote:
 On Wed, Oct 29, 2014 at 11:38 AM, Scott Lovenberg
 scott.lovenb...@gmail.com wrote:
 On Wed, Oct 29, 2014 at 12:05 AM, Sudip Mukherjee
 sudipm.mukher...@gmail.com wrote:

 On Wed, Oct 29, 2014 at 7:31 AM, nick xerofo...@gmail.com wrote:
 Greg,
 That's fine, I was wondering how long Greg KH takes to get around to 
 picking this up as he is very busy with
 other kernel work.

 it might take a long long time. i think he is very busy now. I have
 not seen his replies to patches in the kernel list for atleast last 3
 weeks.

 [snip]

 ___
 Kernelnewbies mailing list
 Kernelnewbies@kernelnewbies.org
 http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies



 Nah.  Greg KH is a robot.  I'm firmly convinced that man doesn't
 sleep.  If I didn't know better, I'd think he's a Cylon.
 well said.

 On a serious note; realistically, a two week window isn't unheard of
 for getting your patches to mainline.  So long as you're not trying to

 mine is three weeks going on now. somehow i have managed to send my
 patches just at the beginning of the merge window.  :(
 yesterday i saw Greg K-H releasing the stable patches , so i guess now
 he will be seeing the pending staging patches.

 It also depends on how many hops you are to the maintainer and how
 heavy their workload is.  Sometimes you can directly submit to them,
 other times your patches will be passed through three trees before
 they see mainline.  It all depends on what you're working on and who's
 in your circle.


___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies