From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Lutomirski Subject: Re: [PATCH 0/3] ABI CHANGE!!! Remove questionable remote SP reads Date: Mon, 3 Oct 2016 16:08:24 -0700 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Andy Lutomirski Cc: X86 ML , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Brian Gerst , Borislav Petkov , Jann Horn , Linux API , Linus Torvalds , Kees Cook , Tycho Andersen List-Id: linux-api@vger.kernel.org On Fri, Sep 30, 2016 at 10:58 AM, Andy Lutomirski wrote: > Jann Horn noticed that KSTK_ESP + eager task stack freeing was a bad > combination and could crash. I could very easily fix it to not > crash, but I think that using KSTK_ESP on a remote task is > questionable in general. Therefore, I propose to get rid of the > major users for 4.9. Ping! We need to decide fairly soon whether to apply these (or perhaps just patch 1 or just patches 2 and 3) for 4.9. For any parts that aren't applied, I'll send quick fixups to pin the stack in the offending code. --Andy