* 2.6.8-rc1 -ck snapshot
@ 2004-07-12 15:10 Con Kolivas
2004-07-12 15:56 ` Lenar Lõhmus
0 siblings, 1 reply; 3+ messages in thread
From: Con Kolivas @ 2004-07-12 15:10 UTC (permalink / raw)
To: ck kernel mailing list, linux kernel mailing list
[-- Attachment #1: Type: text/plain, Size: 1698 bytes --]
I've posted a snapshot of the current -ck development against 2.6.8-rc1
website: http://kernel.kolivas.org
rc1 patches: http://ck.kolivas.org/patches/2.6/2.6.7/2.6.8-rc1/
The staircase scheduler has been basically unchanged for a couple of
weeks now with no bugs showing up (woohoo). I've resynced with the
current versions of the vm hacks, added Ingo's voluntary preempt patch,
added Zwane's low latency irq locks, the suse writeback latency patch,
badram, lufs and the fixed version of William Lee Irwin III's preempt
test. Bootsplash is currently on the backburner.
To preempt test is a debugging tool for latency and not intended for
regular usage. Enable it in the config and set the bootparam
preempt_thresh=1
for checking for when there are parts of kernel code that are not
preemptible for >1ms (set it to any desired number or dont set it to
disable it).
It outputs to the syslog something like this:
4ms non-preemptible critical section violated 1 ms preempt threshold
starting at exit_mmap+0x1c/0x188 and ending at exit_mmap+0x118/0x188
[<c011d769>] dec_preempt_count+0x14f/0x151
[<c014d0d4>] exit_mmap+0x118/0x188
etc.
I'm running this kernel currently without problems. The badram and lufs
features are compile tested only.
Full patches:
from_2.6.7_to_staircase7.A
schedrange.diff
schedbatch2.3.diff
schediso2.3.diff
autotune_swappiness.diff
autotune_inactivation.diff
supermount-ng204.diff
defaultcfq.diff
config_hz.diff
voluntary-preempt-2.6.7-bk20-H3
patch-i386-irq_enable_spinlocks2
patch-ool-spinlocks
9000_SuSE-117-writeback-lat.patch
wli_preempttest2
wli_preempttest2.1
BadRAM-2.6.5.2.patch.bz2
lufs-0.9.7-2.6.0-test9.patch.bz2
ck5version.diff
Cheers,
Con
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.6.8-rc1 -ck snapshot
2004-07-12 15:10 2.6.8-rc1 -ck snapshot Con Kolivas
@ 2004-07-12 15:56 ` Lenar Lõhmus
2004-07-12 21:32 ` Con Kolivas
0 siblings, 1 reply; 3+ messages in thread
From: Lenar Lõhmus @ 2004-07-12 15:56 UTC (permalink / raw)
To: Con Kolivas, linux-kernel
Hi,
Con Kolivas wrote:
> I've posted a snapshot of the current -ck development against 2.6.8-rc1
Just compiled it, found one minor problem (2.6.8-rc1-ck5+reiserfs4)
which was fixed like this (maybe reiserfs4 patch is the offender):
--- include/linux/fs.h.bak 2004-07-12 18:54:37 +0300
+++ include/linux/fs.h 2004-07-12 18:54:44 +0300
@@ -847,8 +847,6 @@
extern struct sysfs_ops fs_attr_ops;
-};
-
/*
* Snapshotting support.
*/
Now gonna boot it...
Lenar
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-07-12 21:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-12 15:10 2.6.8-rc1 -ck snapshot Con Kolivas
2004-07-12 15:56 ` Lenar Lõhmus
2004-07-12 21:32 ` Con Kolivas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox