Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756608AbXFOMyr (ORCPT ); Fri, 15 Jun 2007 08:54:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753327AbXFOMyj (ORCPT ); Fri, 15 Jun 2007 08:54:39 -0400 Received: from mx1.suse.de ([195.135.220.2]:48049 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753185AbXFOMyi (ORCPT ); Fri, 15 Jun 2007 08:54:38 -0400 From: Andi Kleen Organization: SUSE Linux Products GmbH, Nuernberg, GF: Markus Rex, HRB 16746 (AG Nuernberg) To: Alan Cox Subject: Re: [PATCH] Introduce compat_u64 and compat_s64 types Date: Fri, 15 Jun 2007 14:54:28 +0200 User-Agent: KMail/1.9.6 Cc: David Howells , Arnd Bergmann , Benjamin Herrenschmidt , David Woodhouse , Linux Kernel Mailing List , Dave Airlie , linux-arch@vger.kernel.org, Andrew Morton References: <200706151355.57464.ak@suse.de> <200706151443.13511.ak@suse.de> <20070615135420.7fe2e4c1@the-village.bc.nu> In-Reply-To: <20070615135420.7fe2e4c1@the-village.bc.nu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200706151454.28854.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 923 Lines: 27 On Friday 15 June 2007 14:54:20 Alan Cox wrote: > > > > The network code requires unaligned accesses to work anyways so if your > > > > architecture doesn't support them it is already remotely crashable. > > > > > > I thought we'd fixed all that. > > > > Did you audit the complete network stack? > > For the parts used by the processors in question yes That means? They're expected to run only a subset of the network stack? Is that expressed in Kconfig? Is it documented that the rest is dangerous? > people have done > that work so using the types without unaligned. Very brave; we're talking about around half a million lines of non trivial source code here. -Andi - 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/