Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp2733993ybt; Mon, 22 Jun 2020 05:50:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx2SUEkInH+RJRDD4IODkuN1xbCHojXhVJMBn6JWeAluRBoA4DMz/suAuEWfQO60l2NBrSE X-Received: by 2002:a50:d302:: with SMTP id g2mr16906822edh.312.1592830255847; Mon, 22 Jun 2020 05:50:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592830255; cv=none; d=google.com; s=arc-20160816; b=Rjr15ZljtssYUYkxiDpq5HkrOXi/uG354iPIjqtWWdQ0FzH20CkcCXUaRKhiSAprf8 drIdVfxeTFJOxr31kKaV/0501+Rs/KrMcNynTg2ZIztqJ5rcZpgRBdwIlhr1Ftw8tdUZ gPHwJhLqYiSpF9aaSn6y9N1v2EW7Dd6Q3UKA7dyl/5YyWk9scIKCKgPQiHxPHnf7uflv wLIoVm0gXXwkHHT8QqwBIrlhzWHlgedM7loEMaKsEjchsnq0/9kW5n6KTgVFVk7++b3D htpAoN0O17EX5Q3VEsa/Liml38fdQPLsmB8u8d9ewa/t5KCpO5CXMF44HCxI1dKpxLCf IX9Q== 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=5un+fI+3HlW6GCflZSSYrn+gcy6XL4NORAutkpaijs0=; b=oUarZM6o2WSt5WOelK9sEpD1cuijjqBEbizBjsyPcU9yDZXPuE0/PXAKEpgIKJYs7g WIUAM/xBoteMSY63iJJpWxZg1XiplnTqgcT9Mb7a1JMuIKlNjRlLS5zVqLIhW6nmY5Wp x++mV++MvfVssCeOaYsFssybWJODSG1JT+tWwKxrlWOaEXCbV4P5AMC9KDo4TncVsC/7 Caiid/AMOLk4vZ6lOpnVBfkk4SOcfs+oTVfu6YRtO5QzP7iWa8CulUY8hT1rS5haUtYK I3AF80aICzTc1YVzknQcVrf7IU0WF5ZIM69oioHYnn5j+L4zGfuu8ph8wqo5jLSbI4QT iV3g== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i25si4823751edy.478.2020.06.22.05.50.30; Mon, 22 Jun 2020 05:50:55 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728147AbgFVMqt (ORCPT + 99 others); Mon, 22 Jun 2020 08:46:49 -0400 Received: from 8bytes.org ([81.169.241.247]:48400 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728070AbgFVMqt (ORCPT ); Mon, 22 Jun 2020 08:46:49 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 907AA36B; Mon, 22 Jun 2020 14:46:48 +0200 (CEST) Date: Mon, 22 Jun 2020 14:46:47 +0200 From: Joerg Roedel To: Andrea Arcangeli Cc: Robin Murphy , Roman Gushchin , Yang Shi , iommu@lists.linux-foundation.org, Linux Kernel Mailing List , Linux MM , Michal Hocko , Johannes Weiner , "Kirill A. Shutemov" , Andrew Morton , Wei Yang Subject: Re: kernel BUG at mm/huge_memory.c:2613! Message-ID: <20200622124646.GI3701@8bytes.org> References: <20200619001938.GA135965@carbon.dhcp.thefacebook.com> <20200619011449.GC135965@carbon.dhcp.thefacebook.com> <20200619024026.GB21081@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200619024026.GB21081@redhat.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org + Robin Robin, any idea on this? On Thu, Jun 18, 2020 at 10:40:26PM -0400, Andrea Arcangeli wrote: > Hello, > > On Thu, Jun 18, 2020 at 06:14:49PM -0700, Roman Gushchin wrote: > > I agree. The whole > > > > page = alloc_pages_node(nid, alloc_flags, order); > > if (!page) > > continue; > > if (!order) > > break; > > if (!PageCompound(page)) { > > split_page(page, order); > > break; > > } else if (!split_huge_page(page)) { > > break; > > } > > > > looks very suspicious to me. > > My wild guess is that gfp flags changed somewhere above, so we hit > > the branch which was never hit before. > > Right to be suspicious about the above: split_huge_page on a regular > page allocated by a driver was never meant to work. > > The PageLocked BUG_ON is just a symptom of a bigger issue, basically > split_huge_page it may survive, but it'll stay compound and in turn it > must be freed as compound. > > The respective free method doesn't even contemplate freeing compound > pages, the only way the free method can survive, is by removing > __GFP_COMP forcefully in the allocation that was perhaps set here > (there are that many __GFP_COMP in that directory): > > static void snd_malloc_dev_pages(struct snd_dma_buffer *dmab, size_t size) > { > gfp_t gfp_flags; > > gfp_flags = GFP_KERNEL > | __GFP_COMP /* compound page lets parts be mapped */ > > And I'm not sure what the comment means here, compound or non compound > doesn't make a difference when you map it, it's not a THP, the > mappings must be handled manually so nothing should check PG_compound > anyway in the mapping code. > > Something like this may improve things, it's an untested quick hack, > but this assumes it's always a bug to setup a compound page for these > DMA allocations and given the API it's probably a correct > assumption.. Compound is slower, unless you need it, you can avoid it > and then split_page will give contiguous memory page granular. Ideally > the code shouldn't call split_page at all and it should free it all at > once by keeping track of the order and by returning the order to the > caller, something the API can't do right now as it returns a plain > array that can only represent individual small pages. > > Once this is resolved, you may want to check your config, iommu passthrough > sounds more optimal for a soundcard. > > diff --git a/drivers/iommu/dma-iommu.c b/drivers/iommu/dma-iommu.c > index f68a62c3c32b..3dfbc010fa83 100644 > --- a/drivers/iommu/dma-iommu.c > +++ b/drivers/iommu/dma-iommu.c > @@ -499,6 +499,10 @@ static struct page **__iommu_dma_alloc_pages(struct device *dev, > > /* IOMMU can map any pages, so himem can also be used here */ > gfp |= __GFP_NOWARN | __GFP_HIGHMEM; > + if (unlikely(gfp & __GFP_COMP)) { > + WARN(); > + gfp &= ~__GFP_COMP; > + } > > while (count) { > struct page *page = NULL; > @@ -522,13 +526,8 @@ static struct page **__iommu_dma_alloc_pages(struct device *dev, > continue; > if (!order) > break; > - if (!PageCompound(page)) { > - split_page(page, order); > - break; > - } else if (!split_huge_page(page)) { > - break; > - } > - __free_pages(page, order); > + split_page(page, order); > + break; > } > if (!page) { > __iommu_dma_free_pages(pages, i); > diff --git a/sound/core/memalloc.c b/sound/core/memalloc.c > index 6850d13aa98c..378f5a36ec5f 100644 > --- a/sound/core/memalloc.c > +++ b/sound/core/memalloc.c > @@ -28,7 +28,6 @@ static void snd_malloc_dev_pages(struct snd_dma_buffer *dmab, size_t size) > gfp_t gfp_flags; > > gfp_flags = GFP_KERNEL > - | __GFP_COMP /* compound page lets parts be mapped */ > | __GFP_NORETRY /* don't trigger OOM-killer */ > | __GFP_NOWARN; /* no stack trace print - this call is non-critical */ > dmab->area = dma_alloc_coherent(dmab->dev.dev, size, &dmab->addr,