From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de ([212.227.126.186]:51396 "EHLO moutng.kundenserver.de") by vger.kernel.org with ESMTP id S932302AbWH0X6m (ORCPT ); Sun, 27 Aug 2006 19:58:42 -0400 Message-Id: <20060827214734.252316000@klappe.arndb.de> Date: Sun, 27 Aug 2006 23:47:34 +0200 From: Arnd Bergmann Subject: [PATCH 0/7] kill __KERNEL_SYSCALLS__ Sender: linux-arch-owner@vger.kernel.org To: linux-kernel@vger.kernel.org Cc: linux-arch@vger.kernel.org, Jeff Dike , Bjoern Steinbrink , Arjan van de Ven , Chase Venters , Andrew Morton , Russell King , rusty@rustcorp.com.au List-ID: Ok, next try. This time a full series that tries to kill off __KERNEL_SYSCALLS__, _syscallX() and the global errno for good. Practically no testing so far, so please check if this makes sense first before applying. I'd especially like the arch maintainers to provide better implementations of kernel_execve, since I had to rely on the inline assembly provided from _syscall3 to implement them instead of doing it the right way. Arnd <><