Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755622AbbGVDUJ (ORCPT ); Tue, 21 Jul 2015 23:20:09 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:48418 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754334AbbGVDUI (ORCPT ); Tue, 21 Jul 2015 23:20:08 -0400 Date: Tue, 21 Jul 2015 20:20:07 -0700 From: Greg Kroah-Hartman To: Donald Parsons Cc: linux-kernel , Andrew Morton Subject: Re: [PATCH 4.0 00/58] 4.0.9-stable review Message-ID: <20150722032007.GA6056@kroah.com> References: <1437498807.5718.15.camel@falcon.homelinux.org> <20150721181358.GA20131@kroah.com> <1437512551.5718.19.camel@falcon.homelinux.org> <20150721211041.GA22064@kroah.com> <1437516846.5718.25.camel@falcon.homelinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1437516846.5718.25.camel@falcon.homelinux.org> User-Agent: Mutt/1.5.23+102 (2ca89bed6448) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2355 Lines: 61 On Tue, Jul 21, 2015 at 06:14:06PM -0400, Donald Parsons wrote: > On Tue, 2015-07-21 at 14:10 -0700, Greg Kroah-Hartman wrote: > > > Andrew Morton (1): > > > arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug > > > > > > which must be it. Added Andrew to cc as he hopefully knows the > > answer to your question. > > > > You can dig through git to find it pretty easily... > > > > Anyway, given that the 4.0 release I'm doing at the moment is the last > > one, and it's end-of-life, this is a bit late and isn't going to > > matter much. People should be on 4.1 already. > > Okay. But just in case. I had to learn about git and do a checkout. > > git log v4.1-rc8 arch/x86/kvm/mmu.c shows: > > commit 5ec45a192fe6e287f0fc06d5ca4f3bd446d94803 > Author: Andrew Morton > Date: Wed Jun 10 11:15:02 2015 -0700 > > arch/x86/kvm/mmu.c: work around gcc-4.4.4 bug > > Fix this compile issue with gcc-4.4.4: > > arch/x86/kvm/mmu.c: In function 'kvm_mmu_pte_write': > arch/x86/kvm/mmu.c:4256: error: unknown field 'cr0_wp' specified > in initializer > arch/x86/kvm/mmu.c:4257: error: unknown field 'cr4_pae' specified > in initializer > arch/x86/kvm/mmu.c:4257: warning: excess elements in union > initializer > ... > > gcc-4.4.4 (at least) has issues when using anonymous unions in > initializers. > > Fixes: edc90b7dc4ceef6 ("KVM: MMU: fix SMAP virtualization") > Cc: Xiao Guangrong > Cc: Paolo Bonzini > Cc: Davidlohr Bueso > Signed-off-by: Andrew Morton > Signed-off-by: Linus Torvalds > > > Hopefully commit 5ec45a192fe6e287f0fc06d5ca4f3bd446d94803 > is what you were looking for. If not, very sorry for interrupting you. Thanks, that's exactly what I needed. I've queued it up, in the off-chance that there would be another 4.0-stable kernel, but I don't think there will be. Please move to 4.1 at this point in time. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/