From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3EAD03D60; Wed, 16 Aug 2023 22:01:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 60DCEC433C8; Wed, 16 Aug 2023 22:01:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692223318; bh=UUEYl5HxoSScFuWiDblQhxwz1ZMb/pQYtbWQP+cA2eg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mzhhZBrdLkDYrFA8xJ72K20M7OC88H5TSa9hS2L0i5T6JJ0YIpbHlA0McRhYXzWn2 8bDPQskKDcGnOwlpmAPrwmug7W2uRytVo3pM9VxGHL0LDzbfsfPI4iJxBSxnccOSh3 CX1ZVXE6QR5x7LuNCfsd4fG54FtffTe/gNTqoY36ZRmc1uf5ROun6UvI15n+Te0TDC PJdqX1NfQRO9ZkoJR69B+GLh+KdUQnBfnpNCYxevZvO9yZ67HFBtj6C+qdhqGtPet3 TTCG+Q24+sK5cUxckv0TMYlbGgWiMPoMx9gfKGH/mcNDVHi91n+jyLfAu/xvvK4wn9 06+DaUJ0Ikw4Q== Date: Wed, 16 Aug 2023 15:01:56 -0700 From: Nathan Chancellor To: kernel test robot Cc: Keguang Zhang , llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev, linux-kernel@vger.kernel.org, Daniel Lezcano Subject: Re: ld.lld: error: version script assignment of 'LINUX_2.6' to symbol '__vdso_gettimeofday' failed: symbol not defined Message-ID: <20230816220156.GA1408221@dev-arch.thelio-3990X> References: <202308170532.zxFFv25c-lkp@intel.com> Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202308170532.zxFFv25c-lkp@intel.com> On Thu, Aug 17, 2023 at 05:15:55AM +0800, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > head: 4853c74bd7ab7fdb83f319bd9ace8a08c031e9b6 > commit: e738521a11f13e40af89f66527e59306c4169782 clocksource/drivers/loongson1: Move PWM timer to clocksource framework > date: 8 weeks ago > config: mips-randconfig-r012-20230817 (https://download.01.org/0day-ci/archive/20230817/202308170532.zxFFv25c-lkp@intel.com/config) > compiler: clang version 17.0.0 (https://github.com/llvm/llvm-project.git 4a5ac14ee968ff0ad5d2cc1ffa0299048db4c88a) > reproduce: (https://download.01.org/0day-ci/archive/20230817/202308170532.zxFFv25c-lkp@intel.com/reproduce) > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > the same patch/commit), kindly add following tags > | Reported-by: kernel test robot > | Closes: https://lore.kernel.org/oe-kbuild-all/202308170532.zxFFv25c-lkp@intel.com/ > > All errors (new ones prefixed by >>): > > >> ld.lld: error: version script assignment of 'LINUX_2.6' to symbol '__vdso_gettimeofday' failed: symbol not defined I fail to see why the robot landed on this change as the cause of this error but regardless, I have sent a patch to clear it up: https://lore.kernel.org/20230816-mips-vdso-cond-export-__vdso_gettimeofday-v1-1-fe725254c782@kernel.org/ Cheers, Nathan