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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 C2A6EC636C9 for ; Mon, 19 Jul 2021 09:05:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AF586608FE for ; Mon, 19 Jul 2021 09:05:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236152AbhGSIY3 (ORCPT ); Mon, 19 Jul 2021 04:24:29 -0400 Received: from mga01.intel.com ([192.55.52.88]:53499 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234867AbhGSIYY (ORCPT ); Mon, 19 Jul 2021 04:24:24 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10049"; a="232785434" X-IronPort-AV: E=Sophos;i="5.84,251,1620716400"; d="scan'208";a="232785434" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2021 01:43:01 -0700 X-IronPort-AV: E=Sophos;i="5.84,251,1620716400"; d="scan'208";a="468349775" Received: from shao2-debian.sh.intel.com (HELO [10.239.13.11]) ([10.239.13.11]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Jul 2021 01:43:00 -0700 Subject: Re: [kbuild-all] Re: [linux-chenxing:mstar_v5_14_rebase_i2_drm 257/349] drivers/clk/mstar/clk-msc313-mux.c:27:2: error: implicit declaration of function 'regmap_field_read'; did you mean 'regmap_field_write'? To: Daniel Palmer , kernel test robot Cc: kbuild-all@lists.01.org, Linux Kernel Mailing List References: <202107190200.Z2RoQoYz-lkp@intel.com> From: Rong Chen Message-ID: <4280701c-4051-89a5-c280-4765193d518e@intel.com> Date: Mon, 19 Jul 2021 16:42:57 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 7/19/21 1:17 PM, Daniel Palmer wrote: > On Mon, 19 Jul 2021 at 03:52, kernel test robot wrote: >> tree: git://github.com/linux-chenxing/linux.git mstar_v5_14_rebase_i2_drm > Is it possible to stop this bot from building branches that don't make > any sense? Hi Daniel, Thanks for the advice, we'll stop testing such 'rebase' branches. Best Regards, Rong Chen > This branch for example was a work branch for reverse engineering the > display hardware and has a lot of junk in it. > > Cheers, > > Daniel