Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423323AbXBIWMh (ORCPT ); Fri, 9 Feb 2007 17:12:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1423342AbXBIWMg (ORCPT ); Fri, 9 Feb 2007 17:12:36 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:53776 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1423323AbXBIWMg (ORCPT ); Fri, 9 Feb 2007 17:12:36 -0500 Subject: Re: -mm merge plans for 2.6.21 From: David Woodhouse To: Russell King Cc: Andrew Morton , Alexey Dobriyan , linux-kernel@vger.kernel.org, drepper@redhat.com In-Reply-To: <20070209220327.GB16158@flint.arm.linux.org.uk> References: <20070208150710.1324f6b4.akpm@linux-foundation.org> <1171042535.29713.96.camel@pmac.infradead.org> <20070209134516.2367a7aa.akpm@linux-foundation.org> <20070209214944.GA16158@flint.arm.linux.org.uk> <1171057999.29713.129.camel@pmac.infradead.org> <20070209220327.GB16158@flint.arm.linux.org.uk> Content-Type: text/plain Date: Fri, 09 Feb 2007 22:12:27 +0000 Message-Id: <1171059147.29713.146.camel@pmac.infradead.org> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2.1 (2.8.2.1-3.fc6.dwmw2.1) Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1266 Lines: 34 On Fri, 2007-02-09 at 22:03 +0000, Russell King wrote: > > Is that actually written anywhere, and does anyone bother to check? > > Mostly mailing list archives I'd guess. As far as anyone bothering > to check, that's me when I'm aware of new syscalls... which typically > happens a long time after the syscalls have been introduced on x86 > etc. I suspect we could do with a Documentation/syscalls.txt collecting such rules from various architectures. We could _also_ do with a way to warn about unimplemented syscalls on any given architecture. I'm thinking about something along the lines of a kernel/syscalls.c containing nothing but... #include #ifndef __NR_sys_foo #warning The sys_foo system call is not implemented on this architecture #endif Ideally, that wants to be auto-generated from the union of all files, but in practice I suspect we could do it just from . Even I usually manage to add new syscalls on i386 after I've done PowerPC. -- dwmw2 - 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/