From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:43892 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756088AbdJQLQh (ORCPT ); Tue, 17 Oct 2017 07:16:37 -0400 Date: Tue, 17 Oct 2017 12:16:42 +0100 From: Will Deacon To: gregkh@linuxfoundation.org Cc: akpm@linux-foundation.org, kirill.shutemov@linux.intel.com, paulmck@linux.vnet.ibm.com, peterz@infradead.org, rruigrok@codeaurora.org, stable@vger.kernel.org, torvalds@linux-foundation.org, ynorov@caviumnetworks.com Subject: Re: FAILED: patch "[PATCH] mm: page_vma_mapped: ensure pmd is loaded with READ_ONCE" failed to apply to 4.13-stable tree Message-ID: <20171017111641.GB14051@arm.com> References: <1508074833164147@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1508074833164147@kroah.com> Sender: stable-owner@vger.kernel.org List-ID: On Sun, Oct 15, 2017 at 03:40:33PM +0200, gregkh@linuxfoundation.org wrote: > > The patch below does not apply to the 4.13-stable tree. > If someone wants it applied there, or to any other stable or longterm > tree, then please email the backport, including the original git commit > id to . Just to save anybody else from backporting this, I submitted a version for 4.13 just now: https://lkml.org/lkml/2017/10/17/380 Will