Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S270166AbUJTW37 (ORCPT ); Wed, 20 Oct 2004 18:29:59 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S270338AbUJTWI0 (ORCPT ); Wed, 20 Oct 2004 18:08:26 -0400 Received: from adsl-63-197-226-105.dsl.snfc21.pacbell.net ([63.197.226.105]:39327 "EHLO cheetah.davemloft.net") by vger.kernel.org with ESMTP id S269013AbUJTWHe (ORCPT ); Wed, 20 Oct 2004 18:07:34 -0400 Date: Wed, 20 Oct 2004 15:01:49 -0700 From: "David S. Miller" To: David Howells Cc: torvalds@osdl.org, akpm@osdl.org, linux-kernel@vger.kernel.org, discuss@x86-64.org, sparclinux@vger.kernel.org, linuxppc64-dev@ozlabs.org, linux-m68k@vger.kernel.org, linux-sh@m17n.org, linux-arm-kernel@lists.arm.linux.org.uk, parisc-linux@parisc-linux.org, linux-ia64@vger.kernel.org, linux-390@vm.marist.edu, linux-mips@linux-mips.org Subject: Re: [PATCH] Add key management syscalls to non-i386 archs Message-Id: <20041020150149.7be06d6d.davem@davemloft.net> In-Reply-To: <3506.1098283455@redhat.com> References: <3506.1098283455@redhat.com> X-Mailer: Sylpheed version 0.9.12 (GTK+ 1.2.10; sparc-unknown-linux-gnu) X-Face: "_;p5u5aPsO,_Vsx"^v-pEq09'CU4&Dc1$fQExov$62l60cgCc%FnIwD=.UF^a>?5'9Kn[;433QFVV9M..2eN.@4ZWPGbdi<=?[:T>y?SD(R*-3It"Vj:)"dP Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 864 Lines: 26 David, I applaud your effort to take care of this. However, this patch will conflict with what I've sent into Linus already for Sparc. I also had to add the sys_altroot syscall entry as well. I've mentioned several times that perhaps the best way to deal with this problem is to purposefully break the build of platforms when new system calls are added. Simply adding a: #error new syscall entries for X and Y needed to include/asm-*/unistd.h would handle this just fine I think. That way it won't be missed, and if the platform maintainer wants to just ignore the new syscall they can choose to do that as well. - 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/