How to discover new Linux features (was: Re: Linux 2.6.16-rc1)

From: Chuck Ebbert
Date: Wed Jan 18 2006 - 23:23:53 EST


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

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/