From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E98A0C433B4 for ; Mon, 10 May 2021 08:07:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B29CA6147F for ; Mon, 10 May 2021 08:07:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230049AbhEJIIR (ORCPT ); Mon, 10 May 2021 04:08:17 -0400 Received: from mga14.intel.com ([192.55.52.115]:47948 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230045AbhEJIIO (ORCPT ); Mon, 10 May 2021 04:08:14 -0400 IronPort-SDR: +5uTZj8hoTOOxT1n2ozebl0+m0+0yZFoOUE08RDC3YtxXQOfUHnB0aVfy03DWaq7mlcyUgNWMM AMYw0/NwmEHQ== X-IronPort-AV: E=McAfee;i="6200,9189,9979"; a="198815321" X-IronPort-AV: E=Sophos;i="5.82,287,1613462400"; d="scan'208";a="198815321" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2021 01:07:09 -0700 IronPort-SDR: vwQrUF55x6Ko/lUxR8jfkH4CEuRMGZHpIRMM10j5435z3rKnoAE82svwvtpzNobMIiuPLoYwb8 tFregOlTDJeQ== X-IronPort-AV: E=Sophos;i="5.82,287,1613462400"; d="scan'208";a="536295792" Received: from chenyu-desktop.sh.intel.com (HELO chenyu-desktop) ([10.239.158.173]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 May 2021 01:07:08 -0700 Date: Mon, 10 May 2021 16:11:43 +0800 From: Chen Yu To: Greg Kroah-Hartman Cc: Salvatore Bonaccorso , stable , Sasha Levin , Bas Nieuwenhuizen , Len Brown Subject: Re: Please apply commit 301b1d3a9104 ("tools/power/turbostat: Fix turbostat for AMD Zen CPUs") to v5.10.y and later Message-ID: <20210510081143.GA228962@chenyu-desktop> References: <20210508175852.GA197041@chenyu-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, May 10, 2021 at 09:49:30AM +0200, Greg Kroah-Hartman wrote: > On Sun, May 09, 2021 at 01:58:52AM +0800, Chen Yu wrote: > > On Sat, May 08, 2021 at 06:12:45PM +0200, Greg Kroah-Hartman wrote: > > > On Sat, May 08, 2021 at 03:34:21PM +0200, Salvatore Bonaccorso wrote: > > > > Hi > > > > > > > > the following was commited in Linus tree a couple of days ago, but so > > > > is not yet in a tagged version. > > > > > > > > But still please consider to queue up 301b1d3a9104 > > > > ("tools/power/turbostat: Fix turbostat for AMD Zen CPUs") to v5.10.y > > > > and later for the next round of updates, as it turbostat no lonwer > > > > worked on those Zen based systems since 5.10. > > > > > > > > Thank you for considering, I can otherwise reping once 5.13-rc1 is > > > > tagged and released. > > > > > > Now queued up, thanks. > > > > > Thanks Greg. Besides this patch, could you please also queue > > commit 8167875a1d68 ("tools/power turbostat: Fix offset overflow issue in index converting") > > to 5.10+ stable which could work with 301b1d3a9104 to fix the regression on Zen. > > There is no such git id in Linus's tree :( > Should be this one: commit 13a779de4175 ("tools/power turbostat: Fix offset overflow issue in index converting") Thanks, Chenyu