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 612E1C7EE2E for ; Tue, 13 Jun 2023 12:49:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238753AbjFMMtA (ORCPT ); Tue, 13 Jun 2023 08:49:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235210AbjFMMtA (ORCPT ); Tue, 13 Jun 2023 08:49:00 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7508DE4; Tue, 13 Jun 2023 05:48:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686660539; x=1718196539; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=4DIaRf5rR2wt24OZUbm+fHnDkQb9/kC9L8KgnQRTvrM=; b=CAHyQW2SOPC5tbRuPxtFuURDFCtdYqkg9UawoA+DxB/UF5YofSOAWIVE KlqhER3Dg9QZW8EV2JYEkzygo5Xqte+irRDBFlYQcuDARhIbTj+Wq/kS9 5L2va+vIWUD7nrrTeBB53TneqBEq16TL1QKnYS+gYBEH1V2T8iSe1O+Z0 0hMeYrqrJKDMWT90dZPg+SAw93JnJdiUjRhzqXz7DZrpMImw9lGoceaK4 yZUqJUT16YrtBkfCoPXOgeRCBAHtuVO8eRXhylxUQzpAqyBAy3Bc5iAXb q2yd1C7tJNFZzbvlJZE6GyAmqBgOU4VOx5Jkh1AZBXhNVpUC4oBAy71Pl w==; X-IronPort-AV: E=McAfee;i="6600,9927,10739"; a="358316913" X-IronPort-AV: E=Sophos;i="6.00,239,1681196400"; d="scan'208";a="358316913" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jun 2023 05:48:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10739"; a="714785617" X-IronPort-AV: E=Sophos;i="6.00,239,1681196400"; d="scan'208";a="714785617" Received: from lkp-server01.sh.intel.com (HELO 211f47bdb1cb) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 13 Jun 2023 05:48:56 -0700 Received: from kbuild by 211f47bdb1cb with local (Exim 4.96) (envelope-from ) id 1q93SB-0001M8-1M; Tue, 13 Jun 2023 12:48:55 +0000 Date: Tue, 13 Jun 2023 20:48:21 +0800 From: kernel test robot To: Frank Oltmanns , Michael Turquette , Stephen Boyd Cc: oe-kbuild-all@lists.linux.dev, Frank Oltmanns , "A.s. Dong" , Abel Vesa , Fabio Estevam , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, NXP Linux Team , Peng Fan , Pengutronix Kernel Team , Sascha Hauer , Shawn Guo Subject: Re: [PATCH v2 2/2] clk: tests: Add tests for fractional divisor approximation Message-ID: <202306132038.nUB6hmCv-lkp@intel.com> References: <20230613083626.227476-3-frank@oltmanns.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230613083626.227476-3-frank@oltmanns.dev> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Hi Frank, kernel test robot noticed the following build errors: [auto build test ERROR on v6.4-rc6] [also build test ERROR on linus/master] [cannot apply to clk/clk-next next-20230613] [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/Frank-Oltmanns/clk-fractional-divider-Improve-approximation-when-zero-based/20230613-163903 base: v6.4-rc6 patch link: https://lore.kernel.org/r/20230613083626.227476-3-frank%40oltmanns.dev patch subject: [PATCH v2 2/2] clk: tests: Add tests for fractional divisor approximation config: csky-randconfig-r011-20230612 (https://download.01.org/0day-ci/archive/20230613/202306132038.nUB6hmCv-lkp@intel.com/config) compiler: csky-linux-gcc (GCC) 12.3.0 reproduce (this is a W=1 build): mkdir -p ~/bin wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout v6.4-rc6 b4 shazam https://lore.kernel.org/r/20230613083626.227476-3-frank@oltmanns.dev # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=csky olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=csky SHELL=/bin/bash If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202306132038.nUB6hmCv-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "clk_fractional_divider_general_approximation" [drivers/clk/clk_test.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EC320C7EE2E for ; Tue, 13 Jun 2023 12:49:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=+NQ25N7NWPn/0NRqOuuxYqLtvLglk63PNxY63jOMFmQ=; b=tNR/oKxoFj20Cu y0MAekP/dhkTEKec9Xd3pEf0vt8JFL37MuRL6h3d5Pl9PceXVe053dZTE0A7mmoBVGaCLjqatyPlu +obj1B7XTJhhpCGv2zlSeCaEf8Yh1fKpTAJGKE0yIQ0RsnK4bA0Ptxw2bjOBlCeEQFGnumHDROdDe lxs9EGZwxBqVtt1PnGIlnyIsuAsSVIZChHP/EX0aH4igFAeV24TJflmRk+W5Ooy1PyPQkgQ1KArv/ 7EPwxUxabn+v5dvF4xS3aq3jtHyZOwyMZJ/4Ai5v/jyJj82lN514KFhsPnJJw7J6ZWwxOGQ3FSvoT CycpDIneOrSzaTnOo2Jg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q93SK-0085f7-2C; Tue, 13 Jun 2023 12:49:04 +0000 Received: from mga14.intel.com ([192.55.52.115]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q93SI-0085dn-0I for linux-arm-kernel@lists.infradead.org; Tue, 13 Jun 2023 12:49:03 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1686660542; x=1718196542; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=4DIaRf5rR2wt24OZUbm+fHnDkQb9/kC9L8KgnQRTvrM=; b=bUyZOK7HZwMKn/TLigCQwLOEqHXaBsXRydgXKSqNOFgSiNwSXvGFJVBi ew19xF0cweNWD2UYbvyUOKHxQcKUG9JshTUHdsAq4I4zPu1jtCbBhGMwl ioE0oIEnNVtQwY6CaLwUeFo6CyWZG/sLoL4U190U8gv9DkdhJz0nWCPg8 sTpwHJ9QzLMkuxd11WnMM6fLMyFde/5gFmHOMV8J1i4RtReZ8eAMSxdjs RM56b2+iIJh5O3msnGYCCoKS/O8lgZ1q/gVjdPO6L4DycCdlWyxd3W4M/ 71bmE1l7BQg7GKnQ7INsnrF/uqsMtTyDb4QvcToJ2q73UY84IdCUqIq6Z Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10739"; a="358316915" X-IronPort-AV: E=Sophos;i="6.00,239,1681196400"; d="scan'208";a="358316915" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Jun 2023 05:48:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10739"; a="714785617" X-IronPort-AV: E=Sophos;i="6.00,239,1681196400"; d="scan'208";a="714785617" Received: from lkp-server01.sh.intel.com (HELO 211f47bdb1cb) ([10.239.97.150]) by fmsmga007.fm.intel.com with ESMTP; 13 Jun 2023 05:48:56 -0700 Received: from kbuild by 211f47bdb1cb with local (Exim 4.96) (envelope-from ) id 1q93SB-0001M8-1M; Tue, 13 Jun 2023 12:48:55 +0000 Date: Tue, 13 Jun 2023 20:48:21 +0800 From: kernel test robot To: Frank Oltmanns , Michael Turquette , Stephen Boyd Cc: oe-kbuild-all@lists.linux.dev, Frank Oltmanns , "A.s. Dong" , Abel Vesa , Fabio Estevam , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, NXP Linux Team , Peng Fan , Pengutronix Kernel Team , Sascha Hauer , Shawn Guo Subject: Re: [PATCH v2 2/2] clk: tests: Add tests for fractional divisor approximation Message-ID: <202306132038.nUB6hmCv-lkp@intel.com> References: <20230613083626.227476-3-frank@oltmanns.dev> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230613083626.227476-3-frank@oltmanns.dev> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230613_054902_140213_15799118 X-CRM114-Status: GOOD ( 12.34 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Frank, kernel test robot noticed the following build errors: [auto build test ERROR on v6.4-rc6] [also build test ERROR on linus/master] [cannot apply to clk/clk-next next-20230613] [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/Frank-Oltmanns/clk-fractional-divider-Improve-approximation-when-zero-based/20230613-163903 base: v6.4-rc6 patch link: https://lore.kernel.org/r/20230613083626.227476-3-frank%40oltmanns.dev patch subject: [PATCH v2 2/2] clk: tests: Add tests for fractional divisor approximation config: csky-randconfig-r011-20230612 (https://download.01.org/0day-ci/archive/20230613/202306132038.nUB6hmCv-lkp@intel.com/config) compiler: csky-linux-gcc (GCC) 12.3.0 reproduce (this is a W=1 build): mkdir -p ~/bin wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross git checkout v6.4-rc6 b4 shazam https://lore.kernel.org/r/20230613083626.227476-3-frank@oltmanns.dev # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=csky olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.3.0 ~/bin/make.cross W=1 O=build_dir ARCH=csky SHELL=/bin/bash If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot | Closes: https://lore.kernel.org/oe-kbuild-all/202306132038.nUB6hmCv-lkp@intel.com/ All errors (new ones prefixed by >>, old ones prefixed by <<): >> ERROR: modpost: "clk_fractional_divider_general_approximation" [drivers/clk/clk_test.ko] undefined! -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel