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 B2268C433F5 for ; Sun, 24 Apr 2022 09:36:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238866AbiDXJjd (ORCPT ); Sun, 24 Apr 2022 05:39:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234818AbiDXJjb (ORCPT ); Sun, 24 Apr 2022 05:39:31 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E276252AE for ; Sun, 24 Apr 2022 02:36:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650792992; x=1682328992; h=date:from:to:cc:subject:message-id:mime-version; bh=yVWJnbaG0sB2hFNjp4pMLkBq3+MaXUWajAnv4wvHH5U=; b=jSjfDwuRGKQ2OccQlD9TnpBPOm/qFORpVXgW95jBckEDzVitWWdlch1+ OLMedVULgDmGTEn28hXpAueRVoRGh9S5HszPUrKhGHELCYUsHozvkQfvF ApctBm6f8ZUwcKRxQt7xiRnjYdKEfWavmyBOP77U9tJKFqIGqEVzje8d+ PioemSzii+OgIRe0Qdkx4bYqSXZ2eAIZbXBSdUJc47a5B0G2fX2rwaHEt Dlyzlz41JLd1bETjcm5JHHGAO3c81QOyiFH1Gk6lHF3DHaOsy7p0hhmHX mUSiga2M4xrFNYP6gsOrRyrFFXB/7DWTMBWuRbPQ69rHJv6MKfle10Qv/ w==; X-IronPort-AV: E=McAfee;i="6400,9594,10326"; a="245592227" X-IronPort-AV: E=Sophos;i="5.90,286,1643702400"; d="scan'208";a="245592227" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Apr 2022 02:36:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,286,1643702400"; d="scan'208";a="649269991" Received: from lkp-server01.sh.intel.com (HELO 5056e131ad90) ([10.239.97.150]) by FMSMGA003.fm.intel.com with ESMTP; 24 Apr 2022 02:36:30 -0700 Received: from kbuild by 5056e131ad90 with local (Exim 4.95) (envelope-from ) id 1niYfO-0001FT-46; Sun, 24 Apr 2022 09:36:30 +0000 Date: Sun, 24 Apr 2022 17:36:11 +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 c000000000000500, should be c000000000000100 Message-ID: <202204241730.Ly1j4bUG-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 Randy, FYI, the error/warning still remains. tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 22da5264abf497a10a4ed629f07f4ba28a7ed5eb commit: 47c258d71ebfc832a760a1dc6540cf3c33968023 powerpc/head_check: use stdout for error messages date: 8 months ago config: powerpc64-randconfig-m031-20220424 (https://download.01.org/0day-ci/archive/20220424/202204241730.Ly1j4bUG-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 mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross W=1 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 c000000000000500, 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 https://01.org/lkp