From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932162AbWFFNeU (ORCPT ); Tue, 6 Jun 2006 09:34:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932166AbWFFNeU (ORCPT ); Tue, 6 Jun 2006 09:34:20 -0400 Received: from mx1.suse.de ([195.135.220.2]:21195 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S932162AbWFFNeT (ORCPT ); Tue, 6 Jun 2006 09:34:19 -0400 From: Andi Kleen To: Martin Bisson Subject: Re: x86_64 system call entry points II Date: Tue, 6 Jun 2006 15:34:12 +0200 User-Agent: KMail/1.9.3 Cc: linux-kernel@vger.kernel.org References: <44846210.4080602@discreet.com> <4485825D.9000606@discreet.com> In-Reply-To: <4485825D.9000606@discreet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606061534.12228.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > I think the bottom line for me is simply that I cannot enter system > calls any way I want with any kernel, Only for SYSENTER. int 0x80 and SYSCALL don't have this problem. For SYSENTER you can just call the trampoline in the vsyscall page. glibc does that too. The address can be found in the ELF aux vector. -Andi