From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [PATCH] SCSI: Replace semaphores with wait_even Date: Sun, 24 Oct 2004 22:06:54 +0200 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <1098648414.22387.46.camel@thomas> References: <1098300579.20821.65.camel@thomas> <1098647869.10824.247.camel@mulgrave> Reply-To: tglx@linutronix.de Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from 213-239-205-147.clients.your-server.de ([213.239.205.147]:17829 "EHLO debian.tglx.de") by vger.kernel.org with ESMTP id S261610AbUJXUPA (ORCPT ); Sun, 24 Oct 2004 16:15:00 -0400 In-Reply-To: <1098647869.10824.247.camel@mulgrave> List-Id: linux-scsi@vger.kernel.org To: James Bottomley Cc: Andrew Morton , Ingo Molnar , LKML , SCSI On Sun, 2004-10-24 at 15:57 -0400, James Bottomley wrote: > On Wed, 2004-10-20 at 15:29, Thomas Gleixner wrote: > > > > Use wait_event instead of semaphores. Semaphores are slower > > and trigger owner conflicts during semaphore debugging. > > > > Signed-off-by: Thomas Gleixner > > Acked-by: Ingo Molnar > > --- > > There's something deeply wrong with this. It causes a boot hang in my > scsi test systems. Hmm, strange. It works on two systems here and others using this modification had no problem either. I will check again. tglx