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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 04EB1C4332F for ; Sat, 28 Oct 2023 20:58:29 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 3C5D3A4A; Sat, 28 Oct 2023 22:57:37 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 3C5D3A4A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1698526707; bh=2xdmOX1+nYScj0V27GtRPbDInoXKHqK1zJN9coZYscc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-Id: List-Archive:List-Help:List-Owner:List-Post:List-Subscribe: List-Unsubscribe:From; b=Eej8hsDzB4Y9Wy++nqH3vhDBX9Ilkic6oOAvgZArCCzbH9MD6Lu1yI6bN3lpo7E0O eTfvx0wtzz4LIvcUsCHNBQg6UyVTrTWdyi9o7FoDWG0vsYF3JfG8RQGpkxz5aHiwLu BG5RfcAJQyLj32YqgdFYpGmaVpdemhV0iXYCZ/lY= Received: by alsa1.perex.cz (Postfix, from userid 50401) id 224E6F8020D; Sat, 28 Oct 2023 22:57:05 +0200 (CEST) Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id 8647DF8019B; Sat, 28 Oct 2023 22:57:05 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id CA5D1F8019B; Sat, 28 Oct 2023 22:56:57 +0200 (CEST) Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 728F0F8012B for ; Sat, 28 Oct 2023 22:56:46 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 728F0F8012B Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=A+I3PLLN DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1698526608; x=1730062608; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=2xdmOX1+nYScj0V27GtRPbDInoXKHqK1zJN9coZYscc=; b=A+I3PLLN+ce4rD1CClwU/bLxFaSjJWEFyzGHYt4/9Z2imZ5dn+zojaaJ KXZEjq4im8Y/cs6MQBnOdfIm+kQBrO6qMHlOtyNp3FUwO1XrJVmWllQDR tKZpheMWaWj9xFiludDdGq79+aSPI61j7Vqh/FP1RUc0NUTMggygEUYqz Ad2BUIwNxQ7Y5y0KU17RYCTy2NCnRDTYYc5ZplaaZV2sfyBlPCcri8aVM Ziu2/biY6cqst4saehvwZnEJ8Dd2u5sN5WXURpRv5KM9CxgcqjmXQ3dfL NBRNfGV2s8oWldy1TimBkwGjjb3h7M1CB5Se0u2/hMQuuJh1gP8bRrggZ A==; X-IronPort-AV: E=McAfee;i="6600,9927,10877"; a="452168108" X-IronPort-AV: E=Sophos;i="6.03,259,1694761200"; d="scan'208";a="452168108" Received: from orviesa002.jf.intel.com ([10.64.159.142]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Oct 2023 13:56:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.03,259,1694761200"; d="scan'208";a="1106760" Received: from lkp-server01.sh.intel.com (HELO 8917679a5d3e) ([10.239.97.150]) by orviesa002.jf.intel.com with ESMTP; 28 Oct 2023 13:56:02 -0700 Received: from kbuild by 8917679a5d3e with local (Exim 4.96) (envelope-from ) id 1qwqMG-000C4y-38; Sat, 28 Oct 2023 20:56:36 +0000 Date: Sun, 29 Oct 2023 04:56:10 +0800 From: kernel test robot To: Baojun Xu , broonie@kernel.org, lgirdwood@gmail.com, perex@perex.cz Cc: oe-kbuild-all@lists.linux.dev, pierre-louis.bossart@linux.intel.com, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, kevin-lu@ti.com, shenghao-ding@ti.com, baojun.xu@ti.com, peeyush@ti.com, navada@ti.com, tiwai@suse.de Subject: Re: [PATCH v3] ASoC: tas2783: Add source files for tas2783 driver. Message-ID: <202310290433.ay15yHii-lkp@intel.com> References: <20231028092409.96813-1-baojun.xu@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231028092409.96813-1-baojun.xu@ti.com> Message-ID-Hash: CJB52BQVMKDTQWUXUXWYX3MDUVF7B3HK X-Message-ID-Hash: CJB52BQVMKDTQWUXUXWYX3MDUVF7B3HK X-MailFrom: lkp@intel.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hi Baojun, kernel test robot noticed the following build errors: [auto build test ERROR on broonie-sound/for-next] [also build test ERROR on linus/master v6.6-rc7 next-20231027] [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/Baojun-Xu/ASoC-tas2783-Add-source-files-for-tas2783-driver/20231028-172643 base: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next patch link: https://lore.kernel.org/r/20231028092409.96813-1-baojun.xu%40ti.com patch subject: [PATCH v3] ASoC: tas2783: Add source files for tas2783 driver. config: mips-allyesconfig (https://download.01.org/0day-ci/archive/20231029/202310290433.ay15yHii-lkp@intel.com/config) compiler: mips-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231029/202310290433.ay15yHii-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/202310290433.ay15yHii-lkp@intel.com/ All errors (new ones prefixed by >>): arch/mips/kernel/head.o: in function `__kernel_entry': (.text+0x0): relocation truncated to fit: R_MIPS_26 against `kernel_entry' arch/mips/kernel/head.o: in function `smp_bootstrap': (.ref.text+0xd8): relocation truncated to fit: R_MIPS_26 against `start_secondary' init/main.o: in function `set_reset_devices': main.c:(.init.text+0x10): relocation truncated to fit: R_MIPS_26 against `_mcount' main.c:(.init.text+0x18): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc' init/main.o: in function `debug_kernel': main.c:(.init.text+0x50): relocation truncated to fit: R_MIPS_26 against `_mcount' main.c:(.init.text+0x58): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc' init/main.o: in function `quiet_kernel': main.c:(.init.text+0x90): relocation truncated to fit: R_MIPS_26 against `_mcount' main.c:(.init.text+0x98): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc' init/main.o: in function `warn_bootconfig': main.c:(.init.text+0xd0): relocation truncated to fit: R_MIPS_26 against `_mcount' main.c:(.init.text+0xd8): relocation truncated to fit: R_MIPS_26 against `__sanitizer_cov_trace_pc' init/main.o: in function `init_setup': main.c:(.init.text+0x108): additional relocation overflows omitted from the output mips-linux-ld: sound/soc/codecs/tas2783-sdw.o: in function `tas2783_calibration.isra.0': >> tas2783-sdw.c:(.text.tas2783_calibration.isra.0+0x50): undefined reference to `efi' >> mips-linux-ld: tas2783-sdw.c:(.text.tas2783_calibration.isra.0+0x80): undefined reference to `efi' -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki