Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp3813631ybl; Mon, 26 Aug 2019 00:35:52 -0700 (PDT) X-Google-Smtp-Source: APXvYqwUXGszhhjku12wQjDZrpZSrz7dYxzQAngOMNhsLQtFz6mRuD3hwQuFYwUyQFhIerpCXU7T X-Received: by 2002:a63:5048:: with SMTP id q8mr14969868pgl.446.1566804952260; Mon, 26 Aug 2019 00:35:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566804952; cv=none; d=google.com; s=arc-20160816; b=O5hoe8OPZQY9pq+z9Rag3HO2VNLlweoA14DqesLaLkmbfZY6bEmPhrkox+Q0XO0cRI CiLjCbraEXNLmtDSe0t9wJ3mM83Sqr8/f5CaWLmDS6LaValfgHlfCkXRrgpKcHBFn5RU +fG9MsDf9swkoVOBWfVXx2DhHiwPK4UU9hgvee3FElZbgIKEYm8EyCzSdrfHpJORj3E/ sKctMHB0HdeivMEObCqrRZ4A/Wif62lMoMI4M4CehIewyr858gVGMLweBFmP9anUOVjG zbNbODo8e1Lz71PBkCYOL7QlTGdaIA+WgMOY0neM/6cc2fHAe6ieARA1Q7NBNzQiMoTB HIfw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=JTHtd2yv8UKbk0SImoNnzxksyw/gMnfQ/C30LSrU6B8=; b=0fdIGuHpM1SssjqZDh67VGsEp03mJYcU/aASuoHPGsA72Qj+qlZxQX7QEZqAV9WZ43 ENN3Dj3t618CzEbFmBLHja9J2zHK/HykeXIMWtmTJ1NwD0uU5rkQajPgbmlCPQ5zb+kQ cAJvuJKTXwIud9cnM0tZnSzQRGIKVgstDcfyzPAJI3aYW4BYRuzSXLw7c9Z/0YAFIIc6 skCCGIxt43Iv5ioRLvQenYWIaujdvIygxwGBTLigNStSKZIv4vxqSw/Tgj/C6vpnPzor 6K8nCuM7HqVV48sTfJGKu1ypIRkjj0mEG2RE/JXhrswqP/xZkU7MxeUZgt3EgkDGmdBX HX+A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t16si8842818ply.133.2019.08.26.00.35.37; Mon, 26 Aug 2019 00:35:52 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730129AbfHZHdZ (ORCPT + 99 others); Mon, 26 Aug 2019 03:33:25 -0400 Received: from verein.lst.de ([213.95.11.211]:46618 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728168AbfHZHdZ (ORCPT ); Mon, 26 Aug 2019 03:33:25 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 7878768B02; Mon, 26 Aug 2019 09:33:20 +0200 (CEST) Date: Mon, 26 Aug 2019 09:33:20 +0200 From: Christoph Hellwig To: Masahiro Yamada Cc: Christoph Hellwig , Nicolin Chen , linux-mmc , Ulf Hansson , Adrian Hunter , Robin Murphy , Marek Szyprowski , vdumpa@nvidia.com, Russell King , Catalin Marinas , Will Deacon , Chris Zankel , Max Filippov , Joerg Roedel , David Woodhouse , Tony Lindgren , Andrew Morton , Stephen Rothwell , Thierry Reding , Kees Cook , iamjoonsoo.kim@lge.com, Wolfram Sang , linux-arm-kernel , Linux Kernel Mailing List , linux-xtensa@linux-xtensa.org, iommu@lists.linux-foundation.org Subject: Re: [PATCH v2 2/2] dma-contiguous: Use fallback alloc_pages for single pages Message-ID: <20190826073320.GA11712@lst.de> References: <20190506223334.1834-1-nicoleotsuka@gmail.com> <20190506223334.1834-3-nicoleotsuka@gmail.com> <20190825011025.GA23410@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 26, 2019 at 11:05:00AM +0900, Masahiro Yamada wrote: > This is included in v5.3-rc6 > so I tested it. So there is no allocation failure, but you get I/O errors later? Does the device use a device-private CMA area? Does it work with Linux 5.2 if CONFIG_DMA_CMA is disabled?