Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Jul 2008 13:36:07 -0700
From:      Xin LI <delphij@delphij.net>
To:        Kris Kennaway <kris@FreeBSD.org>
Cc:        freebsd-hackers@freebsd.org, "Murty, Ravi" <ravi.murty@intel.com>
Subject:   Re: Bug in calcru in he 6.2 and 6.3 kernels
Message-ID:  <48727E37.30700@delphij.net>
In-Reply-To: <48726193.1080807@FreeBSD.org>
References:  <AEBCFC23C0E40949B10BA2C224FC61B007A3253D@orsmsx416.amr.corp.intel.com> <48726193.1080807@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kris Kennaway wrote:
| Murty, Ravi wrote:
|> Hello everyone,
|>
|>
|>
|> Finally found what my last problem was. We were running top in a loop
|> and running some workloads that called sched_bind() to bind threads to
|> specific CPUs. The problem was that (and I am using ULE) sched_bind
|> calls a function to notify another CPU of a thread and then mi_switches
|> out of it. Since mi_switch sets the "oncpu" field of the thread to NOCPU
|> and given the thread is still running, calcru would come in and assert
|> the fact that "If I am running I better no be on NOCPU".. It appears
|> that in other parts of the kernel (e.g. forward_signal) this is
|> acceptable (i.e. it is okay to be running and oncpu is NOCPU).
|>
|>
|> Thanks
|> Ravi
|
| Don't use ULE in 6.x, it's broken and will not be fixed.

Perhaps we should mark it as broken using #error?  After all the ULE
changes in 7.x is amazing and we do not want to have users to obtain bad
impressions from the 6.x versions...

I am not sure but some explicit warning message saying "ULE has been
revamped in FreeBSD 7.x+ and will not be MFC'ed back to 6.x, please use
SCHED_4BSD or upgrade to 7.x." seems to be better than having them to
pursue the mailing list archive...

Cheers,
- --
Xin LI <delphij@delphij.net>	http://www.delphij.net/
FreeBSD - The Power to Serve!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)

iEYEARECAAYFAkhyfjYACgkQi+vbBBjt66CdLQCfet8ls7tfg5jV5I7gSOw8QwhC
maoAn2sBwjfoOBhFt6u5fELK9X6XMp0A
=Bxr3
-----END PGP SIGNATURE-----



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48727E37.30700>