Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp4610241ybf; Wed, 4 Mar 2020 07:16:34 -0800 (PST) X-Google-Smtp-Source: ADFU+vsavfM1kpfZ0DdaOSJpEEXmxJtkCPj25iMMMAIO7KmajcqXFgBe3HMs8iZMC/x7LGkczihd X-Received: by 2002:aca:f4d1:: with SMTP id s200mr2195393oih.85.1583334994247; Wed, 04 Mar 2020 07:16:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583334994; cv=none; d=google.com; s=arc-20160816; b=IvEbnIKGxTXlkf6/I1gd4joc6Ig3deEZl3p1l2FIf3tnrAKhGKvK8QasGh0Q1Uy07n icieo1RtinbpTt1pF3aDqQQuYNKV5K9RCOqL3ybhkUX1Z3RRan4sKRbn7YasFVUcY+hQ 3E20sggR9v0lAxbAHK+Pnyd3/6wBpZxuFI8yucAyIu7s4AcnRO0m2ev0lc5y8BoOoPUl EWhcmd6kFjygqix7TAJEJdfOJGOidJvx4yXOPdXZ/q/oj9WR/0a6kiRGyvZqVph7e+ch 8N4A2U8Bi9lNcUjJLZKAY22jHsW2Skt3m4JmO+xmjBMoNgsD5zt1b5tCIRo3xg4dRhWI ugHQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=UizcoSW8T1gQJQTZidYXJInWFndic84IDwAFkLJsRyU=; b=QiIc7dNpKrX5YAKRG6dQYikxQZrbizJK7E3z9/xnUs0kgHifuPQeq2tkF68nptV+uK oxWxmoDW4foxodS4da6DLhRpjTj3w9wQ0zaduPI0VPIjeDQBhSRD46vttJsueFc5RUkz 9uqUZk3EJCSccByD7sjlypQgMxWq9+1xhbnUuNth+/dG/vSRrrasppkwiP8NFM7wI7UQ Bh8Q4Us3jiWqrpENe64CXrcHmK3SsfBeQegxc67eCc98/t31DpTcMoNUbrACBGRzT7db hfT9zKzWo9/IJ2VOqtU+C3XYxVeofyVGrie2GtaTB5CnQ8KIGDwLwEs2W4SO4pVIRRAJ ZnJw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t25si1340125otm.71.2020.03.04.07.16.18; Wed, 04 Mar 2020 07:16:34 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729447AbgCDPQB (ORCPT + 99 others); Wed, 4 Mar 2020 10:16:01 -0500 Received: from jabberwock.ucw.cz ([46.255.230.98]:57678 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726740AbgCDPQB (ORCPT ); Wed, 4 Mar 2020 10:16:01 -0500 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id EFEB21C0321; Wed, 4 Mar 2020 16:15:59 +0100 (CET) Date: Wed, 4 Mar 2020 16:15:59 +0100 From: Pavel Machek To: Greg Kroah-Hartman Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Scott Wood , "Peter Zijlstra (Intel)" , Ingo Molnar , Sasha Levin Subject: Re: [PATCH 4.19 05/87] sched/core: Dont skip remote tick for idle CPUs Message-ID: <20200304151559.GB2367@duo.ucw.cz> References: <20200303174349.075101355@linuxfoundation.org> <20200303174349.478213998@linuxfoundation.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="f2QGlHpHGjS2mn6Y" Content-Disposition: inline In-Reply-To: <20200303174349.478213998@linuxfoundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --f2QGlHpHGjS2mn6Y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > [ Upstream commit 488603b815a7514c7009e6fc339d74ed4a30f343 ] >=20 > This will be used in the next patch to get a loadavg update from > nohz cpus. The delta check is skipped because idle_sched_class > doesn't update se.exec_start. I don't see the next patch queued for 4.19-stable. AFAICT this does not fix anything without the subsequent patch? Best regards, Pavel =09 > Signed-off-by: Scott Wood > Signed-off-by: Peter Zijlstra (Intel) > Signed-off-by: Ingo Molnar > Link: https://lkml.kernel.org/r/1578736419-14628-2-git-send-email-swood@r= edhat.com > Signed-off-by: Sasha Levin --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --f2QGlHpHGjS2mn6Y Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCXl/GLwAKCRAw5/Bqldv6 8g59AKCAkdRvWkI303NEB4XaL7ZHY5h8QgCgqIqZbp3BLrA4y5LiDCA5da1yh5Y= =I9VM -----END PGP SIGNATURE----- --f2QGlHpHGjS2mn6Y--