Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932402AbVKURkY (ORCPT ); Mon, 21 Nov 2005 12:40:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932401AbVKURkY (ORCPT ); Mon, 21 Nov 2005 12:40:24 -0500 Received: from terminus.zytor.com ([192.83.249.54]:14034 "EHLO terminus.zytor.com") by vger.kernel.org with ESMTP id S932400AbVKURkW (ORCPT ); Mon, 21 Nov 2005 12:40:22 -0500 Message-ID: <438205EC.9040906@zytor.com> Date: Mon, 21 Nov 2005 09:37:48 -0800 From: "H. Peter Anvin" User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc4 (X11/20050929) X-Accept-Language: en-us, en MIME-Version: 1.0 To: mikem CC: Jens Axboe , akpm@osdl.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, sitniko@infonet.ee Subject: Re: [PATCH 1/3] cciss: bug fix for hpacucli References: <20051118163357.GA10928@beardog.cca.cpqcorp.net> <20051118204946.GB25454@suse.de> <20051121082810.GV25454@suse.de> <20051121164648.GA7714@beardog.cca.cpqcorp.net> In-Reply-To: <20051121164648.GA7714@beardog.cca.cpqcorp.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1260 Lines: 27 mikem wrote: >> >>This sort-of makes it work. I get some complaints about unaligned access >>when setting up a test array: >> >>=> controller slot=0 create type=logicaldrive drives=all raid=1 drivetype=sas >>.hpacucli(12458): unaligned access to 0x60000fffffcb370e, ip=0x40000000003c8550 >>=> controller slot=0 create type=logicaldrive drives=all raid=1 drivetype=sata >>.hpacucli(12458): unaligned access to 0x60000fffffcb4aee, ip=0x40000000003c8550 >>.hpacucli(12458): unaligned access to 0x60000fffffcb370e, ip=0x40000000003c8550 >>.hpacucli(12458): unaligned access to 0x60000fffffcb370e, ip=0x40000000003c8550 > > This seems to be coming out of user space. We'll work with the application > folks to investigate. There is a library called infomanager that's used > by the app. There may be an issue there. Call you strace the program and > send me the results? I haven't seen this in my lab with a vendor kernel. > What machine is this for? For x86-64, the above are non-canonical addresses. IA64? -hpa - 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/