Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932586AbVLMJOy (ORCPT ); Tue, 13 Dec 2005 04:14:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932585AbVLMJOy (ORCPT ); Tue, 13 Dec 2005 04:14:54 -0500 Received: from smtp.osdl.org ([65.172.181.4]:3551 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S932578AbVLMJOw (ORCPT ); Tue, 13 Dec 2005 04:14:52 -0500 Date: Tue, 13 Dec 2005 01:14:13 -0800 From: Andrew Morton To: Christoph Hellwig Cc: ak@suse.de, mingo@elte.hu, dhowells@redhat.com, torvalds@osdl.org, hch@infradead.org, arjan@infradead.org, matthew@wil.cx, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH 1/19] MUTEX: Introduce simple mutex implementation Message-Id: <20051213011413.1288f4cf.akpm@osdl.org> In-Reply-To: <20051213090331.GB27857@infradead.org> References: <20051212161944.3185a3f9.akpm@osdl.org> <20051213075441.GB6765@elte.hu> <20051213075835.GZ15804@wotan.suse.de> <20051213004257.0f87d814.akpm@osdl.org> <20051213090331.GB27857@infradead.org> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1533 Lines: 40 Christoph Hellwig wrote: > > On Tue, Dec 13, 2005 at 12:42:57AM -0800, Andrew Morton wrote: > > scsi/sd.c is currently getting an ICE. None of the new SAS code compiles, > > due to extensive use of anonymous unions. > > This is just the headers in the luben code which need redoing completely > because they're doing other stupid things like using bitfields for on the > wire structures. Don't think so (you're referring to Jeff's git-sas-jg.patch?). It dies with current -linus tree. drivers/scsi/sd.c: In function `sd_read_capacity': drivers/scsi/sd.c:1301: internal error--unrecognizable insn: (insn 1274 1273 1797 (parallel[ (set (reg:SI 0 %eax) (asm_operands ("") ("=a") 0[ (reg:DI 1 %edx) ] [ (asm_input:DI ("A")) ] ("drivers/scsi/sd.c") 1282)) (set (reg:SI 1 %edx) (asm_operands ("") ("=d") 1[ (reg:DI 1 %edx) ] [ (asm_input:DI ("A")) ] ("drivers/scsi/sd.c") 1282)) ] ) -1 (insn_list 1269 (nil)) (nil)) It'll be workable aroundable of course, but it's a hassle. - 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/