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 CB1AEC77B61 for ; Thu, 27 Apr 2023 21:30:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344195AbjD0Vab (ORCPT ); Thu, 27 Apr 2023 17:30:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229508AbjD0Vab (ORCPT ); Thu, 27 Apr 2023 17:30:31 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2FF0D212C; Thu, 27 Apr 2023 14:30:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682631030; x=1714167030; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=E7BGj3Gl5g9SCm5OO2PVG1LtEWlAgM0zB1osTNxvMHw=; b=FxmgsdC5JPWD0qmnyK9p6D97xAaWHZYGrdqs9ZAHfF6A1G8G79GjVMQQ z+f9ZJ5DeZ3NUZS76Cg47dVqict1cz3qkxxyhvftfq0DxABtWD+TTFbW9 u6Ksrgn3XzjTSfavN0H3ibG4Wf3Atm4vHcSmWOjWTY7qXfSqg0THF2lzh 6EcfAWA0JVMMkMdj8bA/KIdo+c0teSTgKc88NXCd+Xlr+lx5s5Gw9JQqt 9fkqwVXNiIhudojWo5S1N/rlpioH9XHHeHK+au4E5nQ/VQPsrYZ/0+7/e KBNM9/1PLKhzOMP1dehvxbrgy5B43OO5b9dAjKsCuzvswS9BbI0PfwOrL w==; X-IronPort-AV: E=McAfee;i="6600,9927,10693"; a="345028871" X-IronPort-AV: E=Sophos;i="5.99,232,1677571200"; d="scan'208";a="345028871" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Apr 2023 14:30:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10693"; a="838570345" X-IronPort-AV: E=Sophos;i="5.99,232,1677571200"; d="scan'208";a="838570345" Received: from lkp-server01.sh.intel.com (HELO b95e16499b55) ([10.239.97.150]) by fmsmga001.fm.intel.com with ESMTP; 27 Apr 2023 14:30:27 -0700 Received: from kbuild by b95e16499b55 with local (Exim 4.96) (envelope-from ) id 1ps9C6-00008N-2M; Thu, 27 Apr 2023 21:30:26 +0000 Date: Fri, 28 Apr 2023 05:29:57 +0800 From: kernel test robot To: Bharat Bhushan , wim@linux-watchdog.org, linux@roeck-us.net, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, sgoutham@marvell.com Cc: oe-kbuild-all@lists.linux.dev, Bharat Bhushan Subject: Re: [PATCH 2/2 v4] Watchdog: Add marvell GTI watchdog driver Message-ID: <202304280541.b8a8NzCY-lkp@intel.com> References: <20230427071408.8493-2-bbhushan2@marvell.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230427071408.8493-2-bbhushan2@marvell.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Bharat, kernel test robot noticed the following build errors: [auto build test ERROR on robh/for-next] [also build test ERROR on groeck-staging/hwmon-next linus/master v6.3 next-20230427] [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/Bharat-Bhushan/Watchdog-Add-marvell-GTI-watchdog-driver/20230427-154706 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next patch link: https://lore.kernel.org/r/20230427071408.8493-2-bbhushan2%40marvell.com patch subject: [PATCH 2/2 v4] Watchdog: Add marvell GTI watchdog driver config: powerpc-allmodconfig (https://download.01.org/0day-ci/archive/20230428/202304280541.b8a8NzCY-lkp@intel.com/config) compiler: powerpc-linux-gcc (GCC) 12.1.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/86559345de78e2e9f634ba9835a63764b6f88fd5 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Bharat-Bhushan/Watchdog-Add-marvell-GTI-watchdog-driver/20230427-154706 git checkout 86559345de78e2e9f634ba9835a63764b6f88fd5 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=powerpc olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=powerpc SHELL=/bin/bash drivers/watchdog/ If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202304280541.b8a8NzCY-lkp@intel.com/ All errors (new ones prefixed by >>): >> drivers/watchdog/marvell_gti_wdt.c:13:10: fatal error: asm/arch_timer.h: No such file or directory 13 | #include | ^~~~~~~~~~~~~~~~~~ compilation terminated. vim +13 drivers/watchdog/marvell_gti_wdt.c 12 > 13 #include 14 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests