Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp356801ybt; Wed, 24 Jun 2020 00:39:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzE4iFnh8zwC5rsalVBVkMJ2iwGC4hXTw4ROwpAVB5G4GQjV24luhh+V86PkPHkGgI8osIi X-Received: by 2002:a17:906:3041:: with SMTP id d1mr24378437ejd.7.1592984363905; Wed, 24 Jun 2020 00:39:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592984363; cv=none; d=google.com; s=arc-20160816; b=u0W+Q40iOV9YuTMtLj7NKhsq4ZMrjmvaB5KoL4FfSPrDxh2n1d932LzqDklYJSwR8r Qd383aUL19PK/hKMFQbSgwWkt+nRI0D397YiwS5tyZ7GYDGC7cVAYfcF9RjGUwqCCaAZ U0N/jONBcTUZDvOeBoR/g7lJrViJbI887er/aUNMJ4MdEaTBlrW4DEneOZyWmEVDps1x wkdGWUwMaTrQoMdRaY556I73QHKXUUuANmEERRyj7vVJON8bT9xQqm8OzH3M78CJ8NDx Py2IvBB+SBSJh8uAVKiFerHa57leaZXTRwPVMtygHl5fOkyJqPCW6wLP7Vm9MeTO1E7M 3n8A== 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=31yld+sM02vNMBrAQGq6xrr03L2tcqwgroGY6kG5GBw=; b=xb2Xft1Io+l9MBOsEjfGWBF2xk4wn+9MHgfYN3pBVNWmu4Zm/23PxhLKYNsVH/QKWz PwddGS2ROGVO3NmYCmVR2KEXYa2JWI5MpRvyl6uvLaJWrtMsD6QujA9ZsjzDQYS9hSov 2HXh3n48cw5E0UVG8AS0N34LP94a5jGunbKzIlt0L7jDpFhZYX4EtQankksEimFTr9rg /SwOiZxEeub94bYDLOyBUa0omPNwGC0ZjdoQFrBFAAG4dKWkAnrpDgFTWLyV87T/17w/ bd7c4vkcekrFMc0TjKxEJxe7h3TjEp6CQrqhf/I1tEj12tLYZS02ArLxTuay0wN1Um7d 4uWg== 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 qc8si7294700ejb.150.2020.06.24.00.38.59; Wed, 24 Jun 2020 00:39:23 -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 S2389787AbgFXHiV (ORCPT + 99 others); Wed, 24 Jun 2020 03:38:21 -0400 Received: from verein.lst.de ([213.95.11.211]:43198 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389583AbgFXHiV (ORCPT ); Wed, 24 Jun 2020 03:38:21 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id BB98368B02; Wed, 24 Jun 2020 09:38:16 +0200 (CEST) Date: Wed, 24 Jun 2020 09:38:15 +0200 From: Christoph Hellwig To: Guenter Roeck Cc: Geert Uytterhoeven , Christoph Hellwig , Marek Szyprowski , Robin Murphy , David Rientjes , iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Christophe JAILLET Subject: Re: [PATCH v2] dma-pool: Fix too large DMA pools on medium systems Message-ID: <20200624073815.GE18609@lst.de> References: <20200608132217.29945-1-geert@linux-m68k.org> <20200620200936.GA106151@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200620200936.GA106151@roeck-us.net> 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 Hi Guenter, can you try the patch below? This just converts the huge allocations in mptbase to use GFP_KERNEL. Christophe (added to Cc) actually has a scripted conversion for the rest that he hasn't posted yet, so I'll aim for the minimal version here. diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c index 68aea22f2b8978..5216487db4fbea 100644 --- a/drivers/message/fusion/mptbase.c +++ b/drivers/message/fusion/mptbase.c @@ -1324,13 +1324,13 @@ mpt_host_page_alloc(MPT_ADAPTER *ioc, pIOCInit_t ioc_init) return 0; /* fw doesn't need any host buffers */ /* spin till we get enough memory */ - while(host_page_buffer_sz > 0) { - - if((ioc->HostPageBuffer = pci_alloc_consistent( - ioc->pcidev, - host_page_buffer_sz, - &ioc->HostPageBuffer_dma)) != NULL) { - + while (host_page_buffer_sz > 0) { + ioc->HostPageBuffer = + dma_alloc_coherent(&ioc->pcidev->dev, + host_page_buffer_sz, + &ioc->HostPageBuffer_dma, + GFP_KERNEL); + if (ioc->HostPageBuffer) { dinitprintk(ioc, printk(MYIOC_s_DEBUG_FMT "host_page_buffer @ %p, dma @ %x, sz=%d bytes\n", ioc->name, ioc->HostPageBuffer, @@ -2741,8 +2741,8 @@ mpt_adapter_disable(MPT_ADAPTER *ioc) sz = ioc->alloc_sz; dexitprintk(ioc, printk(MYIOC_s_INFO_FMT "free @ %p, sz=%d bytes\n", ioc->name, ioc->alloc, ioc->alloc_sz)); - pci_free_consistent(ioc->pcidev, sz, - ioc->alloc, ioc->alloc_dma); + dma_free_coherent(&ioc->pcidev->dev, sz, ioc->alloc, + ioc->alloc_dma); ioc->reply_frames = NULL; ioc->req_frames = NULL; ioc->alloc = NULL; @@ -2751,8 +2751,8 @@ mpt_adapter_disable(MPT_ADAPTER *ioc) if (ioc->sense_buf_pool != NULL) { sz = (ioc->req_depth * MPT_SENSE_BUFFER_ALLOC); - pci_free_consistent(ioc->pcidev, sz, - ioc->sense_buf_pool, ioc->sense_buf_pool_dma); + dma_free_coherent(&ioc->pcidev->dev, sz, ioc->sense_buf_pool, + ioc->sense_buf_pool_dma); ioc->sense_buf_pool = NULL; ioc->alloc_total -= sz; } @@ -2802,7 +2802,7 @@ mpt_adapter_disable(MPT_ADAPTER *ioc) "HostPageBuffer free @ %p, sz=%d bytes\n", ioc->name, ioc->HostPageBuffer, ioc->HostPageBuffer_sz)); - pci_free_consistent(ioc->pcidev, ioc->HostPageBuffer_sz, + dma_free_coherent(&ioc->pcidev->dev, ioc->HostPageBuffer_sz, ioc->HostPageBuffer, ioc->HostPageBuffer_dma); ioc->HostPageBuffer = NULL; ioc->HostPageBuffer_sz = 0; @@ -4497,7 +4497,8 @@ PrimeIocFifos(MPT_ADAPTER *ioc) ioc->name, sz, sz, num_chain)); total_size += sz; - mem = pci_alloc_consistent(ioc->pcidev, total_size, &alloc_dma); + mem = dma_alloc_coherent(&ioc->pcidev->dev, total_size, + &alloc_dma, GFP_KERNEL); if (mem == NULL) { printk(MYIOC_s_ERR_FMT "Unable to allocate Reply, Request, Chain Buffers!\n", ioc->name); @@ -4574,8 +4575,8 @@ PrimeIocFifos(MPT_ADAPTER *ioc) spin_unlock_irqrestore(&ioc->FreeQlock, flags); sz = (ioc->req_depth * MPT_SENSE_BUFFER_ALLOC); - ioc->sense_buf_pool = - pci_alloc_consistent(ioc->pcidev, sz, &ioc->sense_buf_pool_dma); + ioc->sense_buf_pool = dma_alloc_coherent(&ioc->pcidev->dev, sz, + &ioc->sense_buf_pool_dma, GFP_KERNEL); if (ioc->sense_buf_pool == NULL) { printk(MYIOC_s_ERR_FMT "Unable to allocate Sense Buffers!\n", ioc->name); @@ -4613,18 +4614,16 @@ PrimeIocFifos(MPT_ADAPTER *ioc) if (ioc->alloc != NULL) { sz = ioc->alloc_sz; - pci_free_consistent(ioc->pcidev, - sz, - ioc->alloc, ioc->alloc_dma); + dma_free_coherent(&ioc->pcidev->dev, sz, ioc->alloc, + ioc->alloc_dma); ioc->reply_frames = NULL; ioc->req_frames = NULL; ioc->alloc_total -= sz; } if (ioc->sense_buf_pool != NULL) { sz = (ioc->req_depth * MPT_SENSE_BUFFER_ALLOC); - pci_free_consistent(ioc->pcidev, - sz, - ioc->sense_buf_pool, ioc->sense_buf_pool_dma); + dma_free_coherent(&ioc->pcidev->dev, sz, ioc->sense_buf_pool, + ioc->sense_buf_pool_dma); ioc->sense_buf_pool = NULL; }