Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp3733715ybv; Tue, 25 Feb 2020 06:26:12 -0800 (PST) X-Google-Smtp-Source: APXvYqzCOaKF+ScMyYVEo0BmEhDWdNs+1xTIUQawA1Vo146Yf8azXuSxNPkZHGo2jX51MtD3zDYX X-Received: by 2002:a05:6808:643:: with SMTP id z3mr3699020oih.19.1582640772142; Tue, 25 Feb 2020 06:26:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582640772; cv=none; d=google.com; s=arc-20160816; b=avAnQo9afWL6nEmVJhBOFsgyVYjumM+Pi+Umwc3MoBHzpaO43XkIywOXi+lto/L+Vx EcmkrPJurXJOrXcZCYKlCae9YryvtPRQBFRHNNn1caKhcyvdEbyfvP7Gnbu98YW/cE5F wgwvuiq9KYXvE3Q/4RCMcJdCaVcZ/43A0yrUn9UHfYyXCKS5CXcgw0Ey+Dm+eaDabo34 15AeRetkCBUTCsax6APfFceKJkMvLVUfscviS1L5LiaiywERNC89/K65FO485m/zlFqf ZeGr4zlDJlKMgZad6fe1oAh0VwF1QuSupGAucyRItVr2/b4OtfY/RJB0bq8lBICfjbWc PFog== 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=zyvh/7aXBvhd2mTZUcnfhmSjgmK5w0PVwZM5M42i93c=; b=KCDXcZ+udoxNdcj9r+xRNtcJTmq5eB9TgD75F/QeFQuza23FDP1+Vo6ZyxmpjRQbZU 6+Jt35eO8YiZlo3QMUnVZkbGX67uNpD7pmcZQvjHzoElDatj+e/wsEvpFplgry310AkN /l/hW/HLfSh/s5EVjhXeIHCvU//udIdafYJAc14jaYv84vpAYVfxxuZWuq0qgCeGoAvi lyLOfVSInnra5uoNVOha/f1d2a6WUqnlzjUSTz7BVpMvnMFuVEpzg7xdWfz+5Orc4VZz CIukrYwPkKn3QAxHDPSj1j0Q8RqhI3Z1Q6akSoJm42tNhVJnFyeE0BF0Jo7j0Ea4hV8j i/ig== 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 b191si7093809oii.266.2020.02.25.06.25.59; Tue, 25 Feb 2020 06:26:12 -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 S1730673AbgBYOYf (ORCPT + 99 others); Tue, 25 Feb 2020 09:24:35 -0500 Received: from outbound-smtp05.blacknight.com ([81.17.249.38]:38356 "EHLO outbound-smtp05.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729721AbgBYOYf (ORCPT ); Tue, 25 Feb 2020 09:24:35 -0500 Received: from mail.blacknight.com (pemlinmail04.blacknight.ie [81.17.254.17]) by outbound-smtp05.blacknight.com (Postfix) with ESMTPS id 15E90CCA65 for ; Tue, 25 Feb 2020 14:24:33 +0000 (GMT) Received: (qmail 7086 invoked from network); 25 Feb 2020 14:24:32 -0000 Received: from unknown (HELO techsingularity.net) (mgorman@techsingularity.net@[84.203.18.57]) by 81.17.254.9 with ESMTPSA (AES256-SHA encrypted, authenticated); 25 Feb 2020 14:24:32 -0000 Date: Tue, 25 Feb 2020 14:24:30 +0000 From: Mel Gorman To: Vincent Guittot Cc: Ingo Molnar , Peter Zijlstra , Juri Lelli , Dietmar Eggemann , Steven Rostedt , Ben Segall , Valentin Schneider , Phil Auld , Hillf Danton , LKML Subject: Re: [PATCH 00/13] Reconcile NUMA balancing decisions with the load balancer v6 Message-ID: <20200225142430.GC3466@techsingularity.net> References: <20200224095223.13361-1-mgorman@techsingularity.net> <20200224151641.GA24316@gmail.com> <20200225115901.GB3466@techsingularity.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: 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 On Tue, Feb 25, 2020 at 02:28:16PM +0100, Vincent Guittot wrote: > > > > Will do. > > > > However I noticed that "sched/fair: Fix find_idlest_group() to handle > > CPU affinity" did not make it to tip/sched/core. Peter seemed to think it > > was fine. Was it rejected or is it just sitting in Peter's queue somewhere? > > The patch has already reached mainline through tip/sched-urgent-for-linus > Bah, I pasted the wrong subject. I am thinking of your patch "sched/fair: fix statistics for find_idlest_group" -- https://lore.kernel.org/lkml/20200218144534.4564-1-vincent.guittot@linaro.org/ It still appears to be relevant or did I miss something else? -- Mel Gorman SUSE Labs