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 77D02C433ED for ; Sat, 8 May 2021 17:54:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 37732610A2 for ; Sat, 8 May 2021 17:54:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229544AbhEHRzS (ORCPT ); Sat, 8 May 2021 13:55:18 -0400 Received: from mga03.intel.com ([134.134.136.65]:25441 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229523AbhEHRzR (ORCPT ); Sat, 8 May 2021 13:55:17 -0400 IronPort-SDR: vceHAjegRx8Z/8Qr4dCcsDmqKJ3XgdzoucAlMqOcVRfG/ZS3elVKnusGipvFjeSrw2FXvugqbC oISJKvj1yNaQ== X-IronPort-AV: E=McAfee;i="6200,9189,9978"; a="198987669" X-IronPort-AV: E=Sophos;i="5.82,283,1613462400"; d="scan'208";a="198987669" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 May 2021 10:54:15 -0700 IronPort-SDR: cjLSXhPwc3j+6OzP2Z0aZ9is3TCIfmlHY9QkOZUOS2WSc+MOhrMXXTYtB7bmJV0j3/3IqH7Ruz 1rNgrqU2Eu2w== X-IronPort-AV: E=Sophos;i="5.82,283,1613462400"; d="scan'208";a="435440942" Received: from chenyu-desktop.sh.intel.com (HELO chenyu-desktop) ([10.239.158.173]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 08 May 2021 10:54:13 -0700 Date: Sun, 9 May 2021 01:58:52 +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: <20210508175852.GA197041@chenyu-desktop> References: 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 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. thanks, Chenyu > greg k-h