From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:45198 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751952AbcBXCZi (ORCPT ); Tue, 23 Feb 2016 21:25:38 -0500 Date: Tue, 23 Feb 2016 18:25:37 -0800 From: Greg KH To: Jiri Slaby Cc: stable , "luto@kernel.org" , hpa@linux.intel.com, Ingo Molnar Subject: Re: [stable 3.10] x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers Message-ID: <20160224022537.GA25588@kroah.com> References: <56C48191.1060704@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56C48191.1060704@suse.cz> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Feb 17, 2016 at 03:20:01PM +0100, Jiri Slaby wrote: > Hi, > > please put: > commit 425be5679fd292a3c36cb1fe423086708a99f11a > Author: Andy Lutomirski > Date: Fri May 22 16:15:47 2015 -0700 > > x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers > > into 3.10. I cannot boot 3.10.* without that at all. I have: > $ gcc --version > gcc (SUSE Linux) 4.8.5 > $ as --version > GNU assembler (GNU Binutils; devel:gcc / SLE-12) 2.26.20160125-238 > > You can cherry-pick e4037eb7c531a6687704ecf1b24c66ac25ad3ab6 from > stable-3.12 directly. It is a backport that applies cleanly as well to 3.10. Now applied, thanks. greg k-h