Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751624Ab0H1FYh (ORCPT ); Sat, 28 Aug 2010 01:24:37 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:48923 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750733Ab0H1FYg convert rfc822-to-8bit (ORCPT ); Sat, 28 Aug 2010 01:24:36 -0400 MIME-Version: 1.0 In-Reply-To: References: <1282936005-17078-1-git-send-email-Kyle.D.Moffett@boeing.com> From: Kyle Moffett Date: Sat, 28 Aug 2010 01:24:14 -0400 Message-ID: Subject: Re: [PATCH] powerpc/kvm/e500_tlb: Fix a minor copy-paste tracing bug To: Alexander Graf Cc: Kyle Moffett , linux-kernel@vger.kernel.org, kvm-ppc@vger.kernel.org, linuxppc-dev@ozlabs.org, Liu Yu Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 19 On Fri, Aug 27, 2010 at 20:58, Alexander Graf wrote: > On 27.08.2010, at 21:06, Kyle Moffett wrote: >> The kvmppc_e500_stlbe_invalidate() function was trying to pass too many >> parameters to trace_kvm_stlb_inval().  This appears to be a bad >> copy-paste from a call to trace_kvm_stlb_write(). > > Which kernel is this against? That trace point is already commented out in my tree. Oh, hm, I guess I haven't rebased this patch since 2.6.35-ish. The trace point seems to work correctly with the fixed arguments; if you'll tell me which tree I should base it on I can easily resubmit. Cheers, Kyle Moffett -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/