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, URIBL_BLOCKED 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 2C67DC43381 for ; Tue, 19 Mar 2019 18:00:56 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 007A1206B7 for ; Tue, 19 Mar 2019 18:00:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="n8YIqzks" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 007A1206B7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-foundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Mime-Version:References:In-Reply-To: Message-Id:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=cx946PyT4cEtm2s/X39hS27n2G96xlnVAJweHkW1gcU=; b=n8YIqzksvn2bWl DX0neO+TeVk1wfyIrdBEsmK6GZhaPjrzKPy3Nsgmjr4qrBaWkBXgU2vUf59GtvSvFChFkq+XlIC00 KCxeqLd9EKSBY89rJZygz91MafmHJ0rFm4Jip3XcTrPT90U3OPzRgGUT1x2UBFHPGLQo8+V3j3hfF phWf3+TFHGkuKWfAdH3b0KpZYFaV+W/I9aBgUcy/2ydfHV3apQ+LftEVA08PBd8LewCukODDkCI5R HG1EuOodY77gqwpdl+1vrzHkV9cLP/P0rAoO5S22dtaTp+edvJ+kafkTHbGnEHbnOD4CZo0VdLHVH yAOtMbf6y8H6e5rXKD2w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h6J2c-0000VB-KU; Tue, 19 Mar 2019 18:00:46 +0000 Received: from mail.linuxfoundation.org ([140.211.169.12]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h6Iyf-0004ak-6s for linux-arm-kernel@lists.infradead.org; Tue, 19 Mar 2019 17:56:44 +0000 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 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190319_105641_517642_392D5A02 X-CRM114-Status: GOOD ( 19.46 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michal Hocko , Will Deacon , Levin Alexander , linux-mm@kvack.org, Christoph Lameter , Huaisheng Ye , Joerg Roedel , Matthew Wilcox , hch@infradead.org, Yong Wu , David Rientjes , Yingjoe Chen , Vlastimil Babka , Tomasz Figa , Mike Rapoport , Hsin-Yi Wang , Matthias Brugger , linux-arm Mailing List , Robin Murphy , lkml , stable@vger.kernel.org, Pekka Enberg , iommu@lists.linux-foundation.org, Joonsoo Kim , Mel Gorman Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.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]? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel