linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to discover new Linux features (was: Re: Linux 2.6.16-rc1)
@ 2006-01-19  4:20 Chuck Ebbert
  2006-01-24  7:16 ` Alex Riesen
  0 siblings, 1 reply; 4+ messages in thread
From: Chuck Ebbert @ 2006-01-19  4:20 UTC (permalink / raw)
  To: Diego Calleja; +Cc: linux-kernel, Linus Torvalds

In-Reply-To: <20060117183916.399b030f.diegocg@gmail.com>

On Tue, 17 Jan 2006, Diego Calleja wrote:

> Can I ask if it's possible to "mark" new features/important changes?
> 
> I've maintaining http://wiki.kernelnewbies.org/LinuxChanges
> for three releases and the amount of changes is so big it takes hours 
> to extract the relevant changes,

 One way to find new features is to use "make oldconfig".

 Say you are comparing kernels 2.6.14 and 2.6.15, trying to see what
is new.  Just do this:

 1.  Copy a .config file into your 2.6.14 directory.

 2.  Run "make oldconfig" there.  It doesn't really matter what
     answers you give so long as it runs to completion.

 3.  Copy that .config file to your 2.6.15 directory.

 4.  When you run "make oldconfig" all of the new features, drivers
     etc. will cause a prompt.

 5.  There will be some false positives if options have been renamed
     or moved around, but it's generally accurate.

-- 
Chuck
Currently reading: _Noise_ by Hal Clement

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

* Re: How to discover new Linux features (was: Re: Linux 2.6.16-rc1)
  2006-01-19  4:20 How to discover new Linux features (was: Re: Linux 2.6.16-rc1) Chuck Ebbert
@ 2006-01-24  7:16 ` Alex Riesen
  2006-01-24 15:13   ` Randy.Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Alex Riesen @ 2006-01-24  7:16 UTC (permalink / raw)
  To: Chuck Ebbert; +Cc: Diego Calleja, linux-kernel, Linus Torvalds

On 1/19/06, Chuck Ebbert <76306.1226@compuserve.com> wrote:
>  Say you are comparing kernels 2.6.14 and 2.6.15, trying to see what
> is new.  Just do this:
>
>  1.  Copy a .config file into your 2.6.14 directory.
>
>  2.  Run "make oldconfig" there.  It doesn't really matter what
>      answers you give so long as it runs to completion.

make it "make allconfig"

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

* Re: How to discover new Linux features (was: Re: Linux 2.6.16-rc1)
  2006-01-24  7:16 ` Alex Riesen
@ 2006-01-24 15:13   ` Randy.Dunlap
  2006-01-24 21:33     ` Alex Riesen
  0 siblings, 1 reply; 4+ messages in thread
From: Randy.Dunlap @ 2006-01-24 15:13 UTC (permalink / raw)
  To: Alex Riesen; +Cc: Chuck Ebbert, Diego Calleja, linux-kernel, Linus Torvalds

On Tue, 24 Jan 2006, Alex Riesen wrote:

> On 1/19/06, Chuck Ebbert <76306.1226@compuserve.com> wrote:
> >  Say you are comparing kernels 2.6.14 and 2.6.15, trying to see what
> > is new.  Just do this:
> >
> >  1.  Copy a .config file into your 2.6.14 directory.
> >
> >  2.  Run "make oldconfig" there.  It doesn't really matter what
> >      answers you give so long as it runs to completion.
>
> make it "make allconfig"

Are you suggesting a new make target?  'make help' lists
allyesconfig, allnoconfig, or allmodconfig (in the all* group).

-- 
~Randy

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

* Re: How to discover new Linux features (was: Re: Linux 2.6.16-rc1)
  2006-01-24 15:13   ` Randy.Dunlap
@ 2006-01-24 21:33     ` Alex Riesen
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Riesen @ 2006-01-24 21:33 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: Chuck Ebbert, Diego Calleja, linux-kernel, Linus Torvalds

Randy.Dunlap, Tue, Jan 24, 2006 16:13:37 +0100:
> > >  Say you are comparing kernels 2.6.14 and 2.6.15, trying to see what
> > > is new.  Just do this:
> > >
> > >  1.  Copy a .config file into your 2.6.14 directory.
> > >
> > >  2.  Run "make oldconfig" there.  It doesn't really matter what
> > >      answers you give so long as it runs to completion.
> >
> > make it "make allconfig"
> 
> Are you suggesting a new make target?  'make help' lists
> allyesconfig, allnoconfig, or allmodconfig (in the all* group).
> 

...! allyesconfig, of course.


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

end of thread, other threads:[~2006-01-24 21:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-19  4:20 How to discover new Linux features (was: Re: Linux 2.6.16-rc1) Chuck Ebbert
2006-01-24  7:16 ` Alex Riesen
2006-01-24 15:13   ` Randy.Dunlap
2006-01-24 21:33     ` Alex Riesen

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