Message ID | 20200629061840.4065483-1-keescook@chromium.org (mailing list archive) |
---|---|
Headers | show |
Series | Warn on orphan section placement | expand |
Hi Kees, On Sun, Jun 28, 2020 at 11:18:23PM -0700, Kees Cook wrote: > v4: > - explicitly add .ARM.attributes > - split up arm64 changes into separate patches > - split up arm changes into separate patches > - work around Clang section generation bug in -mbranch-protection > - work around Clang section generation bug in KASAN and KCSAN > - split "common" ELF sections out of STABS_DEBUG > - changed relative position of .comment > - add reviews/acks What's the plan with this series? I thought it might have landed during the merge window, but I can't even seem to find it in next. Anything else you need on the arm64 side? Will
On Fri, Aug 21, 2020 at 05:02:38PM +0100, Will Deacon wrote: > Hi Kees, > > On Sun, Jun 28, 2020 at 11:18:23PM -0700, Kees Cook wrote: > > v4: > > - explicitly add .ARM.attributes > > - split up arm64 changes into separate patches > > - split up arm changes into separate patches > > - work around Clang section generation bug in -mbranch-protection > > - work around Clang section generation bug in KASAN and KCSAN > > - split "common" ELF sections out of STABS_DEBUG > > - changed relative position of .comment > > - add reviews/acks > > What's the plan with this series? I thought it might have landed during the > merge window, but I can't even seem to find it in next. Anything else you > need on the arm64 side? I need to rebase/refresh -- the plan is for it to go via -tip (based on what Ingo said). I'm working on a v6 right now.