2006-01-15 10:06:32

by Con Kolivas

[permalink] [raw]
Subject: 2.6.15-ck2

These are patches designed to improve system responsiveness and interactivity.
It is configurable to any workload but the default ck patch is aimed at the
desktop and cks is available with more emphasis on serverspace.

This includes all patches from 2.6.15.2 so use 2.6.15 as your base.

Apply to 2.6.15
http://ck.kolivas.org/patches/2.6/2.6.15/2.6.15-ck2/patch-2.6.15-ck2.bz2

or server version
http://ck.kolivas.org/patches/cks/patch-2.6.15-cks2.bz2

web:
http://kernel.kolivas.org
all patches:
http://ck.kolivas.org/patches/
Split patches available.

*NOTE*
If you're looking for the 1GB lowmem option it has been replaced and you
should choose the following in menuconfig for the same effect:
( ) 3G/1G user/kernel split
(X) 3G/1G user/kernel split (for full 1G low memory)
( ) 2G/2G user/kernel split
( ) 1G/3G user/kernel split


Changes
Added:
+sched-staircase13.2_13.3.patch
Microoptimisations (thanks Andreas Mohr) and patch merge typofix.

+vmsplit-config_options.patch
Added the variable memory split config option which is going to be part of
mainline. This allows up to 3GB lowmem without enabling highmem depending on
the split you choose.

+dynticks-i386_only_config.patch
CONFIG_NO_IDLE_HZ should only exist for x86_32

+patch-2.6.15.1.bz2
Latest stable bug and security fixes


Modified:
-schedrange.diff
-schedbatch2.10.diff
-sched-iso3.2.patch
+schedrange-1.diff
+schedbatch-2.11.diff
+sched-iso3.3.patch
Patch merge typofix and microoptimisation


-2615ck1-version.patch
+2615ck2-version.patch
Version


Removed:
-1g_lowmem1_i386.diff
No longer needed with multiple vmsplit configs


Cheers,
Con


Attachments:
(No filename) (1.60 kB)
(No filename) (189.00 B)
Download all attachments

2006-01-15 12:52:23

by hugo vanwoerkom

[permalink] [raw]
Subject: Re: [ck] 2.6.15-ck2



--- Con Kolivas <[email protected]> wrote:

<snip>

>
> *NOTE*
> If you're looking for the 1GB lowmem option it has
> been replaced and you
> should choose the following in menuconfig for the
> same effect:
> ( ) 3G/1G user/kernel split
> (X) 3G/1G user/kernel split (for full 1G low memory)
> ( ) 2G/2G user/kernel split
> ( ) 1G/3G user/kernel split

<snip>

When I have 1GB of memory, the option before was
clear.
What this now means, who knows... :-(
And there is no help for the options.

Hugo







__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

2006-01-15 12:56:56

by Con Kolivas

[permalink] [raw]
Subject: Re: [ck] 2.6.15-ck2

On Sunday 15 January 2006 23:52, hugo vanwoerkom wrote:
> --- Con Kolivas <[email protected]> wrote:
>
> <snip>
>
> > *NOTE*
> > If you're looking for the 1GB lowmem option it has
> > been replaced and you
> > should choose the following in menuconfig for the
> > same effect:
> > ( ) 3G/1G user/kernel split
> > (X) 3G/1G user/kernel split (for full 1G low memory)
> > ( ) 2G/2G user/kernel split
> > ( ) 1G/3G user/kernel split
>
> <snip>
>
> When I have 1GB of memory, the option before was
> clear.
> What this now means, who knows... :-(
> And there is no help for the options.

I'm sorry. This is the patch from mainline and it was already argued on the lk
mailing list. This is what is in -mm and going into the vanilla kernel in the
future. The help text does not come up in menuconfig I realise but that's why
I pointed it out here.

Con