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 CA4C172 for ; Wed, 27 Oct 2021 16:27:34 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 244D760E73; Wed, 27 Oct 2021 16:27:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1635352054; bh=FSXRRtjpyCZH8PlGwcOJ7JmJJyqnMpsnIJ2P+auNuMM=; h=Date:From:To:Cc:Subject:From; b=Uoejj0otusLIimAHXqzNXE9xdaUfwtApOHVfAaU+z7rL/7n2NBEAcuYJok7DGdepF 4aGrGhzL5sYzHqDuHppwHOJ95xEAikjcpjrvLTwhIe90n7aqWbupR3Hl15Tp48uQms gL1XGszMxxsClIaQ53fZPOUxhshuiQhMXWWoa9udRU7VpPnq7rqv+kFwUs5nZHR8Rm FsxGYpaeZBTqqj7yb+rST+JUTUKkkseM8KyJD1XQEH8My06mOiM6rRkhgmPY2ncrF8 NwIrjYxUV50SCm9gXWHInvr+C7omPGIh0RIENvgJvddfi7uzVB1SfMPrfjtpXO+mb+ rSAZvSneMcnXg== Date: Wed, 27 Oct 2021 09:27:29 -0700 From: Nathan Chancellor To: Greg Kroah-Hartman , Sasha Levin Cc: Nick Desaulniers , Fangrui Song , stable@vger.kernel.org, llvm@lists.linux.dev Subject: Apply 091bb549f7722723b284f63ac665e2aedcf9dec9 to 4.19 Message-ID: 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 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 Cheers, Nathan