Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp5238173ybv; Mon, 17 Feb 2020 15:34:42 -0800 (PST) X-Google-Smtp-Source: APXvYqxOrQevPxNspigxzZhnxdQE9R/LTF1Nd5o2b+5eJnsNLMoTcC9lXwTjDdM37r+ZmiU6ViHG X-Received: by 2002:aca:d4c1:: with SMTP id l184mr945730oig.172.1581982482240; Mon, 17 Feb 2020 15:34:42 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581982482; cv=none; d=google.com; s=arc-20160816; b=rg2BZu88pxa8N3xhJCioY8CmGt/4CBz22VMGH6lxpTThGe1h730dlVBZf8MMhdHYfz YXaAIFJIk/ves32+/rGw13aaNvVPBfaLIVjoS2d1f6IhNvNNmPWoTp8wzMNbPau5xE6z Ei1aucf5M5F4tab3qSC2oRQa0ZEmypxCht31+AP3iXOB6ZKub9d13/Xm+iwkH1XEIKYa PUV+0BDbXYAUQWRDM9A3fnl1KOzmDRjdkNFH4IWJF8Jxkwvtg/FtZcjVu/FQo3WQONme jGisc2shteyZMdxOUZet1ns3MhTyddV0JPN27PqVTBPipQWAh+heuUkXn3h4WzG8NjwH UtPA== 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=c9tFfOh6f8Y3LrPdQqgOnHMtxS/aqapOJLLMNGoBErk=; b=sZg7vze/4zMWPtVo7f+/9NTAaPw/orUENzm2xQibbKk06Eu2miXZwLUQ3bfPiUgjOe DMHJpmsSAbAguvQbCQeKAYCrl4A5f7VWbDNqDWyujs6ERsToa0OWre21NITCrutWcJx+ Ie9bHJ5A1T+7zGXUxQW3DZFt5vpJPmpq4W8DVfLueJ8kOjgJdlJy7ZspclOb3tFVnttM +loeayv/sGLVcPIcVqZrJM85H2bHDn0kFeQnCMhrvaoe/DCM7HJgF+TFSQ/clGX5Yp6W oqOI2mlRr5XoQprq3/jVmMCpJCwnWwoJS4D0y/Vwpqiuc4g7YI/wqECM2X7/B7EvIu1Z mODA== 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 j6si931569otp.17.2020.02.17.15.34.29; Mon, 17 Feb 2020 15:34:42 -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 S1726190AbgBQXeT (ORCPT + 99 others); Mon, 17 Feb 2020 18:34:19 -0500 Received: from foss.arm.com ([217.140.110.172]:42814 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726047AbgBQXeT (ORCPT ); Mon, 17 Feb 2020 18:34:19 -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 EB81F30E; Mon, 17 Feb 2020 15:34:18 -0800 (PST) Received: from e107158-lin (e107158-lin.cambridge.arm.com [10.1.195.21]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 814E13F703; Mon, 17 Feb 2020 15:34:17 -0800 (PST) Date: Mon, 17 Feb 2020 23:34:15 +0000 From: Qais Yousef To: Valentin Schneider Cc: Ingo Molnar , Peter Zijlstra , Steven Rostedt , Pavan Kondeti , Dietmar Eggemann , Juri Lelli , Vincent Guittot , Ben Segall , Mel Gorman , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] sched/rt: cpupri_find: implement fallback mechanism for !fit case Message-ID: <20200217233413.pzwod3y4y6tl3ogh@e107158-lin> References: <20200214163949.27850-1-qais.yousef@arm.com> <20200214163949.27850-2-qais.yousef@arm.com> <3feb31bb-3412-b38c-07a3-136433c87e66@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <3feb31bb-3412-b38c-07a3-136433c87e66@arm.com> User-Agent: NeoMutt/20171215 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/17/20 17:07, Valentin Schneider wrote: > Just a drive-by comment; could you split that code move into its own patch? > It'd make the history a bit easier to read IMO. Hmm I don't see how it would help the history. In large series with big churn splitting helps to facilitate review, but I don't think reviewing this patch is hard because of creating the new function. And git-blame will have this patch all over the new function, so people who care to know the reason of the split will land at the right place directly without any extra level of indirection. Thanks -- Qais Yousef