From mboxrd@z Thu Jan 1 00:00:00 1970 From: Davidlohr Bueso Subject: Re: [PATCH 11/11] x86/mm, pat: convert pat tree to generic interval tree Date: Mon, 21 Oct 2019 16:24:23 -0700 Message-ID: <20191021232423.s24x5go2ozjbvtvy@linux-p48b> References: <20191003201858.11666-1-dave@stgolabs.net> <20191003201858.11666-12-dave@stgolabs.net> <20191007153339.GA95072@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Content-Disposition: inline In-Reply-To: <20191007153339.GA95072@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: Ingo Molnar Cc: akpm@linux-foundation.org, walken@google.com, peterz@infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, dri-devel@lists.freedesktop.org, linux-rdma@vger.kernel.org, Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org, Davidlohr Bueso List-Id: dri-devel@lists.freedesktop.org On Mon, 07 Oct 2019, Ingo Molnar wrote: >I suppose this will be carried in -mm? I've just sent out a new patchset for -tip that only modified the pat tree. It seems that this series will at least take some more time due to the mmu_notifier rework being done - and there was some worries about the corner case details. I think it makes sense to just port the pat tree to the current interval tree machineary and just be done with all this. Any future versions of this series would require a trivial two liner for pat. Thanks, Davidlohr