Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp4630274ybc; Tue, 26 Nov 2019 12:00:23 -0800 (PST) X-Google-Smtp-Source: APXvYqxHQURu97B+I7FZEGCZpPGegtqI2DZXOrubnRZ4C/XI+tbTlq9TBDxYDFTnAmRyC1u4lVaE X-Received: by 2002:a50:ed11:: with SMTP id j17mr4800856eds.38.1574798423869; Tue, 26 Nov 2019 12:00:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574798423; cv=none; d=google.com; s=arc-20160816; b=sEQqmcwEkP1GEnZM9rmDT7CpgPe2TZUMqTB0AY/DXc1e6PMBpbJds9XjejeirZc5by ronjWAOC8QA0CsJH7tO3DK06ajHOqEPcMf5ffiCWowyq7ZkfuqPhOU79vt2zCS0sGd6+ F0xOjFayKZDvsNNMQBsN3j5SspJAOVE9+3XzWQQRi5LkVZ0jGBSsF76EMvpb4M17dA8s R2iDnEak+JsiChUf2n+RCpRxdLZCVXHUqqLmsVjhlsM9Ephwk3VMhr5boLRtviQluURB 4hm5z6DAz5Ox9TXoQbpY12BcOq6R6ECMIvHAvleQiLzQZUY4IKpmCp5IumCYgHFRGQrC zQvg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=HFldHb81HPHsKd5I5i2uMA8sgNaZZAvCCKZuYFU1eJU=; b=uJ8uQrYpjmBmsomYGd0WZ77/+r1QgIiK+mc6ZrrvWtbcELjvokLhOGHZPDNzHhkUQD kLKp7ifPql6U61at5PiD5Ymu+x51/3ws6USqFkR+S+oqWOB7x7fZRIkvNiItBB4TVDY5 5DG44V9Lj5d5pHogpkWmaZ0cmJJbsVAVwEJdSCS92ge0evefb9brt881eNiYBOKDIImk 8h6zqgi0vhaa+AMTmMoj9fdpHlOeofbRjgOG3Ang/ZrKVHA8JZtDkt1467jHDm2XKR0J GzaEgyFVKIiv1IfLTpydFugDpsKecT5TSnxSSq03QwEqLrA7h+bnKHFTgV+OHDkL/7W6 bNNQ== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s2si8119428edx.148.2019.11.26.11.59.59; Tue, 26 Nov 2019 12:00:23 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727350AbfKZT4A (ORCPT + 99 others); Tue, 26 Nov 2019 14:56:00 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:57126 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726036AbfKZT4A (ORCPT ); Tue, 26 Nov 2019 14:56:00 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: gtucker) with ESMTPSA id AA72C283CEA Subject: Re: clk/clk-next bisection: boot on tegra124-nyan-big To: Stephen Boyd , Thierry Reding Cc: tomeu.vizoso@collabora.com, mgalka@collabora.com, broonie@kernel.org, matthew.hart@linaro.org, khilman@baylibre.com, enric.balletbo@collabora.com, Thierry Reding , Jonathan Hunter , linux-kernel@vger.kernel.org, Prashant Gaikwad , Peter De Schrijver , linux-tegra@vger.kernel.org, Michael Turquette , linux-clk@vger.kernel.org References: <5dd4ce40.1c69fb81.548f8.e723@mx.google.com> <53eda2aa-35d0-8776-e2cb-b6c4e8c1ff7f@collabora.com> <20191122170141.4B9BF2068F@mail.kernel.org> From: Guillaume Tucker Message-ID: <2e734116-55da-c799-58b4-14e8c02deece@collabora.com> Date: Tue, 26 Nov 2019 19:55:54 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 MIME-Version: 1.0 In-Reply-To: <20191122170141.4B9BF2068F@mail.kernel.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22/11/2019 17:01, Stephen Boyd wrote: > Quoting Guillaume Tucker (2019-11-20 00:17:28) >> On 20/11/2019 05:25, kernelci.org bot wrote: >>> Author: Thierry Reding >>> Date: Thu Jul 25 18:19:00 2019 +0200 >>> >>> clk: tegra: Reimplement SOR clock on Tegra124 >>> >>> In order to allow the display driver to deal uniformly with all SOR >>> generations, implement the SOR clocks in a way that is compatible with >>> Tegra186 and later. >>> >>> Acked-by: Stephen Boyd >>> Signed-off-by: Thierry Reding >> >> There was already a bisection last Thursday which found this >> commit, and Thierry explained that it works in linux-next thanks >> to other patches. I guess those patches are not going to be >> cherry-picked onto the clk-next branch, so this will keep failing >> until it's rebased. Is that right? >> >> If so, I can turn off bisections on clk-next for now. We need to >> have a way in KernelCI to tell that a commit has been fixed to >> cope with this kind of situation in general. >> > > I guess so. It's disappointing that a bisection hole was introduced > though. I can possibly merge something onto clk-next from the Tegra tree > to make this go away but the bisection hole will always exist. Or we can > all wait a week and not care about this problem anymore. Yes, let's just wait. I'll check next week that the issue is gone in the test reports and re-enable bisection accordingly. Guillaume