Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753080AbdFVNwK (ORCPT ); Thu, 22 Jun 2017 09:52:10 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:33528 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752098AbdFVNwJ (ORCPT ); Thu, 22 Jun 2017 09:52:09 -0400 Date: Thu, 22 Jun 2017 15:52:05 +0200 From: Frederic Weisbecker To: mingo@kernel.org, tglx@linutronix.de, hpa@zytor.com, linux-kernel@vger.kernel.org, riel@redhat.com, torvalds@linux-foundation.org, peterz@infradead.org Cc: linux-tip-commits@vger.kernel.org Subject: Re: [tip:sched/core] sched/fair: Spare idle load balancing on nohz_full CPUs Message-ID: <20170622135203.GA21172@lerouge> References: <1497838322-10913-4-git-send-email-fweisbec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 740 Lines: 18 Hi Ingo, On Thu, Jun 22, 2017 at 04:11:53AM -0700, tip-bot for Frederic Weisbecker wrote: > Commit-ID: 387bc8b5536eeb0a92f4b4ab553539eaea2ac0ba > Gitweb: http://git.kernel.org/tip/387bc8b5536eeb0a92f4b4ab553539eaea2ac0ba > Author: Frederic Weisbecker > AuthorDate: Mon, 19 Jun 2017 04:12:02 +0200 > Committer: Ingo Molnar > CommitDate: Thu, 22 Jun 2017 11:30:02 +0200 > > sched/fair: Spare idle load balancing on nohz_full CPUs Thanks for applying the series! The two other patches are indeed good but Rik and Mike have mitigated feelings about this very patch. I think we need to decouple housekeeping from nohz_full before applying it. Is it possible to set it aside for now? Thanks!