Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 3 Jan 2003 03:21:20 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 3 Jan 2003 03:21:19 -0500 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:60219 "EHLO frodo.biederman.org") by vger.kernel.org with ESMTP id ; Fri, 3 Jan 2003 03:21:18 -0500 To: Kasper Dupont Cc: Arjan van de Ven , Andy Pfiffer , Michal Jaegermann , "linux-kernel@vger.kernel.org" Subject: Re: export of sys_call_table References: <20021003153943.E22418@openss7.org> <1033682560.28850.32.camel@irongate.swansea.linux.org.uk> <20021003171013.B22986@mail.harddata.com> <1033691520.28254.6.camel@andyp> <1033723207.1733.4.camel@localhost.localdomain> <3DA045F1.8E0FDCEA@daimi.au.dk> From: ebiederm@xmission.com (Eric W. Biederman) Date: 03 Jan 2003 01:28:44 -0700 In-Reply-To: <3DA045F1.8E0FDCEA@daimi.au.dk> 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: 1276 Lines: 29 Kasper Dupont writes: > Arjan van de Ven wrote: > > > > I wonder why kmonte can't just use a reboot notifier.... existing > > infrastructure already ;( > > Because it doesn't hook sys_reboot to get notified about reboots. > It hooks sys_reboot to add new calls, it could have been a new > system call, but what monte does is slightly related to a reboot. > > I have myself added a feature to monte where it was essential to > hook the sys_reboot call and do something else when a reboot was > requested. Maybe I could have used a reboot notifier. > > What really bothers me about monte is: > 1) Doesn't work on SMP > 2) Doesn't seem to be maintened (does it even work on 2.5)? > 3) Is not completely stable > 4) Only available as a module, cannot be compiled in kernel. > 5) I couldn't get my additional feature working with the latest > version of monte. > > Perhaps there is some better alternative which I don't know? kexec... It was an inch from being accepted into 2.5 last time I looked. 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/