Received: by 2002:a05:6a10:9e8c:0:0:0:0 with SMTP id y12csp3301903pxx; Mon, 2 Nov 2020 05:34:31 -0800 (PST) X-Google-Smtp-Source: ABdhPJxElbe24A+5eqM4yshCE3zqbXmI1oQ6sbBSvoXfEhONe19gPZC4cdTtfta+1agbmYzaPXSR X-Received: by 2002:a05:6402:1f1:: with SMTP id i17mr1901887edy.60.1604324070780; Mon, 02 Nov 2020 05:34:30 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604324070; cv=none; d=google.com; s=arc-20160816; b=L2uzyrQRQpWPmIZbLlozW3F22Z4fYpm9xhnUqyh7BpRVxTzTnAnGRBgYqtgKp/yuH/ N127UMwLbtZ8O2AkKuVlVB7EnTY+OSn0tJEIOHmWcI+p1XeVlLqygyhSKOQzHJYBFLrb P6YyKS4akV9YzAqXoIzr8mbAW8ONv3vYAR4Cc2XfKL8W20HSR7+7h8l/72XdFOXYOJgp /I/OXXS/7Byav5zPV68iyLiF1qJzdE6LeoYdKbekzKldh3uUJ1phME6W7bf8SO2jHoFY mrPa4yduV9igb3dq5lHM5AD5zRrCPFilLeq8NwJh+XXqC81zGJvNnw39t5Pyu8NSRXHm IJFw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:date:cc:to:from:subject:message-id; bh=VRK5dTzO5t9YrR00jqDxKBxTjOZ3M/6UOZBW94dPDas=; b=EpmznyBN5isLN8LIBACyH0RUDZI3aBciaC1bNP8eSi5oqfEtRgM1rz3NPvMPcvwoIA ryRttL7jsiZBs+LkwS303q37bAOMgJkXsiY69reXbYPpt+ALd4Wh62yUarbX5tdIFvxS +uds6ZFX5/sb9NI4PbfDQTy7Q/WXVhbGL9/o75FI5VVddkBJUkadbKenGKkef/MtXykV W0/mPAf0TRdX8FKE7O76ILYLNjgBM+abBMR769U9PRMi5Y204NOPCb1OxOhEYso+s3g5 u9qahw7kJVBKOfJk9IpU6eWVYIYNpyPpazzK0/97Q19lxPOgUwSHPNQXkBKGjG88ztNL PzWA== 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 mm8si9100692ejb.724.2020.11.02.05.34.07; Mon, 02 Nov 2020 05:34:30 -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 S1725797AbgKBNbQ (ORCPT + 99 others); Mon, 2 Nov 2020 08:31:16 -0500 Received: from shelob.surriel.com ([96.67.55.147]:50374 "EHLO shelob.surriel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725768AbgKBNbP (ORCPT ); Mon, 2 Nov 2020 08:31:15 -0500 Received: from imladris.surriel.com ([96.67.55.152]) by shelob.surriel.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1kZZvQ-0007GL-91; Mon, 02 Nov 2020 08:31:08 -0500 Message-ID: <73e01c4bbd7eb7ec543a145d35b4f38b44a162d6.camel@surriel.com> Subject: Re: [PATCH] sched/fair: ensure tasks spreading in LLC during LB From: Rik van Riel To: Vincent Guittot , mingo@redhat.com, peterz@infradead.org, juri.lelli@redhat.com, dietmar.eggemann@arm.com, rostedt@goodmis.org, bsegall@google.com, mgorman@suse.de, linux-kernel@vger.kernel.org, clm@fb.com Cc: hannes@cmpxchg.org Date: Mon, 02 Nov 2020 08:31:07 -0500 In-Reply-To: <20201102102457.28808-1-vincent.guittot@linaro.org> References: <20201102102457.28808-1-vincent.guittot@linaro.org> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-eNwraMmbQH+v8b8zu4j0" User-Agent: Evolution 3.34.4 (3.34.4-1.fc31) MIME-Version: 1.0 Sender: riel@shelob.surriel.com Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-eNwraMmbQH+v8b8zu4j0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, 2020-11-02 at 11:24 +0100, Vincent Guittot wrote: > Fixes: 0b0695f2b34a ("sched/fair: Rework load_balance()") > Reported-by: Chris Mason > Suggested-by: Rik van Riel > Signed-off-by: Vincent Guittot Tested-and-reviewed-by: Rik van Riel Thank you! --=20 All Rights Reversed. --=-eNwraMmbQH+v8b8zu4j0 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEKR73pCCtJ5Xj3yADznnekoTE3oMFAl+gChsACgkQznnekoTE 3oMJKQf/RivwAGLkgEoj5UMHH3UAQ3LwFI9BqE3/w2kpz9iuP9Hbri+6HMtY72z0 YR2QzWf2H18ZeoMTzc3VLdEnhpfGKdKelprUCSPmNTy+Ovyzqo7u/giJWZjtZhaQ FXLvX3fo21H1GTYCYv+eykenIX9ZxB6kEEFQ3z+L7Hrs/4Dnf5LV6gUJNms1OW8L wK6AVR3PNJT4VuIRJBn5kBst/4z1749ufFJkapTf2tTaT0BcqXTLXM2oe77rWSJC F3ciHCKngaEXbKdzKX2izV8H3nnrW4X7kSA/o+afBGvMNP5xs2t5w60vdaEp6q62 h03hWzugJkmJO/Xze8lJWQElPsy4nQ== =jUK+ -----END PGP SIGNATURE----- --=-eNwraMmbQH+v8b8zu4j0--