Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp6030208ybc; Wed, 27 Nov 2019 13:43:00 -0800 (PST) X-Google-Smtp-Source: APXvYqy1U6wCWY9Vz9fbrdXLcs6AtohG5XdxmCY4Kh2t3Z3AbqN4lcC0wR9hsaOey8ZQEVjUxaUv X-Received: by 2002:a17:906:351b:: with SMTP id r27mr52307662eja.120.1574890979840; Wed, 27 Nov 2019 13:42:59 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574890979; cv=none; d=google.com; s=arc-20160816; b=llw0I/sufm45YVIJC4JooW86GTzCdDCCzflju9bcGy1/9oFL7l1r+LkopFDOXuSk5d Jm8F+AJX6AYMbsx5+0czcsbKzItlb2jrbl2g+RLxXzwjevhsxwydmxLwXY1olJzKZaqW grz+Y64fYBcuOVJ079SYiQlYpYPkBTVeBknUNGOj0iaTxSDDHeDaopOTvcgxUMxlSbt0 NJRVxmqfVtgPKXVOeiith32wGG7Pw+yyozxExuSBmkz0U0S7z7efrQ8oChVQIkoI3HtY 2SgGL8olGydsmgtxighP1mGN6/4m0PEHZtEu9LoKG47vynx5innSYCRQYfMnyLnU/ml7 F8rA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=JGbWlhdaThSCTdECJg0/FD0UhwbOKzrXm9zNCyGigvM=; b=IV8SAgDVpdFCyKp4Tkuh+oTiWR/Kt/6MfJfqck/3NhnjldZcPgjSV1nSKBzosVewD+ cr7LnI3pHqfoGO2TxctWtErZ660lVbd91P8epE+y546uZ36aCl+SklXjTgkzJaioNY0T O/8FWAV7OQbIb9REoR4cIpnpWDjpUJ/41yMYm7F1VUdnhGDwfr0BTkLVDzOUI1U8NM/e pUr8SUGXqa177zctbaQuQtqmn0cqTwYCBb0B6sVxbJP5CutSmhI+SOq+xKLOijushSqH S6Eu/VZhOE/2Ut9P54paUokSIPwxhBEvbVSt0JxVtZJoL+0v+gh3Il66eyVukQHBaEiM 6Pcw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=yKLRy0+R; 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 i12si10476665edr.198.2019.11.27.13.42.36; Wed, 27 Nov 2019 13:42:59 -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; dkim=pass header.i=@kernel.org header.s=default header.b=yKLRy0+R; 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 S1729393AbfK0Vk0 (ORCPT + 99 others); Wed, 27 Nov 2019 16:40:26 -0500 Received: from mail.kernel.org ([198.145.29.99]:50036 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729376AbfK0UnA (ORCPT ); Wed, 27 Nov 2019 15:43:00 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1BC622178F; Wed, 27 Nov 2019 20:42:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574887379; bh=MrLJ86T+smoGDf0HCCf+yJ1xZ8hW11ko/jhzYVfFags=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=yKLRy0+RJyegMyOpuhm5B7GHOBLS6RBWDNhWVQfWFtDKc0n5KDAA0WTlm3BkATTSH VdYtFbEtdcO7eRUddZxcrBc9HAORubcofO9bsUe90qMcgUPAdv2V6IeXC/BJnM4jOl s1VjIhOYOZLUtTrSuflJKsuFEHYv+kH7qliH1b+Q= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Valentin Schneider , "Peter Zijlstra (Intel)" , Dietmar.Eggemann@arm.com, Linus Torvalds , Thomas Gleixner , patrick.bellasi@arm.com, vincent.guittot@linaro.org, Ingo Molnar , Sasha Levin Subject: [PATCH 4.9 088/151] sched/fair: Dont increase sd->balance_interval on newidle balance Date: Wed, 27 Nov 2019 21:31:11 +0100 Message-Id: <20191127203036.925029909@linuxfoundation.org> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191127203000.773542911@linuxfoundation.org> References: <20191127203000.773542911@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Valentin Schneider [ Upstream commit 3f130a37c442d5c4d66531b240ebe9abfef426b5 ] When load_balance() fails to move some load because of task affinity, we end up increasing sd->balance_interval to delay the next periodic balance in the hopes that next time we look, that annoying pinned task(s) will be gone. However, idle_balance() pays no attention to sd->balance_interval, yet it will still lead to an increase in balance_interval in case of pinned tasks. If we're going through several newidle balances (e.g. we have a periodic task), this can lead to a huge increase of the balance_interval in a very small amount of time. To prevent that, don't increase the balance interval when going through a newidle balance. This is a similar approach to what is done in commit 58b26c4c0257 ("sched: Increment cache_nice_tries only on periodic lb"), where we disregard newidle balance and rely on periodic balance for more stable results. Signed-off-by: Valentin Schneider Signed-off-by: Peter Zijlstra (Intel) Cc: Dietmar.Eggemann@arm.com Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: patrick.bellasi@arm.com Cc: vincent.guittot@linaro.org Link: http://lkml.kernel.org/r/1537974727-30788-2-git-send-email-valentin.schneider@arm.com Signed-off-by: Ingo Molnar Signed-off-by: Sasha Levin --- kernel/sched/fair.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index d8afae1bd5c5e..b765a58cf20f1 100644 --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c @@ -7950,13 +7950,22 @@ static int load_balance(int this_cpu, struct rq *this_rq, sd->nr_balance_failed = 0; out_one_pinned: + ld_moved = 0; + + /* + * idle_balance() disregards balance intervals, so we could repeatedly + * reach this code, which would lead to balance_interval skyrocketting + * in a short amount of time. Skip the balance_interval increase logic + * to avoid that. + */ + if (env.idle == CPU_NEWLY_IDLE) + goto out; + /* tune up the balancing interval */ if (((env.flags & LBF_ALL_PINNED) && sd->balance_interval < MAX_PINNED_INTERVAL) || (sd->balance_interval < sd->max_interval)) sd->balance_interval *= 2; - - ld_moved = 0; out: return ld_moved; } -- 2.20.1