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 7FDB5C001DE for ; Tue, 25 Jul 2023 10:03:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233136AbjGYKDr (ORCPT ); Tue, 25 Jul 2023 06:03:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60930 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233681AbjGYKDO (ORCPT ); Tue, 25 Jul 2023 06:03:14 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 33FFA212A for ; Tue, 25 Jul 2023 03:02:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690279358; x=1721815358; h=date:from:to:cc:subject:message-id:mime-version; bh=fZ2HNuI9cgHE0ChE7bdJgutkhB7O1yi1yHGSmKUhE64=; b=EZVO2IX5WQDWj95orb7P1MI9mfm+IL29z9DaptMRrr8iQqUxNQa0SS9j hwhiJSZ5wX/oCfSbSPWvXZDOs6XMrti92fST2mDL7ztqZLTmanqeqEfMN QyJppuj1HSlQmOeAj4l3LPOxoIB2S8YZOax5XlMEeodZWUeYdtJXOpJ3Q BHylK9mUsjT+JiLGDW4eeTix43ZQv8PcX/Uo1Q9/q7f6F5FuipHpRDOjC LMbDZdgX9VChsk4YnI7HCq4ZS8ORb5jMAwxWfXZDiXEun6V4UgbarM5/L l/5JGy6291QZgs1KMtS2XroathjrjihHXCfEMX/ozEst/4VaQmWLsc5u3 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10781"; a="366558530" X-IronPort-AV: E=Sophos;i="6.01,230,1684825200"; d="scan'208";a="366558530" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 25 Jul 2023 03:02:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10781"; a="972607891" X-IronPort-AV: E=Sophos;i="6.01,230,1684825200"; d="scan'208";a="972607891" Received: from lkp-server02.sh.intel.com (HELO 36946fcf73d7) ([10.239.97.151]) by fmsmga006.fm.intel.com with ESMTP; 25 Jul 2023 03:02:30 -0700 Received: from kbuild by 36946fcf73d7 with local (Exim 4.96) (envelope-from ) id 1qOEs9-000AWf-2Q; Tue, 25 Jul 2023 10:02:29 +0000 Date: Tue, 25 Jul 2023 18:01:32 +0800 From: kernel test robot To: Biju Das Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org, Thierry Reding , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Subject: pwm-rz-mtu3.c:undefined reference to `clk_rate_exclusive_put' Message-ID: <202307251752.vLfmmhYm-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 0b5547c51827e053cc754db47d3ec3e6c2c451d2 commit: 254d3a727421ccc935f085eaa9bae51cb6c9df25 pwm: Add Renesas RZ/G2L MTU3a PWM driver date: 5 weeks ago config: m68k-randconfig-r035-20230725 (https://download.01.org/0day-ci/archive/20230725/202307251752.vLfmmhYm-lkp@intel.com/config) compiler: m68k-linux-gcc (GCC) 12.3.0 reproduce: (https://download.01.org/0day-ci/archive/20230725/202307251752.vLfmmhYm-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/202307251752.vLfmmhYm-lkp@intel.com/ All errors (new ones prefixed by >>): m68k-linux-ld: section .rodata VMA [00002000,009a764f] overlaps section .text VMA [00000400,012a124f] m68k-linux-ld: drivers/pwm/pwm-rz-mtu3.o: in function `rz_mtu3_pwm_pm_disable': >> pwm-rz-mtu3.c:(.text+0x114): undefined reference to `clk_rate_exclusive_put' m68k-linux-ld: drivers/pwm/pwm-rz-mtu3.o: in function `rz_mtu3_pwm_probe': >> pwm-rz-mtu3.c:(.text+0x32c): undefined reference to `clk_rate_exclusive_get' >> m68k-linux-ld: pwm-rz-mtu3.c:(.text+0x380): undefined reference to `clk_rate_exclusive_put' m68k-linux-ld: pwm-rz-mtu3.c:(.text+0x400): undefined reference to `clk_rate_exclusive_put' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki