Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp731239pxb; Thu, 5 Nov 2020 11:25:48 -0800 (PST) X-Google-Smtp-Source: ABdhPJz7ZFYKP/sqRmt8pW7wwR/kJzItoCGdb0KIw2DJeUvWoF6ZAxMx8yF1B15WSSss+En8T3BT X-Received: by 2002:a17:906:2581:: with SMTP id m1mr3807830ejb.28.1604604348489; Thu, 05 Nov 2020 11:25:48 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604604348; cv=none; d=google.com; s=arc-20160816; b=WDl1LSbQOl4Utf1uB7emMqc5w8DBGjS7D7cRM2aW29crUr861pLykPBumaH13mtd8h fScFdaZCMJkRS0QDuLMt3Mz32xuk7JS7RTlr1Ekrwk+RHDNX1Y/VTYsEJ1SrQHuuvRHA /YV36qTqIPKNZGXgujLE9ceO11A/ax6xsC/KgBXotQRYp/58hE04pJCSY6Mm+5Qp3IqE H1U3/rMCpXrTkG40/GrNDTeKeEMPmoAM00CfnLvW2tH3DA+PWSgcL0gO36cgU8POqTtj dB3+m0xQDN7gcQcXgTVU0niJ0eBsjv3ZRWQT5+ABa7hsw4BX3bFPlumlTUJ2lA0N7Aa2 ybig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=OH83FXwqjcVhA6S3I5Mfj+3quqrjzEmbROc7DVbQQzA=; b=ax2FYm1Owf+6BSSSkAvO3sGiHqf2/OekH0BckCRO4nfLyXRfwS+iuF+n6RROfo91Vi 6cajSBYgE7Gqb+8ysMutcvStfuJ5GfRqlOkf8UXYH+SxK6vKWmF3iK4oiT+fJQTr5B0Y MwJ8z9NPt8VGhbmlR+eFErWMAsS4JnTCQeWiIn1AdQhzv9jX2ZADeNxn23x5mwNL/V7G a4FXTiZQ/fzfWJ203RcbzQS6UKECKCd9fEfULiynZl7IbbLjxztDPSLUstbSO9Wn5nor ybc79OVdkrTAhxKaSzWGltXaTEHJMSYEP59OySCodBzbqQlsGbyKNiTgFGMNqxoOeXXy NGew== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m14si1843241ejr.448.2020.11.05.11.25.25; Thu, 05 Nov 2020 11:25:48 -0800 (PST) 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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731985AbgKETXI (ORCPT + 99 others); Thu, 5 Nov 2020 14:23:08 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:54700 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726729AbgKETXH (ORCPT ); Thu, 5 Nov 2020 14:23:07 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id A40621C0B82; Thu, 5 Nov 2020 20:23:05 +0100 (CET) Date: Thu, 5 Nov 2020 20:23:05 +0100 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Joel Stanley , "Gautham R. Shenoy" , Michael Ellerman Subject: Re: [PATCH 4.19 156/191] powerpc: Warn about use of smt_snooze_delay Message-ID: <20201105192305.GA18462@duo.ucw.cz> References: <20201103203232.656475008@linuxfoundation.org> <20201103203247.174991659@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vtzGhvizbBRQ85DL" Content-Disposition: inline In-Reply-To: <20201103203247.174991659@linuxfoundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > From: Joel Stanley >=20 > commit a02f6d42357acf6e5de6ffc728e6e77faf3ad217 upstream. >=20 > It's not done anything for a long time. Save the percpu variable, and > emit a warning to remind users to not expect it to do anything. >=20 > This uses pr_warn_once instead of pr_warn_ratelimit as testing > 'ppc64_cpu --smt=3Doff' on a 24 core / 4 SMT system showed the warning > to be noisy, as the online/offline loop is slow. I don't believe this is good idea for stable. It is in 5.9-rc2, and likely mainline users will get userspace fixed, but that warning is less useful for -stable users. (And besides, it does not fix any serious bug). Best regards, Pavel --=20 http://www.livejournal.com/~pavelmachek --vtzGhvizbBRQ85DL Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCX6RRGQAKCRAw5/Bqldv6 8i8IAJ9X4P9kUwPdNTkLcqTSARNwc347YgCgjGuqB788e0g81yR0yuOPeeK4dnI= =sFTr -----END PGP SIGNATURE----- --vtzGhvizbBRQ85DL--