From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ig0-f174.google.com (mail-ig0-f174.google.com [209.85.213.174]) by kanga.kvack.org (Postfix) with ESMTP id 917E26B0038 for ; Wed, 1 Oct 2014 20:25:33 -0400 (EDT) Received: by mail-ig0-f174.google.com with SMTP id l13so1218586iga.7 for ; Wed, 01 Oct 2014 17:25:33 -0700 (PDT) Received: from mail-ie0-x249.google.com (mail-ie0-x249.google.com [2607:f8b0:4001:c03::249]) by mx.google.com with ESMTPS id bc4si7053804icc.72.2014.10.01.17.25.31 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 01 Oct 2014 17:25:32 -0700 (PDT) Received: by mail-ie0-f201.google.com with SMTP id rl12so220101iec.4 for ; Wed, 01 Oct 2014 17:25:31 -0700 (PDT) Date: Wed, 1 Oct 2014 17:25:30 -0700 From: Peter Feiner Subject: Re: [PATCH v2] mm: softdirty: unmapped addresses between VMAs are clean Message-ID: <20141002002530.GF7019@google.com> References: <1410391486-9106-1-git-send-email-pfeiner@google.com> <1410806438-7496-1-git-send-email-pfeiner@google.com> <20140926203326.GA12422@nhori.bos.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140926203326.GA12422@nhori.bos.redhat.com> Sender: owner-linux-mm@kvack.org List-ID: To: Naoya Horiguchi Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, "Kirill A. Shutemov" , Cyrill Gorcunov , Pavel Emelyanov , Jamie Liu , Hugh Dickins , Andrew Morton On Fri, Sep 26, 2014 at 04:33:26PM -0400, Naoya Horiguchi wrote: > Could you test and merge the following change? Many apologies for the late reply! Your email was in my spam folder :-( I see that Andrew has already merged the patch, so we're in good shape! Thanks for fixing this bug Naoya! -- 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: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752723AbaJBAZd (ORCPT ); Wed, 1 Oct 2014 20:25:33 -0400 Received: from mail-ie0-f201.google.com ([209.85.223.201]:41792 "EHLO mail-ie0-f201.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752022AbaJBAZc (ORCPT ); Wed, 1 Oct 2014 20:25:32 -0400 Date: Wed, 1 Oct 2014 17:25:30 -0700 From: Peter Feiner To: Naoya Horiguchi Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, "Kirill A. Shutemov" , Cyrill Gorcunov , Pavel Emelyanov , Jamie Liu , Hugh Dickins , Andrew Morton Subject: Re: [PATCH v2] mm: softdirty: unmapped addresses between VMAs are clean Message-ID: <20141002002530.GF7019@google.com> References: <1410391486-9106-1-git-send-email-pfeiner@google.com> <1410806438-7496-1-git-send-email-pfeiner@google.com> <20140926203326.GA12422@nhori.bos.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140926203326.GA12422@nhori.bos.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 26, 2014 at 04:33:26PM -0400, Naoya Horiguchi wrote: > Could you test and merge the following change? Many apologies for the late reply! Your email was in my spam folder :-( I see that Andrew has already merged the patch, so we're in good shape! Thanks for fixing this bug Naoya!