Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp2626474ybv; Mon, 24 Feb 2020 08:36:12 -0800 (PST) X-Google-Smtp-Source: APXvYqxqzn2B3lEeeOv5125CK3dx4RPs08THCcI1MlMtiR03+c91vOoTl0GpNHEJBmbfAn2aTOmk X-Received: by 2002:a9d:6301:: with SMTP id q1mr39738452otk.299.1582562172359; Mon, 24 Feb 2020 08:36:12 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582562172; cv=none; d=google.com; s=arc-20160816; b=Cs760j0/ltQy9J6fnGhdk6bZ2QtIucBm0R87dO7VFKE0eo3DNciCyirjUyWO/lde6l PUkNumCqpSPA645o1V41dxnSQUxW22mHbJC3zy2WsSTDwxwMBhvD7ycSLC6FcW+qPxla 6tvoyBiN3t7hviaVYyQntPx9K7AjloDIM/yTD/ioC+UkfhNZrt6TkGVLWbTbRNwpCchE UeyT/5sVzJX3e74KZryDsIGaVrP6nJ+ckN5OfjaR8qVMnNvSAN2S7117Fk7FB2WgjhmD lNTNybZB0iVvjMSX2xli3zRaZiZ4WNgk82YK9Ghm4P/YKKTZicvUsLgJV7yYbR+pvkCM +fWw== 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=CMxUOrDSq4ut5Lz3ZDaXgjejn5iaYNhUIQxuKASKx4w=; b=lsBtbkcAHy0PWc58LIbsHGEJo16+oo1K17m6z9uPO2cst5WJbcJ9RPtpbEMwTLn3Yl l9Z/gw2dMVLINZCJUvuVLHkters6fvKODXfB+j/VJ9FzYQHC3Fp0t+HMjpJd3JTUhVVt 9uhEffkRzqGY+YfzftfFqqf1c5rMqeFwBhVnAN8Buj7nNLWcmNrgxrQbM43ZPvpO1kDH KyjA4RoNfbfTKno/UwP1YBoCYVy0Gfl8n/qDVmquQ+Q1J67Id+zP80eWVpHaw3AbrsEJ MEzD9WFpRf+w4V9ueFbeQuHojae/o+iJ+4zUH6KeJix1GLA0138NojlsCrqd5vgdhm6n vTNA== 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 9si5323100ois.90.2020.02.24.08.36.00; Mon, 24 Feb 2020 08:36: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 S1728060AbgBXQev (ORCPT + 99 others); Mon, 24 Feb 2020 11:34:51 -0500 Received: from outbound-smtp03.blacknight.com ([81.17.249.16]:58694 "EHLO outbound-smtp03.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727299AbgBXQeu (ORCPT ); Mon, 24 Feb 2020 11:34:50 -0500 Received: from mail.blacknight.com (pemlinmail05.blacknight.ie [81.17.254.26]) by outbound-smtp03.blacknight.com (Postfix) with ESMTPS id 10999C0C07 for ; Mon, 24 Feb 2020 16:34:49 +0000 (GMT) Received: (qmail 20607 invoked from network); 24 Feb 2020 16:34:48 -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); 24 Feb 2020 16:34:48 -0000 Date: Mon, 24 Feb 2020 16:34:46 +0000 From: Mel Gorman To: Valentin Schneider Cc: linux-kernel@vger.kernel.org, linux-tip-commits@vger.kernel.org, Vincent Guittot , Ingo Molnar , Dietmar Eggemann , Peter Zijlstra , Juri Lelli , Phil Auld , Hillf Danton , x86 Subject: Re: [tip: sched/core] sched/pelt: Add a new runnable average signal Message-ID: <20200224163446.GA3466@techsingularity.net> References: <20200224095223.13361-9-mgorman@techsingularity.net> <158255763157.28353.3693734020236686000.tip-bot2@tip-bot2> 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 Mon, Feb 24, 2020 at 04:01:04PM +0000, Valentin Schneider wrote: > > tip-bot2 for Vincent Guittot writes: > > > Signed-off-by: Vincent Guittot > > Signed-off-by: Mel Gorman > > Signed-off-by: Ingo Molnar > > Reviewed-by: "Dietmar Eggemann " > > Acked-by: Peter Zijlstra > > With the fork time initialization thing being sorted out, the rest of the > runnable series can claim my > > Reviewed-by: Valentin Schneider > > but I doubt any of that is worth the hassle since it's in tip already. Just > figured I'd mention it, being in Cc and all :-) Whether the tag gets included or not, it's nice to have definite confirmation that you're ok with this version! -- Mel Gorman SUSE Labs