From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751121AbWHTSZo (ORCPT ); Sun, 20 Aug 2006 14:25:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751122AbWHTSZo (ORCPT ); Sun, 20 Aug 2006 14:25:44 -0400 Received: from smtp.osdl.org ([65.172.181.4]:16875 "EHLO smtp.osdl.org") by vger.kernel.org with ESMTP id S1751121AbWHTSZn (ORCPT ); Sun, 20 Aug 2006 14:25:43 -0400 Date: Sun, 20 Aug 2006 11:25:23 -0700 From: Andrew Morton To: Chase Venters Cc: Arnd Bergmann , =?ISO-8859-1?B?Qmr2cm4=?= Steinbrink , Russell King , rusty@rustcorp.com.au, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Subject: Re: [PATCH] introduce kernel_execve function to replace __KERNEL_SYSCALLS__ Message-Id: <20060820112523.f14fc6dc.akpm@osdl.org> In-Reply-To: <200608201237.13194.chase.venters@clientec.com> References: <20060819073031.GA25711@atjola.homenet> <20060820134745.GA11843@atjola.homenet> <200608201913.39989.arnd@arndb.de> <200608201237.13194.chase.venters@clientec.com> X-Mailer: Sylpheed version 2.2.7 (GTK+ 2.8.17; x86_64-unknown-linux-gnu) 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 On Sun, 20 Aug 2006 12:36:49 -0500 Chase Venters wrote: > Unless 'errno' has some significant reason to live on in the kernel, I think > it would be better to kill it and write kernel syscall macros that don't muck > with it. We have been working in that direction. It's certainly something we'd like to kill off.