Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755796AbWKQSos (ORCPT ); Fri, 17 Nov 2006 13:44:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755797AbWKQSos (ORCPT ); Fri, 17 Nov 2006 13:44:48 -0500 Received: from mx.pathscale.com ([64.160.42.68]:17116 "EHLO mx.pathscale.com") by vger.kernel.org with ESMTP id S1755795AbWKQSos (ORCPT ); Fri, 17 Nov 2006 13:44:48 -0500 Message-ID: <455E0333.70602@pathscale.com> Date: Fri, 17 Nov 2006 10:45:07 -0800 From: "Bryan O'Sullivan" User-Agent: Thunderbird 1.5.0.7 (X11/20061027) MIME-Version: 1.0 To: Steve Wise Cc: rdreier@cisco.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, openib-general@openib.org Subject: Re: [openib-general] [PATCH 09/13] Core WQE/CQE Types References: <20061116035826.22635.61230.stgit@dell3.ogc.int> <20061116035912.22635.21736.stgit@dell3.ogc.int> <455DFD23.8050504@pathscale.com> <1163788339.8457.95.camel@stevo-desktop> In-Reply-To: <1163788339.8457.95.camel@stevo-desktop> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 571 Lines: 15 Steve Wise wrote: > It passes sparse with only a few warnings about calling memset() with a > size > 100000. You need to pass in CF=-D__CHECK_ENDIAN__ too, on the kernel build command line. Otherwise, the endianness annotations aren't turned on in the kernel headers, and you get this nice false sense of security.