On Thursday 06 July 2006 3:31 pm, Greg KH wrote: > On Thu, Jul 06, 2006 at 03:27:28PM -0700, David Brownell wrote: > > The only other new behaviors of note are that the console changes now > > prevent diagnostics during suspend (sigh), and that something (maybe > > the PM_TRACE stuff?) is causing a 60 GB ext3 filesystem to fsck on > > every reboot, claiming it's been 10+ years since it was last checked. > > Yeah, the PM_TRACE stuff caused this for me too, and was driving me > crazy until I figured out what was killing my clock chip... The attached patch makes things better, by using real-but-unused bytes in NVRAM instead of clobbering the clock chip. Two issues with the patch: - the "#if this is Linus's machine" thing can be improved on; - it's not clear if the three bytes used are available on many machines other than the one I tested this with. Maybe the best way to do this is to give the PM_TRACE thing some Kconfig options, where one would be to clobber the RTC and another would clobber some configurable NVRAM bytes. - Dave