From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 28 Feb 2001 03:22:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 28 Feb 2001 03:22:28 -0500 Received: from www.wen-online.de ([212.223.88.39]:54290 "EHLO wen-online.de") by vger.kernel.org with ESMTP id ; Wed, 28 Feb 2001 03:22:21 -0500 Date: Wed, 28 Feb 2001 06:25:51 +0100 (CET) From: Mike Galbraith X-X-Sender: To: Shawn Starr cc: , Marcelo Tosatti , Alan Cox , Linus Torvalds , lkm Subject: Re: [ANOMALIES]: 2.4.2 - __alloc_pages: failed - Causes more then just msgs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 27 Feb 2001, Shawn Starr wrote: > When added with BUG(); it will hang /dev/dsp. If the device is opened and we oops before closing it, subsequent open attempts will fail (busy). If it hangs after a failed high order allocation attempt without the BUG() insertion, that could be called a driver bug. -Mike