Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 21 Jan 2003 18:23:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 21 Jan 2003 18:23:57 -0500 Received: from packet.digeo.com ([12.110.80.53]:58087 "EHLO packet.digeo.com") by vger.kernel.org with ESMTP id ; Tue, 21 Jan 2003 18:23:55 -0500 Message-ID: <3E2DD8A7.3F07C40E@digeo.com> Date: Tue, 21 Jan 2003 15:32:55 -0800 From: Andrew Morton X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.5.51 i686) X-Accept-Language: en MIME-Version: 1.0 To: john stultz CC: lkml Subject: Re: [RFC][PATCH] linux-2.5.59_lost-tick_A0 References: <1043189962.15683.82.camel@w-jstultz2.beaverton.ibm.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 21 Jan 2003 23:32:55.0620 (UTC) FILETIME=[6CA34840:01C2C1A5] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org john stultz wrote: > > All, > This patch addresses the following problem: Linux cannot properly > handle the case where interrupts are disabled for longer then two ticks. > Question is: who is holding interrupts off for so long? It might be better to implement a detection scheme inside the timer interrupt handler: if the time since last interrupt exceeds two ticks, whine and drop a backtrace. That backtrace will point up into the local_irq_enable() in the offending code, and we can go fix it? - 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/