Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752137AbaLCTs5 (ORCPT ); Wed, 3 Dec 2014 14:48:57 -0500 Received: from mail-qa0-f41.google.com ([209.85.216.41]:47659 "EHLO mail-qa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752095AbaLCTs4 (ORCPT ); Wed, 3 Dec 2014 14:48:56 -0500 MIME-Version: 1.0 In-Reply-To: References: <547bbe36.48548c0a.105c.779c@mx.google.com> <20141201191431.GA17385@linux.vnet.ibm.com> <547ccf74.a5198c0a.25de.26d9@mx.google.com> <20141201230339.GA20487@ret.masoncoding.com> <1417529606.3924.26.camel@maggy.simpson.net> <1417540493.21136.3@mail.thefacebook.com> <20141203184111.GA32005@redhat.com> <20141203190045.GB32005@redhat.com> Date: Wed, 3 Dec 2014 11:48:55 -0800 X-Google-Sender-Auth: UhyeKo0rLfB7h6H6qb4bpgNuJGM Message-ID: Subject: Re: frequent lockups in 3.18rc4 From: Linus Torvalds To: Dave Jones , Linus Torvalds , Chris Mason , Mike Galbraith , Ingo Molnar , Peter Zijlstra , =?UTF-8?Q?D=C3=A2niel_Fraga?= , Sasha Levin , "Paul E. McKenney" , Linux Kernel Mailing List , Thomas Gleixner , John Stultz Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 3, 2014 at 11:25 AM, Linus Torvalds wrote: > > I don't know. This piece of code: > > delta = clocksource_delta(wdnow, cs->wd_last, watchdog->mask); > > makes no sense to me. Yeah, no, I see what's up. I missed that whole wd_last vs cs_last pairing. I guess that part is all good. There are other crazy issues in there, though, like the double test of 'watchdog_reset_pending'. So I still wonder, though, since that odd 96-second delta is just insane and makes no sense from a TSC standpoint (it's closer to a 32-bit overflow of a hpet counter, but that sounds off too). Linus -- 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/