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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A90F5C64EC4 for ; Fri, 10 Mar 2023 14:11:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231847AbjCJOL0 (ORCPT ); Fri, 10 Mar 2023 09:11:26 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33548 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231819AbjCJOKt (ORCPT ); Fri, 10 Mar 2023 09:10:49 -0500 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7206D64B15; Fri, 10 Mar 2023 06:10:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678457434; x=1709993434; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=rj8ShkwGMKGCTeEvOru9sLAnbOwvgvSzBx5VX7jvKgs=; b=HH1OHkqrSEVLnDGU/5EdoUUo40/T4rgvdWYD3hx033k67mCP1JIWrQkG +9wn7aGHd4J2MDmzJGPZYjYXWbZ1G2ukbw08EP16ufxmo4tS9waoP4TRV 5XrNJSo3PebGAONECM8poQ/fz/z+uRUiJ1dIowgvSJzIEKDfdzi3cwLIo 613EbfAI4Ls5Tc+NvcTsOPnv78cLEbvRoyezvWBeB5CKM2I9NwA+DJUwi YvnEttzTMfTFLDMMKoOYE/aQBpgOD2sEn5mT89SR829rq4Rt7xSm/AvUc MbM7rtBoZStbBDJmCe+x25VbcXtL+NAoRgTbH6xdkI8me13xpB4rMi+xs Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10645"; a="401593017" X-IronPort-AV: E=Sophos;i="5.98,249,1673942400"; d="scan'208";a="401593017" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Mar 2023 06:10:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10645"; a="710289477" X-IronPort-AV: E=Sophos;i="5.98,249,1673942400"; d="scan'208";a="710289477" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 10 Mar 2023 06:10:20 -0800 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1padRs-0003u9-0M; Fri, 10 Mar 2023 14:10:20 +0000 Date: Fri, 10 Mar 2023 22:09:51 +0800 From: kernel test robot To: Jack Zhu , Mauro Carvalho Chehab , Maxime Ripard , Rob Herring , Krzysztof Kozlowski , Robert Foss , Todor Tomov , Philipp Zabel , Laurent Pinchart , Jernej Skrabec , Andrzej Pietrasiewicz , Hans Verkuil , Eugen Hristev Cc: oe-kbuild-all@lists.linux.dev, linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, jack.zhu@starfivetech.com, changhuang.liang@starfivetech.com Subject: Re: [PATCH v2 6/6] media: starfive: Add Starfive Camera Subsystem driver Message-ID: <202303102215.Q4YaTkrU-lkp@intel.com> References: <20230310120553.60586-7-jack.zhu@starfivetech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230310120553.60586-7-jack.zhu@starfivetech.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jack, I love your patch! Yet something to improve: [auto build test ERROR on media-tree/master] [also build test ERROR on robh/for-next linus/master v6.3-rc1 next-20230310] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://git-scm.com/docs/git-format-patch#_base_tree_information] url: https://github.com/intel-lab-lkp/linux/commits/Jack-Zhu/media-dt-bindings-Add-bindings-for-JH7110-Camera-Subsystem/20230310-200747 base: git://linuxtv.org/media_tree.git master patch link: https://lore.kernel.org/r/20230310120553.60586-7-jack.zhu%40starfivetech.com patch subject: [PATCH v2 6/6] media: starfive: Add Starfive Camera Subsystem driver config: i386-randconfig-a001 (https://download.01.org/0day-ci/archive/20230310/202303102215.Q4YaTkrU-lkp@intel.com/config) compiler: gcc-11 (Debian 11.3.0-8) 11.3.0 reproduce (this is a W=1 build): # https://github.com/intel-lab-lkp/linux/commit/99a31fd3820a2d95b0d0f381491c473975e0b068 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Jack-Zhu/media-dt-bindings-Add-bindings-for-JH7110-Camera-Subsystem/20230310-200747 git checkout 99a31fd3820a2d95b0d0f381491c473975e0b068 # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=i386 olddefconfig make W=1 O=build_dir ARCH=i386 prepare If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303102215.Q4YaTkrU-lkp@intel.com/ All errors (new ones prefixed by >>): >> error: include/uapi/linux/stf_isp_ioctl.h: missing "WITH Linux-syscall-note" for SPDX-License-Identifier make[2]: *** [scripts/Makefile.headersinst:63: usr/include/linux/stf_isp_ioctl.h] Error 1 make[2]: Target '__headers' not remade because of errors. make[1]: *** [Makefile:1394: headers] Error 2 make[1]: Target 'prepare' not remade because of errors. make: *** [Makefile:242: __sub-make] Error 2 make: Target 'prepare' not remade because of errors. -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests