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 074B6C43334 for ; Mon, 11 Jul 2022 16:46:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230381AbiGKQqh (ORCPT ); Mon, 11 Jul 2022 12:46:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35334 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229621AbiGKQqg (ORCPT ); Mon, 11 Jul 2022 12:46:36 -0400 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1C3743C8E7 for ; Mon, 11 Jul 2022 09:46:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1657557996; x=1689093996; h=date:from:to:cc:subject:message-id:mime-version; bh=4tDPIo4rNpickUHXLIA47y5eOyO6m3bM22Mv+eblioQ=; b=fefFZsN6Qbce0LaYoJFuc6g/e14zTfoiWPe65n8ZaKu9kD6fpC+w7hUO uxbtRifjnSUYYL5hERBZvbC+52FGNYWra0O78hXiU8ebmWEw0HFX0AXiJ W78c3Hc16D2QxYDAekiFCT96GTH4EjaANRamN8ORSTTPzDgiAc3EcJzmK owqT7AyplXQHGAGw1qsgvAr/h/mMPlTFHMsKRCVgDn7z8e15/gaI/20QO 8uC7GWGbuvWTvFOh0RUZ/BwmxFu7/pz+vXF/r1aFCQm/huB2Qm7NaCi9J MoFMkE8DUXl7rU1x8jv5L/j/qjUoZ/qhAodNpMV5+qamLIcusFtlJPgcl w==; X-IronPort-AV: E=McAfee;i="6400,9594,10405"; a="310319781" X-IronPort-AV: E=Sophos;i="5.92,263,1650956400"; d="scan'208";a="310319781" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 11 Jul 2022 09:46:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.92,263,1650956400"; d="scan'208";a="622148467" Received: from lkp-server02.sh.intel.com (HELO 8708c84be1ad) ([10.239.97.151]) by orsmga008.jf.intel.com with ESMTP; 11 Jul 2022 09:46:34 -0700 Received: from kbuild by 8708c84be1ad with local (Exim 4.95) (envelope-from ) id 1oAwYL-0000yT-Tj; Mon, 11 Jul 2022 16:46:33 +0000 Date: Tue, 12 Jul 2022 00:46:30 +0800 From: kernel test robot To: Max Filippov Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: xtensa-linux-ld: section .start VMA [00000000d1000000,00000000d1000007] overlaps section .image VMA [00000000d0003000,00000000d11159bf] Message-ID: <202207120054.9RKIZ3Kf-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: 32346491ddf24599decca06190ebca03ff9de7f8 commit: 725aea873261e8d986e527838fde2a721f0962d8 xtensa: enable KCSAN date: 2 months ago config: xtensa-randconfig-r022-20220710 (https://download.01.org/0day-ci/archive/20220712/202207120054.9RKIZ3Kf-lkp@intel.com/config) compiler: xtensa-linux-gcc (GCC) 11.3.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-11.3.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 All errors (new ones prefixed by >>): >> xtensa-linux-ld: section .start VMA [00000000d1000000,00000000d1000007] overlaps section .image VMA [00000000d0003000,00000000d11159bf] -- 0-DAY CI Kernel Test Service https://01.org/lkp