From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7264 invoked by alias); 3 Apr 2009 20:20:15 -0000 Received: (qmail 7132 invoked by uid 22791); 3 Apr 2009 20:20:13 -0000 X-SWARE-Spam-Status: No, hits=0.3 required=5.0 tests=AWL,BAYES_00,CTYME_IXHASH,GENERIC_IXHASH,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 03 Apr 2009 20:20:09 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n33KK70X008082 for ; Fri, 3 Apr 2009 16:20:07 -0400 Received: from gateway.sf.frob.com (vpn-12-83.rdu.redhat.com [10.11.12.83]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n33KK8ih023308; Fri, 3 Apr 2009 16:20:10 -0400 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 74DF3357B; Fri, 3 Apr 2009 12:20:04 -0800 (PST) Received: by magilla.sf.frob.com (Postfix, from userid 5281) id 3A2B1FC3AB; Fri, 3 Apr 2009 13:20:04 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Masami Hiramatsu Cc: Frederic Weisbecker , Ingo Molnar , Ananth N Mavinakayanahalli , Steven Rostedt , Andrew Morton , Andi Kleen , Arnaldo Carvalho de Melo , Jim Keniston , systemtap-ml , LKML , kvm@vger.kernel.org Subject: Re: [PATCH -tip 2/6 V4.1] x86: add arch-dep register and stack access API to ptrace In-Reply-To: Masami Hiramatsu's message of Friday, 3 April 2009 12:02:37 -0400 <49D6331D.6000505@redhat.com> References: <49D4F4DF.1040605@redhat.com> <20090402234835.GA6112@nowhere> <49D6331D.6000505@redhat.com> Message-Id: <20090403202004.3A2B1FC3AB@magilla.sf.frob.com> Date: Fri, 03 Apr 2009 20:20:00 -0000 X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00103.txt.bz2 > +static struct pt_regs_offset regoffset_table[] = { ^ const