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 9CB6FC433EF for ; Sun, 29 May 2022 14:54:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230480AbiE2Oyt (ORCPT ); Sun, 29 May 2022 10:54:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229907AbiE2Oys (ORCPT ); Sun, 29 May 2022 10:54:48 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9640F93476 for ; Sun, 29 May 2022 07:54:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1653836087; x=1685372087; h=date:from:to:cc:subject:message-id:mime-version; bh=g42OSt55RshNZX376pV48g4FOU4+F/GIqEJhU5EeFCg=; b=G5uP6jWMBl4M54OjwK8LLNZtApVZlk1bH20RamPZ0d/sOGTZWL5ErhYb 8RNOI5L6XJ9Mfvtm32Mn9YuQ7hrztwKl3L8LWiYuTqGZ61kGmkHoXupj0 HJNC66wJIajqdSrige19UkuwkbwttSc/3wYfVK1Jc6O/jmQHz3BwBdlOF k8h9APLPfcMmD8Pi8/X8M/zLWznPv3O7XqXe3OtXAO80JiGdt3FP+nSEV avAzrqkDxuyapb135saIOqj3m5Ai6t/yR+G0K9KJRwcsepzLhPrJhe79c EEzfqKLG3zSmS5803Epd6hkrRRAUS4+4Own6BYkz80ba2nyU0NsubdYZ5 g==; X-IronPort-AV: E=McAfee;i="6400,9594,10361"; a="255296869" X-IronPort-AV: E=Sophos;i="5.91,260,1647327600"; d="scan'208";a="255296869" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 May 2022 07:54:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,260,1647327600"; d="scan'208";a="632300781" Received: from lkp-server01.sh.intel.com (HELO 60dabacc1df6) ([10.239.97.150]) by fmsmga008.fm.intel.com with ESMTP; 29 May 2022 07:54:45 -0700 Received: from kbuild by 60dabacc1df6 with local (Exim 4.95) (envelope-from ) id 1nvKJZ-00015C-6f; Sun, 29 May 2022 14:54:45 +0000 Date: Sun, 29 May 2022 22:54:28 +0800 From: kernel test robot To: Ryan Lee Cc: llvm@lists.linux.dev, kbuild-all@lists.01.org, linux-kernel@vger.kernel.org, Mark Brown Subject: ld.lld: error: assignment to symbol init_pg_end does not converge Message-ID: <202205292206.HGk4JbY2-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 tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 664a393a2663a0f62fc1b18157ccae33dcdbb8c8 commit: b58581136770569d2ee4300b10c7c0d76bb86250 ASoC: max98396: add amplifier driver date: 5 weeks ago config: arm64-randconfig-r011-20220529 (https://download.01.org/0day-ci/archive/20220529/202205292206.HGk4JbY2-lkp@intel.com/config) compiler: clang version 15.0.0 (https://github.com/llvm/llvm-project 0fbe3f3f486e01448121f7931a4ca29fac1504ab) 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 arm64 cross compiling tool for clang build # apt-get install binutils-aarch64-linux-gnu # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b58581136770569d2ee4300b10c7c0d76bb86250 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout b58581136770569d2ee4300b10c7c0d76bb86250 # 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=arm64 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: assignment to symbol init_pg_end does not converge -- 0-DAY CI Kernel Test Service https://01.org/lkp