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

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