Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932234AbXBNMkF (ORCPT ); Wed, 14 Feb 2007 07:40:05 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932229AbXBNMkE (ORCPT ); Wed, 14 Feb 2007 07:40:04 -0500 Received: from gprs189-60.eurotel.cz ([160.218.189.60]:34547 "EHLO amd.ucw.cz" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932232AbXBNMkC (ORCPT ); Wed, 14 Feb 2007 07:40:02 -0500 Date: Wed, 14 Feb 2007 13:37:55 +0100 From: Pavel Machek To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Linus Torvalds , Arjan van de Ven , Christoph Hellwig , Andrew Morton , Alan Cox , Ulrich Drepper , Zach Brown , Evgeniy Polyakov , "David S. Miller" , Benjamin LaHaise , Suparna Bhattacharya , Davide Libenzi , Thomas Gleixner Subject: Re: [patch 00/11] ANNOUNCE: "Syslets", generic asynchronous system call support Message-ID: <20070214123755.GC23857@elf.ucw.cz> References: <20060529212109.GA2058@elte.hu> <20070213142010.GA638@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070213142010.GA638@elte.hu> X-Warning: Reading this can be dangerous to your mental health. User-Agent: Mutt/1.5.11+cvs20060126 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 849 Lines: 22 Hi! > The boring details: > > Syslets consist of 'syslet atoms', where each atom represents a single > system-call. These atoms can be chained to each other: serially, in > branches or in loops. The return value of an executed atom is checked > against the condition flags. So an atom can specify 'exit on nonzero' or > 'loop until non-negative' kind of constructs. Ouch, yet another interpretter in kernel :-(. Can we reuse acpi or something? Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html - 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/