From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pb0-f41.google.com (mail-pb0-f41.google.com [209.85.160.41]) by kanga.kvack.org (Postfix) with ESMTP id E45476B0037 for ; Tue, 8 Oct 2013 05:02:41 -0400 (EDT) Received: by mail-pb0-f41.google.com with SMTP id rp2so8375041pbb.0 for ; Tue, 08 Oct 2013 02:02:41 -0700 (PDT) Received: by mail-la0-f53.google.com with SMTP id el20so6696300lab.12 for ; Tue, 08 Oct 2013 02:02:38 -0700 (PDT) Message-Id: <20131008090019.527108154@gmail.com> Date: Tue, 08 Oct 2013 13:00:19 +0400 From: Cyrill Gorcunov Subject: [patch 0/3] Soft dirty tracking fixes Sender: owner-linux-mm@kvack.org List-ID: To: akpm@linux-foundation.org Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org Hi! Here is a couple of fixes for soft dirty pages tracking. While first two patches are adressing issues, the last one is rather a cleanup which I've been asked to implement long ago, but I'm not sure if anyone picked it up. Please take a look, thanks! -- 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 S1755277Ab3JHJDX (ORCPT ); Tue, 8 Oct 2013 05:03:23 -0400 Received: from mail-lb0-f182.google.com ([209.85.217.182]:36014 "EHLO mail-lb0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754001Ab3JHJCj (ORCPT ); Tue, 8 Oct 2013 05:02:39 -0400 Message-Id: <20131008090019.527108154@gmail.com> User-Agent: quilt/0.60-1 Date: Tue, 08 Oct 2013 13:00:19 +0400 From: Cyrill Gorcunov To: akpm@linux-foundation.org Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: [patch 0/3] Soft dirty tracking fixes Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi! Here is a couple of fixes for soft dirty pages tracking. While first two patches are adressing issues, the last one is rather a cleanup which I've been asked to implement long ago, but I'm not sure if anyone picked it up. Please take a look, thanks!