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 ACDA3C6FD1D for ; Thu, 30 Mar 2023 04:15:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229800AbjC3EPe (ORCPT ); Thu, 30 Mar 2023 00:15:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50070 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229517AbjC3EPa (ORCPT ); Thu, 30 Mar 2023 00:15:30 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CF5985277 for ; Wed, 29 Mar 2023 21:15:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1680149729; x=1711685729; h=date:from:to:cc:subject:message-id:mime-version; bh=jbi6Z3Jr9sEUcjkvqner98IBij81vo1clPwD4R/LS78=; b=AY/klift0IzXHfFCfcXI5lUZRWvClCCAGhQsQIPf2u8KdlwWy/QOdNnJ 8Xzh5FMhi0QZiiQqjmdu6WNw5pmySuodG03p8WRXnosywPX29hJWw/SBq 8RbpEBQNnD1FFS8XOKa3iRYhdPBSEF90/KSqt7sBqfe7U02RBkP0ADrRC pSljy8euw53H8bSqfZesl/7WqXU8Z19lJlSY9ZWVHggO0QkpIA5MnPSCx LxkIOzGMy9JDxmNno8E3gs8qUVyLuwRUIiiwbnG48i/s4XrVokrzXaNjK AYE6iWM6+pM7712i9xYsIzJ08SE23ernx2UZeLy/rgXfboAw2tBnZGYT3 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10664"; a="339787036" X-IronPort-AV: E=Sophos;i="5.98,301,1673942400"; d="scan'208";a="339787036" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Mar 2023 21:15:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10664"; a="717157598" X-IronPort-AV: E=Sophos;i="5.98,301,1673942400"; d="scan'208";a="717157598" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 29 Mar 2023 21:15:28 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1phjh9-000KJw-1r; Thu, 30 Mar 2023 04:15:27 +0000 Date: Thu, 30 Mar 2023 12:15:21 +0800 From: kernel test robot To: Max Filippov Cc: oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org Subject: xtensa-linux-ld: section .start VMA [00000000d1000000,00000000d1000007] overlaps section .image VMA [00000000d0003000,00000000d12232af] Message-ID: <202303301228.XrFgOQyu-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 Hi Max, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: ffe78bbd512166e0ef1cc4858010b128c510ed7d commit: 725aea873261e8d986e527838fde2a721f0962d8 xtensa: enable KCSAN date: 11 months ago config: xtensa-randconfig-r016-20230327 (https://download.01.org/0day-ci/archive/20230330/202303301228.XrFgOQyu-lkp@intel.com/config) compiler: xtensa-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://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=725aea873261e8d986e527838fde2a721f0962d8 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 725aea873261e8d986e527838fde2a721f0962d8 # 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=xtensa olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=xtensa SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202303301228.XrFgOQyu-lkp@intel.com/ All errors (new ones prefixed by >>): >> xtensa-linux-ld: section .start VMA [00000000d1000000,00000000d1000007] overlaps section .image VMA [00000000d0003000,00000000d12232af] -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests