From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18665 invoked by alias); 1 Dec 2009 17:55:09 -0000 Received: (qmail 18646 invoked by uid 22791); 1 Dec 2009 17:55:08 -0000 X-SWARE-Spam-Status: No, hits=-2.5 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) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 01 Dec 2009 17:54:52 +0000 Received: from int-mx05.intmail.prod.int.phx2.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.18]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nB1HsWRu023246 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 1 Dec 2009 12:54:33 -0500 Received: from fche.csb (vpn-243-177.phx2.redhat.com [10.3.243.177]) by int-mx05.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nB1HsWTI031302; Tue, 1 Dec 2009 12:54:32 -0500 Received: by fche.csb (Postfix, from userid 2569) id 2A423580E6; Tue, 1 Dec 2009 12:54:32 -0500 (EST) To: avorontsov@ru.mvista.com Cc: systemtap@sourceware.org, linuxppc-dev@ozlabs.org Subject: Re: [PATCH 0/8 userland!] systemtap: Add initial support for ppc32 References: <20091127223251.GA17065@oksana.dev.rtsoft.ru> From: fche@redhat.com (Frank Ch. Eigler) Date: Tue, 01 Dec 2009 17:55:00 -0000 In-Reply-To: <20091127223251.GA17065@oksana.dev.rtsoft.ru> (Anton Vorontsov's message of "Sat, 28 Nov 2009 01:32:51 +0300") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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-q4/txt/msg00771.txt.bz2 Anton Vorontsov writes: > Here are some patches that add systemtap support for ppc32 machines. > [...] Thanks, committed, with a little extra for ppc64 compatibility. - FChE