Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964803Ab2HFTcE (ORCPT ); Mon, 6 Aug 2012 15:32:04 -0400 Received: from fgwmail6.fujitsu.co.jp ([192.51.44.36]:46948 "EHLO fgwmail6.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964791Ab2HFTb7 (ORCPT ); Mon, 6 Aug 2012 15:31:59 -0400 Message-ID: <50201BB5.9050005@jp.fujitsu.com> Date: Mon, 06 Aug 2012 15:32:05 -0400 From: KOSAKI Motohiro User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: jwboyer@gmail.com CC: kosaki.motohiro@gmail.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org, akpm@google.com, davej@redhat.com, mgorman@suse.de, cl@linux.com, stable@vger.kernel.org, kosaki.motohiro@jp.fujitsu.com Subject: Re: [PATCH 0/6][resend] mempolicy memory corruption fixlet References: <1339406250-10169-1-git-send-email-kosaki.motohiro@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1629 Lines: 45 On 7/31/2012 8:33 AM, Josh Boyer wrote: > On Mon, Jun 11, 2012 at 5:17 AM, wrote: >> From: KOSAKI Motohiro >> >> Hi >> >> This is trivial fixes of mempolicy meory corruption issues. There >> are independent patches each ather. and, they don't change userland >> ABIs. >> >> Thanks. >> >> changes from v1: fix some typo of changelogs s. >> >> ----------------------------------------------- >> KOSAKI Motohiro (6): >> Revert "mm: mempolicy: Let vma_merge and vma_split handle >> vma->vm_policy linkages" >> mempolicy: Kill all mempolicy sharing >> mempolicy: fix a race in shared_policy_replace() >> mempolicy: fix refcount leak in mpol_set_shared_policy() >> mempolicy: fix a memory corruption by refcount imbalance in >> alloc_pages_vma() >> MAINTAINERS: Added MEMPOLICY entry >> >> MAINTAINERS | 7 +++ >> mm/mempolicy.c | 151 ++++++++++++++++++++++++++++++++++++++++---------------- >> mm/shmem.c | 9 ++-- >> 3 files changed, 120 insertions(+), 47 deletions(-) > > I don't see these patches queued anywhere. They aren't in linux-next, > mmotm, or Linus' tree. Did these get dropped? Is the revert still > needed? Sorry. my fault. yes, it is needed. currently, Some LTP was fail since Mel's "mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages" patch. -- 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/