LWN.net Logo

voluntary-preempt-2.6.9-rc2-mm1-S3

From:  Ingo Molnar <mingo@elte.hu>
To:  "K.R. Foley" <kr@cybsft.com>
Subject:  [patch] voluntary-preempt-2.6.9-rc2-mm1-S3
Date:  Wed, 22 Sep 2004 12:33:40 +0200
Cc:  linux-kernel@vger.kernel.org, Lee Revell <rlrevell@joe-job.com>, Mark_H_Johnson@Raytheon.com


i've released the -S3 VP patch:

   http://redhat.com/~mingo/voluntary-preempt/voluntary-pree...

most importantly, -S3 fixes the SMP+PREEMPT bug reported by K.R. Foley. 
It was a bug in BKL-preemption: forced preemption still caused automatic
dropping of the BKS - this is bad and broke fs/locks.c. (The race could
occur on UP+PREEMPT too but it has never been reproduced there.)

other changes since -S2:

 - introduced a CONFIG_PREEMPT_BKL - just in case there are other
   problems. This can be used to turn BKL preemption on/off. Can be 
   useful for performance tests as well.

 - fixed a couple of more smp_processor_id() false positives.

 - cleaned up hardirq.c some more

To get a 2.6.9-rc2-mm1-VP-S3 kernel, the patching order is:
 
   http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.8.tar.bz2
 + http://kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6...
 + http://kernel.org/pub/linux/kernel/people/akpm/patches/2....
 + http://redhat.com/~mingo/voluntary-preempt/voluntary-pree...

	Ingo
-
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/

Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds