From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Wed, 15 Jan 2003 16:23:48 +0000 Subject: Re: [Linux-ia64] fsyscall-support Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Tue, 14 Jan 2003 22:36:32 -0800, David Mosberger said: David> I believe the design and the implementation of the fsyscall David> support is safe and has no outstanding holes (well, at least David> none that I know of). 5 minutes after sending this off, I realized that in the excitment of it all, I forgot to handle asynchronous signal delivery. I'll fix that in the next patch (the fix shouldn't affect the overhead for lightweight syscalls at all). --david