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 6714CD3ABE7 for ; Sat, 6 Dec 2025 03:19:55 +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=F8eVA7Zvpdp0Qq+uIagNeEWMxDbeErFj760TKCSQNAM=; b=g2/vnFTEJ4BUyb MhYYxlcHpdP/jCUPiuof4PxW9nvK7P13EjyeXPoB64Ccj89hUDIqmsCOoCTwXg2y9QTKLeZ4k7ctn a1fq34ZdMEyATL+mMbMIA48aWjsi0mM6hIiwQCS19YACs4TB/As6/uVJ011rYbtBNL3Z/BTgDB7W8 L3MTF0B6mA5CbMR+kUo5ReWU/Qi7xmGMNGdcyloQL5nuXDRCsUmAylMWWEB+4N4JT04p9G9z/0bCd 9HqOtC2Tcs5SCSQ4F1q+q0Cq0xAAbWp06u0Oon71P92Sb57BhY7So9+BZ3MhffTkmWRke2BBr5Qms s/7PQ71LUj6F5fsgmkrQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vRipk-0000000AWsA-2mi9; Sat, 06 Dec 2025 03:19:44 +0000 Received: from mgamail.intel.com ([198.175.65.14]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vRiph-0000000AWrk-31G2; Sat, 06 Dec 2025 03:19:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1764991182; x=1796527182; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=5gH637Pes04sa8dca3MnyEjtJ4p46PyN8XeJW2eyJ/s=; b=End4kVXZYaL1FtOQNiCI1f8LFRDc2ta0KZ4tBAMsjy+TV97hX+yD9u20 Fn0eMiYKj6aFbApH55j6M+4GSXYfZ1BG7ASlXE38gwbgeCqqF6d1IRROd UQoUfwc8iiWEfV9rLaaAx/7SQpC9D5P8nzIRq5c5/Dyw+wg8mgJFkOxKn 9coDDDyN5X9MGYLYADRbbcdIiaczRoZAa51f2Yz4ysNO8T7De64iWMAle l1fbM9Hjta8EAS/Mrc44l7Z7QrdylyhM5eM3zelvJTPnXMD39MyIE1OKU qUspaVdOglewgaCLrKJdScSKIlJ3luFywR9U76Jjk2EU/fUxHAcsenrSn A==; X-CSE-ConnectionGUID: OtIXD5uPTHGEPVvIenLbkQ== X-CSE-MsgGUID: IrTPpenhR9SkAupvJzMaig== X-IronPort-AV: E=McAfee;i="6800,10657,11633"; a="70877767" X-IronPort-AV: E=Sophos;i="6.20,253,1758610800"; d="scan'208";a="70877767" Received: from orviesa004.jf.intel.com ([10.64.159.144]) by orvoesa106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Dec 2025 19:19:40 -0800 X-CSE-ConnectionGUID: /FlQIMuHQ6WB1l5Y0IpOnA== X-CSE-MsgGUID: 1rZPUzLrShiRQVuphcTEzw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.20,253,1758610800"; d="scan'208";a="199929287" Received: from lkp-server01.sh.intel.com (HELO 4664bbef4914) ([10.239.97.150]) by orviesa004.jf.intel.com with ESMTP; 05 Dec 2025 19:19:36 -0800 Received: from kbuild by 4664bbef4914 with local (Exim 4.98.2) (envelope-from ) id 1vRipZ-00000000Fob-2I6r; Sat, 06 Dec 2025 03:19:33 +0000 Date: Sat, 6 Dec 2025 11:18:45 +0800 From: kernel test robot To: Jian Hu , Jerome Brunet , Xianwei Zhao , Chuan Liu , Neil Armstrong , Kevin Hilman , Stephen Boyd , Michael Turquette , robh+dt , Rob Herring Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, Jian Hu , devicetree , linux-clk , linux-amlogic , linux-kernel , linux-arm-kernel Subject: Re: [PATCH v6 4/5] clk: meson: t7: add support for the T7 SoC PLL clock Message-ID: <202512061054.wsIzRCCd-lkp@intel.com> References: <20251204053635.1234150-5-jian.hu@amlogic.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20251204053635.1234150-5-jian.hu@amlogic.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20251205_191941_825368_61FD6F9F X-CRM114-Status: GOOD ( 10.51 ) X-BeenThere: linux-amlogic@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-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org Hi Jian, kernel test robot noticed the following build errors: [auto build test ERROR on clk/clk-next] [also build test ERROR on linus/master v6.18 next-20251205] [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/Jian-Hu/dt-bindings-clock-add-Amlogic-T7-PLL-clock-controller/20251204-135351 base: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next patch link: https://lore.kernel.org/r/20251204053635.1234150-5-jian.hu%40amlogic.com patch subject: [PATCH v6 4/5] clk: meson: t7: add support for the T7 SoC PLL clock config: arm64-randconfig-003-20251206 (https://download.01.org/0day-ci/archive/20251206/202512061054.wsIzRCCd-lkp@intel.com/config) compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 14bf95b06a18b9b59c89601cbc0e5a6f2176b118) reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20251206/202512061054.wsIzRCCd-lkp@intel.com/reproduce) 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/202512061054.wsIzRCCd-lkp@intel.com/ All errors (new ones prefixed by >>): >> ld.lld: error: undefined symbol: meson_clk_mpll_ops >>> referenced by t7-pll.c >>> drivers/clk/meson/t7-pll.o:(.compoundliteral.51) in archive vmlinux.a >>> referenced by t7-pll.c >>> drivers/clk/meson/t7-pll.o:(.compoundliteral.59) in archive vmlinux.a >>> referenced by t7-pll.c >>> drivers/clk/meson/t7-pll.o:(.compoundliteral.67) in archive vmlinux.a >>> referenced 1 more times >>> did you mean: meson_clk_pll_ops >>> defined in: vmlinux.a(drivers/clk/meson/clk-pll.o) -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic