From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752402AbXCUL7s (ORCPT ); Wed, 21 Mar 2007 07:59:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751908AbXCUL7s (ORCPT ); Wed, 21 Mar 2007 07:59:48 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:57029 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752580AbXCUL7s (ORCPT ); Wed, 21 Mar 2007 07:59:48 -0400 Date: Wed, 21 Mar 2007 12:59:55 +0100 From: Sam Ravnborg To: Andrew Morton Cc: Kees Cook , Randy Dunlap , linux-kernel@vger.kernel.org, David Woodhouse Subject: Re: 2.6.21-rc4-mm1 Message-ID: <20070321115955.GA18195@uranus.ravnborg.org> References: <20070319205623.299d0378.akpm@linux-foundation.org> <20070320103151.f65c81b6.randy.dunlap@oracle.com> <20070320192016.GC22797@outflux.net> <20070320214714.0e584cd4.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070320214714.0e584cd4.akpm@linux-foundation.org> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 20, 2007 at 09:47:14PM -0800, Andrew Morton wrote: > On Tue, 20 Mar 2007 12:20:16 -0700 Kees Cook wrote: > > > I can't > > get 2.6.21-rc4-mm1 to compile (with or without this fix): > > > > GEN .version > > init/.missing_syscalls.h.cmd:2: *** missing separator. Stop. > > make: *** [.tmp_vmlinux1] Error 2 > > How'd you manage that? > > Sam, I think this is a you-thing rather than a dwmw2-thing? I will give it a shot tonight. One issue I have with current approach is that the ARCH specific things are in a single .h file. Sam