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.4 required=3.0 tests=DATE_IN_PAST_06_12, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no 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 F02ECC433E0 for ; Mon, 29 Jun 2020 18:41:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D864520656 for ; Mon, 29 Jun 2020 18:41:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728986AbgF2Sln (ORCPT ); Mon, 29 Jun 2020 14:41:43 -0400 Received: from verein.lst.de ([213.95.11.211]:58787 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728037AbgF2Slf (ORCPT ); Mon, 29 Jun 2020 14:41:35 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id C35C168AFE; Mon, 29 Jun 2020 10:05:56 +0200 (CEST) Date: Mon, 29 Jun 2020 10:05:56 +0200 From: Christoph Hellwig To: David Rientjes Cc: Guenter Roeck , Christoph Hellwig , Geert Uytterhoeven , Marek Szyprowski , Robin Murphy , Linux IOMMU , Linux Kernel Mailing List Subject: Re: [patch] dma-pool: warn when coherent pool is depleted Message-ID: <20200629080556.GA32027@lst.de> References: <20200621211200.GA158319@roeck-us.net> 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 Sat, Jun 27, 2020 at 09:25:21PM -0700, David Rientjes wrote: > Thanks Guenter. Christoph, does it make sense to apply this patch since > there may not be an artifact left behind in the kernel log on allocation > failure by the caller? Sorry, this fell through the cracks. I've added it to the dma-mapping tree now.