Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 5 Nov 2002 23:43:52 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 5 Nov 2002 23:43:51 -0500 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:12867 "EHLO frodo.biederman.org") by vger.kernel.org with ESMTP id ; Tue, 5 Nov 2002 23:43:49 -0500 To: Alexander Viro CC: Werner Almesberger , Andy Pfiffer , Alan Cox , Suparna Bhattacharya , Jeff Garzik , Linus Torvalds , "Matt D. Robinson" , Rusty Russell , Linux Kernel Mailing List , lkcd-general@lists.sourceforge.net, lkcd-devel@lists.sourceforge.net Subject: Re: [lkcd-devel] Re: What's left over. References: From: ebiederm@xmission.com (Eric W. Biederman) Date: 05 Nov 2002 21:47:58 -0700 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 918 Lines: 21 And the question I was building up to, but forgot to ask. Given that the kexec code is tied intimately to the kernel implementation. Given that there is no real advantage in an incremental write model for kexec users (except not needing to allocate a syscall number). Do you see a better way to structure the kexec interface? Another file in proc, not carefully placed is just a hair better than an ioctl. Using /proc is not desirable because there are uses of kexec that need a very small kernel, and /proc is a pig, is otherwise useless size bloat. For some uses including the one that drove me to write it CONFIG_KEXEC and CONFIG_TINY will both be defined. Eric - 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/