public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.6.9-ck1
@ 2004-10-19 11:13 Con Kolivas
  2004-10-19 12:27 ` [ck] 2.6.9-ck1 Tero Grundström
  0 siblings, 1 reply; 7+ messages in thread
From: Con Kolivas @ 2004-10-19 11:13 UTC (permalink / raw)
  To: linux kernel mailing list, CK Kernel

These are patches designed to improve system responsiveness with 
specific emphasis on the desktop, but configurable to any workload.

http://ck.kolivas.org/patches/2.6/2.6.9/2.6.9-ck1/patch-2.6.9-ck1.bz2

web:
http://kernel.kolivas.org
all patches:
http://ck.kolivas.org/patches/
Split patches and a server specific patch available.


Added:
  +block_fix.diff
A small fix for congestion which was causing stalls under heavy i/o load.

  +269rc4-mingo_ll.diff
  +269rc4-mingo-bkl.diff
The low latency hacks in current -mm releases by Ingo Molnar, including 
the preemptible big kernel lock

  +ll-config.diff
Default the preemptible kernel lock off

  +nvidia_compat.diff
This allows the current version of the evil binary nvidia drivers to 
compile.

  +buildfix.diff
This is a last minute fix for 2.6.9 that causes internal compiler errors

  +269ck1-version.diff
Version


Changed:
  ~2.6.9_to_staircase9.0.diff
Latest version of staircase cpu scheduler. This is version8.K renamed in 
line with kernel release. There are no known bugs with this release. The 
main changes since last -ck released staircase are significantly better 
handling of subjiffy timeslices, and much larger timeslices for -niced 
processes as per mainline.

  ~schedbatch2.5.diff
  ~schediso2.8.diff
Resync with latest staircase.

  ~mwII.diff
The mapped watermark code was incompatible with newer vm changes so it 
was rewritten and is much less likely to cause oom. The same sysctls 
still exist (vm.mapped and vm.hardmaplimit), but the hardmaplimit is off 
by default. If you still have large amounts of swapping under heavy disk 
i/o I recommend turning this on.

  ~cfq2-20041019.patch
One small bugfix.


Full patchlist:
2.6.9_to_staircase9.0.diff
schedrange.diff
schedbatch2.5.diff
schediso2.8.diff
mwII.diff
1g_lowmem1_i386.diff
cfq2-20041019.patch
block_fix.diff
defaultcfq.diff
269rc4-mingo_ll.diff
269rc4-mingo-bkl.diff
ll-config.diff
cddvd-cmdfilter-drop.patch
nvidia_compat.diff
buildfix.diff
269ck1-version.diff


Cheers,
Con Kolivas


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

* Re: [ck] 2.6.9-ck1
  2004-10-19 11:13 2.6.9-ck1 Con Kolivas
@ 2004-10-19 12:27 ` Tero Grundström
  2004-10-19 12:30   ` 2.6.9-ck1 Con Kolivas
                     ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Tero Grundström @ 2004-10-19 12:27 UTC (permalink / raw)
  To: Con Kolivas; +Cc: linux kernel mailing list, CK Kernel

Hi,

I just wonder, shouldn't this release be named 2.6.9-rc4-ck3? I don't see
2.6.9 final released yet.

--
T.G.

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

* Re: 2.6.9-ck1
  2004-10-19 12:27 ` [ck] 2.6.9-ck1 Tero Grundström
@ 2004-10-19 12:30   ` Con Kolivas
  2004-10-19 12:37     ` [ck] 2.6.9-ck1 Walt
  2004-10-19 12:35   ` [ck] 2.6.9-ck1 Stuart Longland
  2004-10-20  2:06   ` Gene Heskett
  2 siblings, 1 reply; 7+ messages in thread
From: Con Kolivas @ 2004-10-19 12:30 UTC (permalink / raw)
  To: Tero Grundström; +Cc: Con Kolivas, linux kernel mailing list, CK Kernel

Tero Grundström writes:

> Hi,
> 
> I just wonder, shouldn't this release be named 2.6.9-rc4-ck3? I don't see
> 2.6.9 final released yet.

It is released. The front page at kernel.org is not up to date.

Cheers,
Con


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

* Re: [ck] 2.6.9-ck1
  2004-10-19 12:27 ` [ck] 2.6.9-ck1 Tero Grundström
  2004-10-19 12:30   ` 2.6.9-ck1 Con Kolivas
@ 2004-10-19 12:35   ` Stuart Longland
  2004-10-19 12:51     ` Tero Grundström
  2004-10-20  2:06   ` Gene Heskett
  2 siblings, 1 reply; 7+ messages in thread
From: Stuart Longland @ 2004-10-19 12:35 UTC (permalink / raw)
  To: Tero Grundström; +Cc: Con Kolivas, linux kernel mailing list, CK Kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tero Grundström wrote:
> Hi,
>
> I just wonder, shouldn't this release be named 2.6.9-rc4-ck3? I don't see
> 2.6.9 final released yet.
>

2.6.9 has been released -- at least it's available on mirror.aarnet.edu.au.

- --
+-------------------------------------------------------------+
| Stuart Longland -oOo- http://stuartl.longlandclan.hopto.org |
| Atomic Linux Project     -oOo-    http://atomicl.berlios.de |
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |
| I haven't lost my mind - it's backed up on a tape somewhere |
+-------------------------------------------------------------+
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBdQoquarJ1mMmSrkRAl9eAJ0XSYOZcYPcbONU1MxozsLiGyMHuACeNjFZ
PjTcab/mo+Cn0oIssO63a4k=
=3nav
-----END PGP SIGNATURE-----

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

* Re: [ck] Re: 2.6.9-ck1
  2004-10-19 12:30   ` 2.6.9-ck1 Con Kolivas
@ 2004-10-19 12:37     ` Walt
  0 siblings, 0 replies; 7+ messages in thread
From: Walt @ 2004-10-19 12:37 UTC (permalink / raw)
  To: Con Kolivas; +Cc: Tero Grundström, CK Kernel, linux kernel mailing list

Con Kolivas wrote:

> Tero Grundström writes:
>
>> Hi,
>>
>> I just wonder, shouldn't this release be named 2.6.9-rc4-ck3? I don't 
>> see
>> 2.6.9 final released yet.
>
>
> It is released. The front page at kernel.org is not up to date.
>
> Cheers,
> Con
>
> _______________________________________________
> ck@vds.kolivas.org
> ck mailing list - unmoderated. Please reply-to-all when posting.
> If replying to an email please reply below the original message.
> http://bhhdoa.org.au/mailman/listinfo/ck
>
Con, take and look at patch-2.6.9-bk1 it has alot of schedule/cpu fixes. 
I also have noticed since I am currently running it my memory recover 
after exiting apps( firefox/thunderbird) is behaving better? I will know 
more about this at the end of the day.

walt

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

* Re: [ck] 2.6.9-ck1
  2004-10-19 12:35   ` [ck] 2.6.9-ck1 Stuart Longland
@ 2004-10-19 12:51     ` Tero Grundström
  0 siblings, 0 replies; 7+ messages in thread
From: Tero Grundström @ 2004-10-19 12:51 UTC (permalink / raw)
  To: Stuart Longland; +Cc: Con Kolivas, linux kernel mailing list, CK Kernel

On Tue, 19 Oct 2004, Stuart Longland wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Tero Grundström wrote:
> > Hi,
> >
> > I just wonder, shouldn't this release be named 2.6.9-rc4-ck3? I don't see
> > 2.6.9 final released yet.
> >
>
> 2.6.9 has been released -- at least it's available on mirror.aarnet.edu.au.

Yep, upgrading already :)

--
T.G.

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

* Re: [ck] 2.6.9-ck1
  2004-10-19 12:27 ` [ck] 2.6.9-ck1 Tero Grundström
  2004-10-19 12:30   ` 2.6.9-ck1 Con Kolivas
  2004-10-19 12:35   ` [ck] 2.6.9-ck1 Stuart Longland
@ 2004-10-20  2:06   ` Gene Heskett
  2 siblings, 0 replies; 7+ messages in thread
From: Gene Heskett @ 2004-10-20  2:06 UTC (permalink / raw)
  To: linux-kernel; +Cc: Tero Grundström, Con Kolivas, CK Kernel

On Tuesday 19 October 2004 08:27, Tero Grundström wrote:
>Hi,
>
>I just wonder, shouldn't this release be named 2.6.9-rc4-ck3? I
> don't see 2.6.9 final released yet.
>
It tis indeed, I'm running it.

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

-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
99.27% setiathome rank, not too shabby for a WV hillbilly
Yahoo.com attorneys please note, additions to this message
by Gene Heskett are:
Copyright 2004 by Maurice Eugene Heskett, all rights reserved.

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

end of thread, other threads:[~2004-10-20  2:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-19 11:13 2.6.9-ck1 Con Kolivas
2004-10-19 12:27 ` [ck] 2.6.9-ck1 Tero Grundström
2004-10-19 12:30   ` 2.6.9-ck1 Con Kolivas
2004-10-19 12:37     ` [ck] 2.6.9-ck1 Walt
2004-10-19 12:35   ` [ck] 2.6.9-ck1 Stuart Longland
2004-10-19 12:51     ` Tero Grundström
2004-10-20  2:06   ` Gene Heskett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox