From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56C06C11D30 for ; Mon, 24 Feb 2020 16:01:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 385D320828 for ; Mon, 24 Feb 2020 16:01:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727976AbgBXQBX (ORCPT ); Mon, 24 Feb 2020 11:01:23 -0500 Received: from foss.arm.com ([217.140.110.172]:39214 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727849AbgBXQBW (ORCPT ); Mon, 24 Feb 2020 11:01:22 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id EB16D1FB; Mon, 24 Feb 2020 08:01:21 -0800 (PST) Received: from e113632-lin (e113632-lin.cambridge.arm.com [10.1.194.46]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 7FC263F703; Mon, 24 Feb 2020 08:01:20 -0800 (PST) References: <20200224095223.13361-9-mgorman@techsingularity.net> <158255763157.28353.3693734020236686000.tip-bot2@tip-bot2> User-agent: mu4e 0.9.17; emacs 26.3 From: Valentin Schneider To: linux-kernel@vger.kernel.org Cc: linux-tip-commits@vger.kernel.org, Vincent Guittot , Mel Gorman , 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 In-reply-to: <158255763157.28353.3693734020236686000.tip-bot2@tip-bot2> Date: Mon, 24 Feb 2020 16:01:04 +0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 :-)