From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 17049C43381 for ; Tue, 19 Mar 2019 17:56:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DC54420811 for ; Tue, 19 Mar 2019 17:56:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1553018201; bh=tjp0SsFl9thEqEjmKhXPi8SQ6eM9/xr7wxqxxgMlHsQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=zpIhoMuqoplALlAY/q4lwHMUG1LDgzMJB+87mj7+UOzNy6nAq7SE8qTcIu9pGLnvj h+LjoaY7NO1t8X/J79uOJGtR+xssQEFwzjGpC0WrNDSFb9YJzPTfYNLFRkm6/QWbpH TeorKwBug89qxdRiPZD/ljghVm9tjbLhBhcshWAo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726926AbfCSR4l (ORCPT ); Tue, 19 Mar 2019 13:56:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:58536 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726860AbfCSR4l (ORCPT ); Tue, 19 Mar 2019 13:56:41 -0400 Received: from akpm3.svl.corp.google.com (unknown [104.133.8.65]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id C383B3A59; Tue, 19 Mar 2019 17:56:38 +0000 (UTC) Date: Tue, 19 Mar 2019 10:56:37 -0700 From: Andrew Morton To: Nicolas Boichat Cc: Vlastimil Babka , Will Deacon , Robin Murphy , Christoph Lameter , Pekka Enberg , David Rientjes , Joonsoo Kim , Michal Hocko , Mel Gorman , Levin Alexander , Huaisheng Ye , Mike Rapoport , linux-arm Mailing List , iommu@lists.linux-foundation.org, lkml , linux-mm@kvack.org, Yong Wu , Matthias Brugger , Tomasz Figa , Yingjoe Chen , hch@infradead.org, Matthew Wilcox , Hsin-Yi Wang , stable@vger.kernel.org, Joerg Roedel Subject: Re: [PATCH v6 0/3] iommu/io-pgtable-arm-v7s: Use DMA32 zone for page tables Message-Id: <20190319105637.4949b00b854e955d61c0359d@linux-foundation.org> In-Reply-To: References: <20181210011504.122604-1-drinkcat@chromium.org> <20190111102155.in5rctq5krs4ewfi@8bytes.org> <789fb2e6-0d80-b6de-adf3-57180a50ec3e@suse.cz> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, 19 Mar 2019 15:41:43 +0800 Nicolas Boichat wrote: > On Mon, Feb 25, 2019 at 8:23 AM Nicolas Boichat wrote: > > > > On Thu, Feb 14, 2019 at 1:12 AM Vlastimil Babka wrote: > > > > > > On 1/22/19 11:51 PM, Nicolas Boichat wrote: > > > > Hi Andrew, > > > > > > > > On Fri, Jan 11, 2019 at 6:21 PM Joerg Roedel wrote: > > > >> > > > >> On Wed, Jan 02, 2019 at 01:51:45PM +0800, Nicolas Boichat wrote: > > > >> > Does anyone have any further comment on this series? If not, which > > > >> > maintainer is going to pick this up? I assume Andrew Morton? > > > >> > > > >> Probably, yes. I don't like to carry the mm-changes in iommu-tree, so > > > >> this should go through mm. > > > > > > > > Gentle ping on this series, it seems like it's better if it goes > > > > through your tree. > > > > > > > > Series still applies cleanly on linux-next, but I'm happy to resend if > > > > that helps. > > > > > > Ping, Andrew? > > > > Another gentle ping, I still don't see these patches in mmot[ms]. Thanks. > > Andrew: AFAICT this still applies cleanly on linux-next/master, so I > don't plan to resend... is there any other issues with this series? > > This is a regression, so it'd be nice to have it fixed in mainline, eventually. Sorry, seeing "iommu" and "arm" made these escape my gimlet eye. I'm only seeing acks on [1/3]. What's the review status of [2/3] and [3/3]?