Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754479AbbHAACe (ORCPT ); Fri, 31 Jul 2015 20:02:34 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:44115 "EHLO out1-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752157AbbHAACc (ORCPT ); Fri, 31 Jul 2015 20:02:32 -0400 X-Sasl-enc: gBIa8jkSup7ga9G6ntlmCfGLR5yx9uAONf7JEhYq9ws9 1438387350 Date: Fri, 31 Jul 2015 17:02:28 -0700 From: Greg KH To: Dave Hansen Cc: kirill.shutemov@linux.intel.com, dave.hansen@linux.intel.com, luto@amacapital.net, tglx@linutronix.de, x86@kernel.org, stable@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [4.2 fix] x86, mpx: do not set ->vm_ops on mpx VMAs Message-ID: <20150801000228.GA26014@kroah.com> References: <20150720212958.305CC3E9@viggo.jf.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150720212958.305CC3E9@viggo.jf.intel.com> 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: 1355 Lines: 35 On Mon, Jul 20, 2015 at 02:29:58PM -0700, Dave Hansen wrote: > > (sorry for the spam, I screwed up the stable@ address). > > BTW, thanks to Kirill for doing this patch! He posted it to LKML > but we need to ensure it is picked up for 4.2 and any -stable > kernels where this commit is applied: > > 6b7339f4: mm: avoid setting up anonymous pages into file mapping > > That broke MPX support because MPX sets a vma->vm_ops on an > anonymous VMA. We need this patch to make it work again, > basically removing MPX's use of ->vm_ops. Kirill made me aware > of this long ago, but I didn't double-check that his fix got > submitted and merged. > > I (Dave) fixed up a minor merge conflict and added the > try_unmap_single_bt() use of is_mpx_vma() (which were added > post-4.1). > > Note for -stable: The first hunk may not apply cleanly because of > other activity in arch/x86/mm/mmap.c, but should be trivial to > apply by hand. Hunk #5 on mpx.c is only present on 4.2-rc kernels. Can someone send a version that is known to apply, you don't want to rely on me to get it right :) 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/