Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754500AbbHJJFv (ORCPT ); Mon, 10 Aug 2015 05:05:51 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:35649 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753754AbbHJJFt (ORCPT ); Mon, 10 Aug 2015 05:05:49 -0400 Date: Mon, 10 Aug 2015 10:05:38 +0100 From: Luis Henriques To: "Kirill A. Shutemov" Cc: Greg KH , "Kirill A. Shutemov" , Dave Hansen , 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: <20150810090538.GB11576@ares> References: <20150720212958.305CC3E9@viggo.jf.intel.com> <20150801000228.GA26014@kroah.com> <20150803103429.0A7D91F6@black.fi.intel.com> <20150803161914.GF18223@kroah.com> <20150803194055.GA15269@node.dhcp.inet.fi> <20150803203623.GB14547@kroah.com> <20150803213912.GA15778@node.dhcp.inet.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150803213912.GA15778@node.dhcp.inet.fi> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2938 Lines: 72 On Tue, Aug 04, 2015 at 12:39:13AM +0300, Kirill A. Shutemov wrote: > On Mon, Aug 03, 2015 at 01:36:23PM -0700, Greg KH wrote: > > On Mon, Aug 03, 2015 at 10:40:55PM +0300, Kirill A. Shutemov wrote: > > > On Mon, Aug 03, 2015 at 09:19:14AM -0700, Greg KH wrote: > > > > On Mon, Aug 03, 2015 at 01:34:28PM +0300, Kirill A. Shutemov wrote: > > > > > Greg KH wrote: > > > > > > 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 :) > > > > > > > > > > Here it is. > > > > > > > > > > MPX support was introduced in 3.19, so it only need to be applied to > > > > > 4.1-stable. > > > > > > > > Thanks, now applied. > > > > > > Just to make clear: we don't need MPX patch for older stables, but we > > > *do* need 6b7339f4 (mm: avoid setting up anonymous pages into file > > > mapping) to be ported into all stables. > > > > Can you provide that backport, it isn't a direct cherry-pick. > > Patches are in attach. > > 0001-mm-avoid-setting-up-anonymous-pages-3.18.patch is rebased onto v3.18. > Thanks, I'm queuing this for the 3.16 kernel as well. Cheers, -- Lu?s > 0001-mm-avoid-setting-up-anonymous-pages-3.14.patch is rebased onto v3.14, > also applies cleanly to v3.12, v3.10, v3.4, v3.2. > > 0001-mm-avoid-setting-up-anonymous-pages-2.6.32.patch is rebased onto > v2.6.32. > > Build tested for all these versions. > > -- > Kirill A. Shutemov -- 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/