From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S266196AbUHWRaS (ORCPT ); Mon, 23 Aug 2004 13:30:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S266224AbUHWR35 (ORCPT ); Mon, 23 Aug 2004 13:29:57 -0400 Received: from cantor.suse.de ([195.135.220.2]:33422 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S266196AbUHWR32 (ORCPT ); Mon, 23 Aug 2004 13:29:28 -0400 Date: Mon, 23 Aug 2004 19:29:23 +0200 Message-ID: From: Takashi Iwai To: linux-kernel@vger.kernel.org Cc: Thomas Charbonnel Subject: Re: [PATCH] Fix shared interrupt handling of SA_INTERRUPT and SA_SAMPLE_RANDOM In-Reply-To: References: User-Agent: Wanderlust/2.10.1 (Watching The Wheels) SEMI/1.14.5 (Awara-Onsen) FLIM/1.14.5 (Demachiyanagi) APEL/10.6 MULE XEmacs/21.4 (patch 15) (Security Through Obscurity) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.5 - "Awara-Onsen") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org At Mon, 23 Aug 2004 19:10:11 +0200, I wrote: > > The patch below fixes these problems by adding the SA_INTERRUPT > handler always to the head of the irq list, and by checking the return > value of each handler. Forgot to mention that it's to 2.6.8.1. Takashi