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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 93D12ECAAA1 for ; Sat, 17 Sep 2022 20:16:58 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4MVMfc5ngpz3c7k for ; Sun, 18 Sep 2022 06:16:56 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=Jfz1lqcW; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=intel.com (client-ip=134.134.136.100; helo=mga07.intel.com; envelope-from=lkp@intel.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=Jfz1lqcW; dkim-atps=neutral Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4MVMdt0h5Fz2xfv for ; Sun, 18 Sep 2022 06:16:12 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663445778; x=1694981778; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=Bfa9UvImNSYWty5auXAb32wOFF+iFjiOi2xLEC0h5Co=; b=Jfz1lqcWX2g9N6+R7SF5RRTMlfkMrpwSlNEapKjxID4rgQReIcTVlqBQ 2lWwaT6iAbv8BZwqUqmZoHrEzDfgeYLOQxU2EzHRObPwZHkooOz4HLUVO EdFf6EaOwqjHP5ifXmIfa+g8LfxOZBhaNeTKwoZX1tiViXWx2hLm362mL Q8+2/kAoHik//3XSIXz0Tec+VFLwvgX+5RzBGAZSRSh0kalZQuuAhti8V 55KwCjTEgliPMUA4UH0SJCQTuTxh9jFsm57/w33w/H4dWyQkTvuRzV6u6 tiHauY7UwyBIErmM42W7B/4SQqsv+a4Ym4Fk9QiMK+fO7YbkzpOH5r0Ww A==; X-IronPort-AV: E=McAfee;i="6500,9779,10473"; a="363139429" X-IronPort-AV: E=Sophos;i="5.93,323,1654585200"; d="scan'208";a="363139429" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Sep 2022 13:16:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,323,1654585200"; d="scan'208";a="651222694" Received: from lkp-server01.sh.intel.com (HELO c0a60f19fe7e) ([10.239.97.150]) by orsmga001.jf.intel.com with ESMTP; 17 Sep 2022 13:16:06 -0700 Received: from kbuild by c0a60f19fe7e with local (Exim 4.96) (envelope-from ) id 1oZeEP-0000Zh-1R; Sat, 17 Sep 2022 20:16:05 +0000 Date: Sun, 18 Sep 2022 04:15:20 +0800 From: kernel test robot To: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org, Michael Ellerman , Christophe Leroy Subject: Re: [PATCH v2 3/7] powerpc/build: move got, toc, plt, branch_lt sections to read-only Message-ID: <202209180437.4U3soljK-lkp@intel.com> References: <20220916040755.2398112-4-npiggin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220916040755.2398112-4-npiggin@gmail.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, Nicholas Piggin Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" Hi Nicholas, I love your patch! Yet something to improve: [auto build test ERROR on powerpc/next] [also build test ERROR on linus/master v6.0-rc5 next-20220916] [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/Nicholas-Piggin/powerpc-build-linker-improvements/20220916-121310 base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next config: powerpc-microwatt_defconfig (https://download.01.org/0day-ci/archive/20220918/202209180437.4U3soljK-lkp@intel.com/config) compiler: clang version 16.0.0 (https://github.com/llvm/llvm-project 791a7ae1ba3efd6bca96338e10ffde557ba83920) 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 # install powerpc cross compiling tool for clang build # apt-get install binutils-powerpc-linux-gnu # https://github.com/intel-lab-lkp/linux/commit/6c034c08f8d0addb6fecba38c9c428b1c4df7c29 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Nicholas-Piggin/powerpc-build-linker-improvements/20220916-121310 git checkout 6c034c08f8d0addb6fecba38c9c428b1c4df7c29 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=clang make.cross W=1 O=build_dir ARCH=powerpc 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 >>): >> ld.lld: error: ./arch/powerpc/kernel/vmlinux.lds:46: { expected, but got SPECIAL >>> .got : AT(ADDR(.got) - (0xc0000000 -0x00000000)) SPECIAL { >>> ^ -- 0-DAY CI Kernel Test Service https://01.org/lkp