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 03969C433F5 for ; Sun, 6 Feb 2022 06:26:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229952AbiBFG0J (ORCPT ); Sun, 6 Feb 2022 01:26:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43582 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbiBFG0H (ORCPT ); Sun, 6 Feb 2022 01:26:07 -0500 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0DCB4C06173B for ; Sat, 5 Feb 2022 22:26:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1644128766; x=1675664766; h=date:from:to:cc:subject:message-id:mime-version; bh=/Lhh0wW/LQwt/1cmzY0kFHz+f4LfCk2xi6GgPFT+eZI=; b=eqq00xoxADtTlZkdwElToSBiwyaTO7AbNhbmfa6RlWjSnmNY54XY0+20 KxbM4GBRAD2oRuckEgO3dgdNiQdeanfExzs3OHQBvzLA/7k5cegvSBu02 ClTu1bKmsaTNyUafxV14NS7SfqQOzEm3bM24YP+zxlrcRtbDMZ3s6VazG CKGZcI8w3EXW9gxwglBtKKFQssjapiZ4aAm8qJfBi1z/F+Td2L/JiCzky kZ46cUf6g895pJtWFD29Uk973gfAopVSwqlEqbQfU/QTpe/Wb5pqNu4mA 6W+j+62XS8KIgESfxNx3F0haFpqp25ndFgtjn949eQOJPO3xe3vkSavqy g==; X-IronPort-AV: E=McAfee;i="6200,9189,10249"; a="229205874" X-IronPort-AV: E=Sophos;i="5.88,347,1635231600"; d="scan'208";a="229205874" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2022 22:26:05 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.88,347,1635231600"; d="scan'208";a="481234025" Received: from lkp-server01.sh.intel.com (HELO 276f1b88eecb) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 05 Feb 2022 22:26:04 -0800 Received: from kbuild by 276f1b88eecb with local (Exim 4.92) (envelope-from ) id 1nGazr-000Zxx-In; Sun, 06 Feb 2022 06:26:03 +0000 Date: Sun, 6 Feb 2022 14:25:29 +0800 From: kernel test robot To: Randy Dunlap Cc: kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Michael Ellerman Subject: ERROR: start_text address is c000000000000200, should be c000000000000100 Message-ID: <202202061401.2RjuoIUu-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Randy, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 90c9e950c0def5c354b4a6154a2ddda3e5f214ac commit: 47c258d71ebfc832a760a1dc6540cf3c33968023 powerpc/head_check: use stdout for error messages date: 6 months ago config: powerpc64-randconfig-r004-20220206 (https://download.01.org/0day-ci/archive/20220206/202202061401.2RjuoIUu-lkp@intel.com/config) compiler: powerpc64-linux-gcc (GCC) 11.2.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=47c258d71ebfc832a760a1dc6540cf3c33968023 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 47c258d71ebfc832a760a1dc6540cf3c33968023 # save the config file to linux build tree mkdir build_dir COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=powerpc SHELL=/bin/bash If you fix the issue, kindly add following tag as appropriate Reported-by: kernel test robot All errors (new ones prefixed by >>): >> ERROR: start_text address is c000000000000200, should be c000000000000100 >> ERROR: try to enable LD_HEAD_STUB_CATCH config option >> ERROR: see comments in arch/powerpc/tools/head_check.sh --- 0-DAY CI Kernel Test Service, Intel Corporation https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org