From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752645AbcADStB (ORCPT ); Mon, 4 Jan 2016 13:49:01 -0500 Received: from terminus.zytor.com ([198.137.202.10]:52377 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751842AbcADSs6 (ORCPT ); Mon, 4 Jan 2016 13:48:58 -0500 Message-ID: <568ABE76.7030005@zytor.com> Date: Mon, 04 Jan 2016 10:48:22 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Andy Lutomirski , Mingwei Shi , "Fu, Borun" , "Gross, Mark" , Andrew Lutomirski , Su Tao , Borislav Petkov , Ingo Molnar , Linus Torvalds , Brian Gerst , "linux-kernel@vger.kernel.org" , Qiuxu Zhuo , Thomas Gleixner , Denys Vlasenko , "Wang, Frank" CC: "linux-tip-commits@vger.kernel.org" Subject: Re: [tip:x86/urgent] x86/entry: Restore traditional SYSENTER calling convention References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/04/2016 10:31 AM, Andy Lutomirski wrote: > On Mon, Dec 21, 2015 at 7:10 AM, tip-bot for Andy Lutomirski > wrote: >> Commit-ID: 30bfa7b3488bfb1bb75c9f50a5fcac1832970c60 >> Gitweb: http://git.kernel.org/tip/30bfa7b3488bfb1bb75c9f50a5fcac1832970c60 >> Author: Andy Lutomirski >> AuthorDate: Wed, 16 Dec 2015 23:18:48 -0800 >> Committer: Thomas Gleixner >> CommitDate: Mon, 21 Dec 2015 16:05:01 +0100 >> >> x86/entry: Restore traditional SYSENTER calling convention > > This is still missing from Linus' tree AFAICT, and I'm a bit nervous > about it landing in 4.4 without ever showing up in a -rc. > Linus has frequently stated that if it is something that is critical enough for stable, it is critical enough for final. Linus will decide if an additional -rc is needed for that reason. -hpa