From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11194 invoked by alias); 6 Apr 2009 19:23:09 -0000 Received: (qmail 11185 invoked by uid 22791); 6 Apr 2009 19:23:08 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,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; Mon, 06 Apr 2009 19:22:59 +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 n36JMvQ0016354 for ; Mon, 6 Apr 2009 15:22:57 -0400 Received: from gateway.sf.frob.com (vpn-12-236.rdu.redhat.com [10.11.12.236]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n36JMxa9003759; Mon, 6 Apr 2009 15:23:01 -0400 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 923B1357B; Mon, 6 Apr 2009 12:22:54 -0700 (PDT) Received: by magilla.sf.frob.com (Postfix, from userid 5281) id 59713FC3E3; Mon, 6 Apr 2009 12:22:54 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Masami Hiramatsu X-Fcc: ~/Mail/linus Cc: Ingo Molnar , Frederic Weisbecker , 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.2] x86: add arch-dep register and stack access API to ptrace In-Reply-To: Masami Hiramatsu's message of Friday, 3 April 2009 19:29:19 -0400 <49D69BCF.4080808@redhat.com> References: <49D4F4DF.1040605@redhat.com> <20090402234835.GA6112@nowhere> <49D6331D.6000505@redhat.com> <20090403202004.3A2B1FC3AB@magilla.sf.frob.com> <49D680D0.1090701@redhat.com> <49D69BCF.4080808@redhat.com> Message-Id: <20090406192254.59713FC3E3@magilla.sf.frob.com> Date: Mon, 06 Apr 2009 19:23: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/msg00140.txt.bz2 I have no comments about the patch, but the subject line is misleading because this has nothing do with ptrace. It's in asm/ptrace.h but it being struct pt_regs does not really have anything to do with ptrace. Thanks, Roland