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=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 4FC71C433ED for ; Mon, 10 May 2021 07:49:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1B69361433 for ; Mon, 10 May 2021 07:49:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230093AbhEJHuh (ORCPT ); Mon, 10 May 2021 03:50:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:54838 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230029AbhEJHuh (ORCPT ); Mon, 10 May 2021 03:50:37 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 6AD2961430; Mon, 10 May 2021 07:49:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1620632972; bh=v2pFOrObGWpJagryCy2PNS3mUwhJKPFzoYtgEGR/9Tw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=L5bKn9MmrS2mfc00CCOJ5TpvwPbSG8QyvtQvvSNPwUGioLfUZQERX5eRQFqAnOStb 4zdAzBOYFKkc4kUlbDs6mh6HxJV7qXE63Aw8DBqDFxxejUJl23VNjzhHc9tOr22er3 3hx8d8eKlJw1by6oNagihGcn+rj6nk7Z9boPbcH0= Date: Mon, 10 May 2021 09:49:30 +0200 From: Greg Kroah-Hartman To: Chen Yu 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: References: <20210508175852.GA197041@chenyu-desktop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210508175852.GA197041@chenyu-desktop> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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 :(