From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (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 DDF192C9F for ; Wed, 27 Oct 2021 17:13:55 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id A6042601FF; Wed, 27 Oct 2021 17:13:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1635354835; bh=5nFkFj3PXJI9L7kyUHgFHRHds1LU0rOzwg8GbYHqQUc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gpJp/TFHEcPkOE1H2svp5c74o3k34+JIcIdP41bW5qlGLlnIFGFIE2YEkzR1EKxa2 Lu44iFjO9l8Yq0imBYViA9MQKJxcd6Fhyl632Ll2P19g79zmS8toGnysHyT9rzfDQu TJjTlKzS9h927I6S3uJilKTgz3iAs1dd7r7+aask= Date: Wed, 27 Oct 2021 19:13:53 +0200 From: Greg Kroah-Hartman To: Nathan Chancellor Cc: Sasha Levin , Nick Desaulniers , Fangrui Song , stable@vger.kernel.org, llvm@lists.linux.dev Subject: Re: Apply 091bb549f7722723b284f63ac665e2aedcf9dec9 to 4.19 Message-ID: References: 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: On Wed, Oct 27, 2021 at 09:27:29AM -0700, Nathan Chancellor wrote: > Hi Greg and Sasha, > > Please apply commit 091bb549f772 ("ARM: 8819/1: Remove '-p' from > LDFLAGS") to 4.19 (and earlier if so desired). LLD 14 will remove the > '-p' flag [1] for reasons outlined in both the Linux and LLD commit, > which will cause our builds to break [2]. I have verified that it > applies cleanly back to 4.4, although we only build ARM kernels with LLD > on 4.19 and newer, so it is not strictly necessary there. > > [1]: https://github.com/llvm/llvm-project/commit/815a1207bfe121c8dcf3804a4f4638e580f63519 > [2]: https://github.com/ClangBuiltLinux/continuous-integration2/runs/4016787082?check_suite_focus=true Applied now, thanks! greg k-h