Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 24 Feb 2003 20:25:02 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 24 Feb 2003 20:25:00 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:15120 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Mon, 24 Feb 2003 20:24:23 -0500 To: linux-kernel@vger.kernel.org From: "H. Peter Anvin" Subject: Re: Remote execution of syscalls (was Re: Syscall from Kernel Space) Date: 24 Feb 2003 17:34:21 -0800 Organization: Transmeta Corporation, Santa Clara CA Message-ID: References: <20030221174414.GA28062@ime.usp.br> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Disclaimer: Not speaking for Transmeta in any way, shape, or form. Copyright: Copyright 2003 H. Peter Anvin - All Rights Reserved Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1414 Lines: 31 Followup to: By author: Prasad In newsgroup: linux.dev.kernel > > > before anything else, thanx for the response, i was very much discouraged > by the fact that i did not get any replies... > > coming to whats happening... lets see it this way... Theres a process (x) > that is migrated to some other node. Now any syscall that the process (X) > makes is to be shipped back to the originating node. Say i have a user > thread (Y) running and receiving requests for syscall executions. And now > if i execute a syscall, the syscall will be executed as of (Y) is > executing it, but i want the syscall to run as if (X) is executing it! > The process (X) still exists on the originating system, but is idle. > Sounds like you should let the otherwise-idle process X be the thread that waits for the connection and issues system calls. This is basically RPC. -hpa -- at work, in private! "Unix gives you enough rope to shoot yourself in the foot." Architectures needed: cris ia64 m68k mips64 ppc ppc64 s390 s390x sh v850 x86-64 - 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/