From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.11] helo=sc8-sf-mx1.sourceforge.net) by sc8-sf-list1.sourceforge.net with esmtp (Exim 4.24) id 1AaXb5-0002ML-8Y for user-mode-linux-devel@lists.sourceforge.net; Sun, 28 Dec 2003 01:52:31 -0800 Received: from mta11.adelphia.net ([68.168.78.205]) by sc8-sf-mx1.sourceforge.net with esmtp (Exim 4.24) id 1AaXb4-0002Y0-UA for user-mode-linux-devel@lists.sourceforge.net; Sun, 28 Dec 2003 01:52:31 -0800 From: Matt Zimmerman Subject: Re: [uml-devel] 2.4.22-[67] problems Message-ID: <20031228095224.GM17472@alcor.net> References: <20031220011323.GW18100@alcor.net> <20031220171450.GB10692@ccure.user-mode-linux.org> <20031221005257.GF9354@alcor.net> <20031221010656.GH9354@alcor.net> <20031228093317.GK17472@alcor.net> <20031228095115.GL17472@alcor.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031228095115.GL17472@alcor.net> Sender: user-mode-linux-devel-admin@lists.sourceforge.net Errors-To: user-mode-linux-devel-admin@lists.sourceforge.net List-Unsubscribe: , List-Id: The user-mode Linux development list List-Post: List-Help: List-Subscribe: , List-Archive: Date: Sun, 28 Dec 2003 01:52:24 -0800 To: user-mode-linux-devel@lists.sourceforge.net, 224431@bugs.debian.org On Sun, Dec 28, 2003 at 01:51:15AM -0800, Matt Zimmerman wrote: > syscall_nr = PT_SYSCALL_NR(regs->skas.regs); > UPT_SYSCALL_NR(regs) = syscall_nr; > if(syscall_nr < 1){ > relay_signal(SIGTRAP, regs); > return; > } By the way, why is the test < 1 here, and < 0 in execute_syscall_skas? Shouldn't they match? -- - mdz ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel