questions for Linus

Greg KH greg at kroah.com
Tue May 31 03:39:19 EDT 2011


On Tue, May 31, 2011 at 02:12:36PM +0700, Mulyadi Santosa wrote:
> Hi Greg..
> 
> I came with these questions for Linus, hope you're kind enough to
> collect it and forward it to Linus in LinuxCon:
> 
> 1. When will Linux 2.8.x start? and what are the plans regarding the
> development model? do we back in dual 2.4.x/2.5x era? personally I
> think that model is nice.... makes one really know which tree to
> follow when he needs stable one, or the devel one...

This has been answered already.

> 2. I saw task/process scheduler is one that under heavy concern
> lately, take a look on "200 line patch that does wonder" for example.
> I am thinking, we better really incorporate pluggable scheduler
> framework, that enable us to change scheduling core algorithm on the
> fly. What do you think?

This has been covered many times by the scheduler developers already.
With cgroups, you can do lots of neat things already, no need to change
any kernel code.

> 3. I read somewhere that once Coverity helps Linux kernel developers
> found out unseen bugs using sophisticated static code analysis. Is
> that still happening now? Probably a good deal, squashing bugs in
> nowadays kernel's size is pretty hard, I could say..

I do not think Coverity is doing anything with the kernel anymore.  But
we have lots of other good code coverage tools that do static analysis
that people are using, and fixing bugs with today (sparse, coccinelle,
etc.)

But this is a good one, I'll try to work it into the questions, thanks,

greg k-h



More information about the Kernelnewbies mailing list