From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261241AbUJXT6O (ORCPT ); Sun, 24 Oct 2004 15:58:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261274AbUJXT6F (ORCPT ); Sun, 24 Oct 2004 15:58:05 -0400 Received: from stat16.steeleye.com ([209.192.50.48]:40162 "EHLO hancock.sc.steeleye.com") by vger.kernel.org with ESMTP id S261241AbUJXT6A (ORCPT ); Sun, 24 Oct 2004 15:58:00 -0400 Subject: Re: [PATCH] SCSI: Replace semaphores with wait_even From: James Bottomley To: tglx@linutronix.de Cc: Andrew Morton , Ingo Molnar , LKML , SCSI Mailing List In-Reply-To: <1098300579.20821.65.camel@thomas> References: <1098300579.20821.65.camel@thomas> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-9) Date: 24 Oct 2004 15:57:43 -0400 Message-Id: <1098647869.10824.247.camel@mulgrave> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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. James