Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp2973734ybt; Mon, 29 Jun 2020 11:52:09 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxSDqsQPEcQq5K+7euicYpllPnjYG9V2Hjj6fkls6kYzgDJ1uzpBjc23XB7wd8MpLe3CtOt X-Received: by 2002:a17:906:2b52:: with SMTP id b18mr15507687ejg.158.1593456729622; Mon, 29 Jun 2020 11:52:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593456729; cv=none; d=google.com; s=arc-20160816; b=I8jGA0E4A0nTp+yHGpcy9suQUGelv98T6I52+A+TRGsIro9xvu6KkOr6OIVFoFYy56 kvp7lJsXajWqaFbrf6hUeUHnq1RLfQ2BCXZfylREhdwbwM0uRa+lpk9OyWAVWBPbAsOw 2ShYehd7yUBd+PSCgqWxPlV9J5h8YMbIkAMSibAQpVIzK8UDZLX4/Glqd1tXBoclfRTG X7L+Aq92ejx3JqFMKSoBmIkyrBF2KPsysu1x3t8reyTv29nJOpcKo2MVhjiJZPb/86fk p6wuJi4IOl6nXoi6FEf0E2Br4zLQ1W28VH8arncp2mcaYPqR4IbQWUIQj3JZaCsRH5Zx 3kuQ== 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=9EbAzL+3+WUE+Z1dGYD0v+d1zvOxo46CV0Rnwj2oxlc=; b=mKSOtyH91Cyw2fEBqJTSerOl2L4UI6Pts72mEuqK7HmG8PbfSfYHQeAkMFZ/1WQi3c oRgq5uaDjiYGLj3zTScfqUZtQpzziomcmabzQCVPBjK0V+yomoW5VAghyp5f1QHlTZS5 n8IaRqw76P5Ht+Ax1gwLdE7+U9JjDhBKZaGD4Ug+y+dLo036R2CH3FNqSwI92yfllBxk peceN2qkRNMAi32G4iACCxuCc/sbmip6dl4AvVYbi9LSnvc7zxdquQcUjAM4rHfIX+Hn vg8jdFT+7TeMiH5LgVrmO/LZpj4Wcn66gy79zsbNrcXBmc/CojAMKrPxOp2LdxIcWmDN LqZg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id bv17si283998ejb.263.2020.06.29.11.51.46; Mon, 29 Jun 2020 11:52:09 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729647AbgF2Svj (ORCPT + 99 others); Mon, 29 Jun 2020 14:51:39 -0400 Received: from verein.lst.de ([213.95.11.211]:58883 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729630AbgF2Svf (ORCPT ); Mon, 29 Jun 2020 14:51:35 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 335C268B05; Mon, 29 Jun 2020 10:12:56 +0200 (CEST) Date: Mon, 29 Jun 2020 10:12:55 +0200 From: Christoph Hellwig To: Marion & Christophe JAILLET Cc: Christoph Hellwig , Guenter Roeck , Geert Uytterhoeven , Marek Szyprowski , Robin Murphy , David Rientjes , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] dma-pool: Fix too large DMA pools on medium systems Message-ID: <20200629081255.GA32155@lst.de> References: <20200608132217.29945-1-geert@linux-m68k.org> <20200620200936.GA106151@roeck-us.net> <20200624073815.GE18609@lst.de> <6473db8e-4116-c994-aa08-6b50a6c609fb@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6473db8e-4116-c994-aa08-6b50a6c609fb@wanadoo.fr> 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 Sat, Jun 27, 2020 at 06:13:43PM +0200, Marion & Christophe JAILLET wrote: > I'm sorry, but I will not send pci_ --> dma_ conversion for this driver. > I'm a bit puzzled by some choice of GFP_KERNEL and GFP_ATOMIC that not all > that obvious to me. > > I'll try to send some patches for other easier drivers in the coming weeks. No problem, I sent a patch for the conversion of the allocations that caused problems.