From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Frans Pop Subject: Re: [BUG,2.6.28,s390] Fails to boot in Hercules S/390 emulator Date: Tue, 10 Mar 2009 04:37:27 +0100 References: <200903080230.10099.elendil@planet.nl> <1236654582.3792.7.camel@jstultz-laptop> In-Reply-To: <1236654582.3792.7.camel@jstultz-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903100437.29280.elendil@planet.nl> Sender: linux-kernel-owner@vger.kernel.org List-Archive: List-Post: To: John Stultz Cc: linux-s390@vger.kernel.org, Roman Zippel , Thomas Gleixner , Linux Kernel Mailing List List-ID: On Tuesday 10 March 2009, John Stultz wrote: > > After reverting 5cd1c9c5cf30 and the somewhat related 6c9bacb41c10 on > > top of 2.6.28.7, the system boots OK again [1]. > > Huh. No clue right off. What clocksource is in use on this system? $ cat /sys/devices/system/clocksource/clocksource0/current_clocksource tod (That's from 2.6.26.) > Also can you provide the output with the following patch? I already did something similar. Did you see my follow-up mail? I added: + if (unlikely(clock->xtime_nsec < ((s64)xtime.tv_nsec << clock->shift))) + printk("Negative result: %llu - %lld\n", + (unsigned long long)clock->xtime_nsec, + (long long)((s64)xtime.tv_nsec << clock->shift)); Which resulted in: Negative result: 166039808000 - 166039808256 Would you still like me to try your patch? Cheers, FJP