Re: [kerneloops] regression in 2.6.27 wrt "lock_page" and the"hwclock" program

From: Karel Zak
Date: Tue Oct 14 2008 - 17:05:20 EST


On Mon, Oct 13, 2008 at 10:55:59AM -0400, Arjan van de Ven wrote:
> Karel: Can you describe what it WANTS to do so we can see if we can

It wants to "atomically" (without context switch) read/write time
from CMOS. This is unrealistic of course.

> just extend the linux kernel to do that the right way?

The kernel is already extended and hwclock uses the extension :-)
The solution is /dev/rtc.

The code that directly works with CMOS is fallback solution for
people who don't want or can not use the standard RTC device. I guess
people use this functionally for experiments only. Today the RTC
framework should work everywhere.

I'll simply remove the "cli" / "sti" code -- eventually I can try
to optimize it by mlockall() and SCHED_FIFO (as suggested by Linus).

Karel

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