Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp678274pxv; Wed, 14 Jul 2021 12:51:25 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzZogbvL787D3+Pqg/Q/GvQ80Nn7Ry9Gzd1Z1BC92sMaoT+ehoV2G8QQEwo/2VWYzt1W2kO X-Received: by 2002:a92:c503:: with SMTP id r3mr7750718ilg.148.1626292285324; Wed, 14 Jul 2021 12:51:25 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626292285; cv=none; d=google.com; s=arc-20160816; b=VMUVoj9ThyM+0TYXtEoYUl8s4JTgFC4SiOixBEh3ThM5+63/Ntht6WCbgoPI27D8nV KiEYtUCReb98if7J41dvnPSwNeoqtgkRMV2YqgLT+XR+huoBoLcuf9Vpjb6HMY6+e4r9 f3HtQHXtfJWYEu/SlFOqU2MDvhTklbLvR4xF5nxy/URit/iWywPpZkYBmek4tRM0DJ9D KI74N5t0IjXS0HvBBTxmTzctzwQy7ttGmA7PvBLzIf1u7Sc6UpDPm1gvEG7iBzzTwWnq +x5k4wJsXSZWEfLfrNordnFiIdXBTKsSO46YNYQvFoxxg3keOxGDue4KbGydTI177xyN rF8w== 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=Ppt71jH0vFxoMXNy6sNIa2qbdBUaiqiTEuUJG8+TWow=; b=BCqnCfriT6JMV4RY/tI+0p95Wtn2GMfWF/74rsmvX0EAkLKI0aXyj5gEBK0XtBAlCG XDb0w5xn3CfSUW0nPfUY20YnUAdqYF5tvhYlvFrbGo/Q+JPXwepsyynk4pkCdVYL81W2 N65ewnfP8x4NrTUwP4KuPQJvGwjkdJwAXuuFzFZlzRjaGiUyU3rucHg6/ACUNfyR5bFW 1V/5VKkRa7C0Br4vwv5B1x8nXIheIx5har7vb7tbh0iBUDuoV3QpmI975Pg1/hwo4Yc5 ODgZGn7PYlQyzVhr6CzIPA7+tbafeah00+xsaQHai/gK0i+UtsMbe4+zo1zolGs3jNhu UGEQ== 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 n1si3511806ilt.39.2021.07.14.12.51.13; Wed, 14 Jul 2021 12:51:25 -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; 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 S240612AbhGNTvo (ORCPT + 99 others); Wed, 14 Jul 2021 15:51:44 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:45118 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235791AbhGNTrb (ORCPT ); Wed, 14 Jul 2021 15:47:31 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 36D6C1C0B82; Wed, 14 Jul 2021 21:44:38 +0200 (CEST) Date: Wed, 14 Jul 2021 21:44:37 +0200 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Odin Ugedal , "Peter Zijlstra (Intel)" , Vincent Guittot , Sasha Levin Subject: Re: [PATCH 5.10 131/593] sched/fair: Fix ascii art by relpacing tabs Message-ID: <20210714194437.GB15200@amd> References: <20210712060843.180606720@linuxfoundation.org> <20210712060857.536900755@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RASg3xLB4tUQ4RcS" Content-Disposition: inline In-Reply-To: <20210712060857.536900755@linuxfoundation.org> User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --RASg3xLB4tUQ4RcS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > When using something other than 8 spaces per tab, this ascii art > makes not sense, and the reader might end up wondering what this > advanced equation "is". I believe this should not be in stable. Our stable-rules documentation is quite clear there. > +++ b/kernel/sched/fair.c > @@ -3141,7 +3141,7 @@ void reweight_task(struct task_struct *p, int prio) > * > * tg->weight * grq->load.weight > * ge->load.weight =3D ----------------------------- (1) > - * \Sum grq->load.weight > + * \Sum grq->load.weight > * > * Now, because computing that sum is prohibitively expensive to compute= (been > * there, done that) we approximate it with this average stuff. The aver= age Best regards, Pavel --=20 DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany --RASg3xLB4tUQ4RcS Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAmDvPqUACgkQMOfwapXb+vJuEACePvX0TPI5DgGo6VlE+RWKjm9e /7wAn0YoNQlFUq/pFqXxLy38FAYw8JrZ =FGCH -----END PGP SIGNATURE----- --RASg3xLB4tUQ4RcS--