Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp1733799pxb; Thu, 16 Sep 2021 14:17:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzFGAvUTNDxW5AYBHPxP6BaLRF0zDujadmytbd+cA0xUh4tCJJK+bmgNT50PirLdjoL6Jez X-Received: by 2002:a92:3f0b:: with SMTP id m11mr5308934ila.265.1631827057917; Thu, 16 Sep 2021 14:17:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631827057; cv=none; d=google.com; s=arc-20160816; b=TK1qPiuM8G7SwkRqec0+3TyxvT6XiBLLaST9cQoGqyCsd/X3DtYp5kcJtGvqUDeQIM HjqifYrgDPuo+d0Bfmjd9aTERn4NTuyandDRwoHi48vMeFbcZKGuH5DHbgjnaur/eweR YCkkJj8gJiWqEbeGMqU2/ufFh2xmT+xI9KCl42RZA/ytK8MjVy1WLAvdi2ltkW/MDQfs SNKJAFou54XEyBI9HYhCF14Lay/I+XNjEDwp/xabg2k5mRPbF4/XqZFQVsaEh4WZjnB2 +TuKRPj7eKk1nDkqE03lSKW8fkuTf1gMLCfSgefLmwlapJeZR26O6RfRPlCUZVi7sqEz Qwfg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=woTLdq8l93HW/HjmhSR4+gRXBN3eBIgvca+80DET2IE=; b=a2HN7xCNE+ZF6dARTPKnq6CqgavmO0crAFoXWY8+PC2Zvxzns5xae2fOvdOO+S4M5W a6l+MhAXWvHDOoM4vWyIpUN+YmDM1F+OlePUa8fSA+Nw5mdrl9NQ854nwaUsgDPr++4d RzTqn2TzeA026TcVdzmC+gNxaTrD4apIXgkKY3mXnytSP99MypBBG+SoJ4g1Xn4MSVLs pdS7+Vaw8mPVbKPw8qtcQT6dEqrOyfOKjAQZUH7TZMlYMP+M0rgjtDiNZLErTfC96SWq SDgBXUQ2MzJXHcF48cq/J8tyfQw721ChIBJdy2USa5RdM9ViC51d2XKwFo34FL3W7n1/ 1BHA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=qhH8blhJ; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n13si3653366ilo.25.2021.09.16.14.17.26; Thu, 16 Sep 2021 14:17:37 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=qhH8blhJ; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244334AbhIPQfG (ORCPT + 99 others); Thu, 16 Sep 2021 12:35:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:37486 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242194AbhIPQ1K (ORCPT ); Thu, 16 Sep 2021 12:27:10 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 5B37A615A2; Thu, 16 Sep 2021 16:17:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1631809050; bh=ObqOYrgdwAJO8POxMzYgQTUoEN6o0v/uM2wFd+WSdug=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=qhH8blhJ7Wj0wDZqTcPpMNwSVPpdySCpJHz6Cv6MJeHGJE8Y29IrUmStZPhgM4PRN c53k1bp1xvP6f/XdSZylzhw8o+RlxkgUMFChS/woRBVeFZgHBuKXPBZ7sGb4rRDJHy xv5IfODBGc1wc7bR06I9/SqDQJnBTYXLGRs+jjJg= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Nageswara R Sastry , Kajol Jain , Michael Ellerman Subject: [PATCH 5.13 013/380] powerpc/perf/hv-gpci: Fix counter value parsing Date: Thu, 16 Sep 2021 17:56:10 +0200 Message-Id: <20210916155804.422589210@linuxfoundation.org> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210916155803.966362085@linuxfoundation.org> References: <20210916155803.966362085@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Kajol Jain commit f9addd85fbfacf0d155e83dbee8696d6df5ed0c7 upstream. H_GetPerformanceCounterInfo (0xF080) hcall returns the counter data in the result buffer. Result buffer has specific format defined in the PAPR specification. One of the fields is counter offset and width of the counter data returned. Counter data are returned in a unsigned char array in big endian byte order. To get the final counter data, the values must be left shifted byte at a time. But commit 220a0c609ad17 ("powerpc/perf: Add support for the hv gpci (get performance counter info) interface") made the shifting bitwise and also assumed little endian order. Because of that, hcall counters values are reported incorrectly. In particular this can lead to counters go backwards which messes up the counter prev vs now calculation and leads to huge counter value reporting: #: perf stat -e hv_gpci/system_tlbie_count_and_time_tlbie_instructions_issued/ -C 0 -I 1000 time counts unit events 1.000078854 18,446,744,073,709,535,232 hv_gpci/system_tlbie_count_and_time_tlbie_instructions_issued/ 2.000213293 0 hv_gpci/system_tlbie_count_and_time_tlbie_instructions_issued/ 3.000320107 0 hv_gpci/system_tlbie_count_and_time_tlbie_instructions_issued/ 4.000428392 0 hv_gpci/system_tlbie_count_and_time_tlbie_instructions_issued/ 5.000537864 0 hv_gpci/system_tlbie_count_and_time_tlbie_instructions_issued/ 6.000649087 0 hv_gpci/system_tlbie_count_and_time_tlbie_instructions_issued/ 7.000760312 0 hv_gpci/system_tlbie_count_and_time_tlbie_instructions_issued/ 8.000865218 16,448 hv_gpci/system_tlbie_count_and_time_tlbie_instructions_issued/ 9.000978985 18,446,744,073,709,535,232 hv_gpci/system_tlbie_count_and_time_tlbie_instructions_issued/ 10.001088891 16,384 hv_gpci/system_tlbie_count_and_time_tlbie_instructions_issued/ 11.001201435 0 hv_gpci/system_tlbie_count_and_time_tlbie_instructions_issued/ 12.001307937 18,446,744,073,709,535,232 hv_gpci/system_tlbie_count_and_time_tlbie_instructions_issued/ Fix the shifting logic to correct match the format, ie. read bytes in big endian order. Fixes: e4f226b1580b ("powerpc/perf/hv-gpci: Increase request buffer size") Cc: stable@vger.kernel.org # v4.6+ Reported-by: Nageswara R Sastry Signed-off-by: Kajol Jain Tested-by: Nageswara R Sastry Signed-off-by: Michael Ellerman Link: https://lore.kernel.org/r/20210813082158.429023-1-kjain@linux.ibm.com Signed-off-by: Greg Kroah-Hartman --- arch/powerpc/perf/hv-gpci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/powerpc/perf/hv-gpci.c +++ b/arch/powerpc/perf/hv-gpci.c @@ -175,7 +175,7 @@ static unsigned long single_gpci_request */ count = 0; for (i = offset; i < offset + length; i++) - count |= arg->bytes[i] << (i - offset); + count |= (u64)(arg->bytes[i]) << ((length - 1 - (i - offset)) * 8); *value = count; out: