On Tue, Feb 16, 2021 at 10:48:10PM +0000, Alexander Lobakin wrote: > From: Kees Cook <keesc...@chromium.org> > Date: Tue, 16 Feb 2021 12:34:37 -0800 > > > Hi Linus, > > > > Please pull this Clang Link Time Optimization series for v5.12-rc1. This > > has been in linux-next for the entire last development cycle, and is > > built on the work done preparing[0] for LTO by arm64 folks, tracing folks, > > etc. This series includes the core changes as well as the remaining pieces > > for arm64 (LTO has been the default build method on Android for about > > 3 years now, as it is the prerequisite for the Control Flow Integrity > > protections). While x86 LTO support is done[1], there is still some > > on-going clean-up work happening for objtool[2] that should hopefully > > land by the v5.13 merge window. > [...] > > Seems like you forgot the fix from [0], didn't you? > [...] > > [0] https://lore.kernel.org/lkml/20210121184544.659998-1-aloba...@pm.me
Ah yes, sorry for overlooking that. I can send a follow-up PR. AIUI, it's usually better for Linus's workflow for me to build on sent PRs instead of resending. (But given the merge window disruption, we'll see what happens!) -- Kees Cook