From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qg0-f42.google.com (mail-qg0-f42.google.com [209.85.192.42]) by kanga.kvack.org (Postfix) with ESMTP id C110E6B0038 for ; Thu, 24 Jul 2014 11:46:58 -0400 (EDT) Received: by mail-qg0-f42.google.com with SMTP id j5so3474194qga.15 for ; Thu, 24 Jul 2014 08:46:58 -0700 (PDT) Received: from mail-qa0-x22d.google.com (mail-qa0-x22d.google.com [2607:f8b0:400d:c00::22d]) by mx.google.com with ESMTPS id o3si11611850qat.117.2014.07.24.08.46.53 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Jul 2014 08:46:53 -0700 (PDT) Received: by mail-qa0-f45.google.com with SMTP id cm18so3110417qab.18 for ; Thu, 24 Jul 2014 08:46:53 -0700 (PDT) Date: Thu, 24 Jul 2014 11:46:48 -0400 From: Jerome Glisse Subject: Re: mmu_notifier: preparatory patches for hmm and or iommuv2 v6 Message-ID: <20140724154646.GB2951@gmail.com> References: <1405622809-3797-1-git-send-email-j.glisse@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1405622809-3797-1-git-send-email-j.glisse@gmail.com> Sender: owner-linux-mm@kvack.org List-ID: To: linux-kernel@vger.kernel.org, linux-mm@kvack.org, akpm@linux-foundation.org Cc: Linus Torvalds , joro@8bytes.org, Mel Gorman , "H. Peter Anvin" , Peter Zijlstra , Andrea Arcangeli , Johannes Weiner , Larry Woodman , Rik van Riel , Dave Airlie , Brendan Conoboy , Joe Donohue , Duncan Poole , Sherry Cheung , Subhash Gutti , John Hubbard , Mark Hairgrove , Lucien Dunning , Cameron Buschardt , Arvind Gopalakrishnan , Shachar Raindel , Liran Liss , Roland Dreier , Ben Sander , Greg Stoner , John Bridgman , Michael Mantor , Paul Blinzer , Laurent Morichetti , Alexander Deucher , Oded Gabbay On Thu, Jul 17, 2014 at 02:46:46PM -0400, j.glisse@gmail.com wrote: > Nutshell few patches to improve mmu_notifier : > - patch 1/3 allow to free resources when mm_struct is destroy. > - patch 2/3 provide context informations to mmu_notifier listener. > - patch 3/3 pass vma to range_start/range_end to avoid duplicate > vma lookup inside the listener. > > I restricted myself to set of less controversial patches and i believe > i have addressed all comments that were previously made. Thanks again > for all feedback, i hope this version is the good one. > > This is somewhat of a v5 but i do not include core hmm with those > patches. So previous discussion thread : > v1 http://www.spinics.net/lists/linux-mm/msg72501.html > v2 http://www.spinics.net/lists/linux-mm/msg74532.html > v3 http://www.spinics.net/lists/linux-mm/msg74656.html > v4 http://www.spinics.net/lists/linux-mm/msg75401.html > v5 http://www.spinics.net/lists/linux-mm/msg75875.html > Anyone willing to review this ? Or is there no objection ? I would really appreciate to know where i am standing on those 3 patches. Cheers, Jerome -- 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