From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25149 invoked by alias); 21 Dec 2009 21:49:44 -0000 Received: (qmail 25142 invoked by uid 22791); 21 Dec 2009 21:49:44 -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; Mon, 21 Dec 2009 21:49:41 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nBLLndxh004992 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 21 Dec 2009 16:49:39 -0500 Received: from [127.0.0.1] (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nBLLnb6P016988; Mon, 21 Dec 2009 16:49:38 -0500 Subject: Re: [PATCH V6] Tracepoint Tapset for Memory Subsystem From: Mark Wielaard To: Prerna Saxena Cc: Rajasekhar Duddu , systemtap@sources.redhat.com In-Reply-To: <4B2F6018.8050308@linux.vnet.ibm.com> References: <20091125093051.GA13363@rajduddu> <20091204120819.GA14359@rajduddu> <4B1C6D57.7090409@oracle.com> <20091209065725.GA5987@rajduddu> <20091211183545.GA4643@rajduddu> <4B2F6018.8050308@linux.vnet.ibm.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 21 Dec 2009 21:49:00 -0000 Message-Id: <1261432177.6100.18.camel@hermans.wildebeest.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit 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/msg01007.txt.bz2 On Mon, 2009-12-21 at 17:16 +0530, Prerna Saxena wrote: > On 12/12/2009 12:05 AM, Rajasekhar Duddu wrote: > > I have corrected the typo error in this patch. > > If it is fine, please some body commit this pathc on behalf of me. > > Thanks in advance. > > > > Committed to git (commit : 0c487e433fd6343e49b1e9dbc6492f38cfe26143) This commit only added the new examples and tests, but omitted the changes to the existing files NEWS and tapset/memory.stp. Could these also be added? Thanks, Mark