From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 3.18 04/57] vm: add VM_FAULT_SIGSEGV handling support Date: Wed, 11 Feb 2015 12:16:56 +0800 Message-ID: <20150211041656.GA26265@kroah.com> References: <20150203231211.486950145@linuxfoundation.org> <20150203231212.223123220@linuxfoundation.org> <20150211034307.GA2932@kroah.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org To: Linus Torvalds Cc: Konstantin Khlebnikov , Linux Kernel Mailing List , Stable , Jan Engelhardt , "linux-arch@vger.kernel.org" , "linux-mm@kvack.org" List-Id: linux-arch.vger.kernel.org On Tue, Feb 10, 2015 at 07:49:27PM -0800, Linus Torvalds wrote: > On Tue, Feb 10, 2015 at 7:43 PM, Greg Kroah-Hartman > wrote: > > > > Ah, nice, I missed that one. > > Ugh, to be fair, I missed it too. > > The alternative to backporting 7fb08eca4527 is to make the backport of > commit 33692f27597f use "bad_area()" instead of > "bad_area_nosemaphore()". 33692f27597f already showed up in 3.18.6, so I can't go back and change that version :( I'll just queue this one up, thanks. greg k-h -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:53757 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751029AbbBKERG (ORCPT ); Tue, 10 Feb 2015 23:17:06 -0500 Date: Wed, 11 Feb 2015 12:16:56 +0800 From: Greg Kroah-Hartman Subject: Re: [PATCH 3.18 04/57] vm: add VM_FAULT_SIGSEGV handling support Message-ID: <20150211041656.GA26265@kroah.com> References: <20150203231211.486950145@linuxfoundation.org> <20150203231212.223123220@linuxfoundation.org> <20150211034307.GA2932@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-arch-owner@vger.kernel.org List-ID: To: Linus Torvalds Cc: Konstantin Khlebnikov , Linux Kernel Mailing List , Stable , Jan Engelhardt , "linux-arch@vger.kernel.org" , "linux-mm@kvack.org" Message-ID: <20150211041656.6L0kfTE_14-AgDv15Gu7NhAMumTkwpg7pXS7q4G_P5c@z> On Tue, Feb 10, 2015 at 07:49:27PM -0800, Linus Torvalds wrote: > On Tue, Feb 10, 2015 at 7:43 PM, Greg Kroah-Hartman > wrote: > > > > Ah, nice, I missed that one. > > Ugh, to be fair, I missed it too. > > The alternative to backporting 7fb08eca4527 is to make the backport of > commit 33692f27597f use "bad_area()" instead of > "bad_area_nosemaphore()". 33692f27597f already showed up in 3.18.6, so I can't go back and change that version :( I'll just queue this one up, thanks. greg k-h