From: Muhammad Usama Anjum <usama.anjum@collabora.com>
To: Greg KH <gregkh@linuxfoundation.org>,
Matthew Wilcox <willy@infradead.org>,
Baochen Qiang <baochen.qiang@oss.qualcomm.com>,
Jeff Hugo <jeff.hugo@oss.qualcomm.com>,
Manivannan Sadhasivam <mani@kernel.org>,
Jeff Johnson <jjohnson@kernel.org>,
Marek Szyprowski <m.szyprowski@samsung.com>
Cc: linux-fsdevel@vger.kernel.org, linux-mm@kvack.org,
kernel@collabora.com, Andrew Morton <akpm@linux-foundation.org>,
linux-kernel@vger.kernel.org, iommu@lists.linux.dev,
Robin Murphy <robin.murphy@arm.com>
Subject: Re: Excessive page cache occupies DMA32 memory
Date: Tue, 22 Jul 2025 11:05:11 +0500 [thread overview]
Message-ID: <91fc0c41-6d25-4f60-9de3-23d440fc8e00@collabora.com> (raw)
In-Reply-To: <2025072238-unplanted-movable-7dfb@gregkh>
Adding ath/mhi and dma API developers to the discussion.
On 7/22/25 10:32 AM, Greg KH wrote:
> On Mon, Jul 21, 2025 at 06:13:10PM +0100, Matthew Wilcox wrote:
>> On Mon, Jul 21, 2025 at 08:03:12PM +0500, Muhammad Usama Anjum wrote:
>>> Hello,
>>>
>>> When 10-12GB our of total 16GB RAM is being used as page cache
>>> (active_file + inactive_file) at suspend time, the drivers fail to allocate
>>> dma memory at resume as dma memory is either occupied by the page cache or
>>> fragmented. Example:
>>>
>>> kworker/u33:5: page allocation failure: order:7, mode:0xc04(GFP_NOIO|GFP_DMA32), nodemask=(null),cpuset=/,mems_allowed=0
>>
>> Just to be clear, this is not a page cache problem. The driver is asking
>> us to do a 512kB allocation without doing I/O! This is a ridiculous
>> request that should be expected to fail.
>>
>> The solution, whatever it may be, is not related to the page cache.
>> I reject your diagnosis. Almost all of the page cache is clean and
>> could be dropped (as far as I can tell from the output below).
>>
>> Now, I'm not too familiar with how the page allocator chooses to fail
>> this request. Maybe it should be trying harder to drop bits of the page
>> cache. Maybe it should be doing some compaction.
That's very thoughtful. I'll look at the page allocator why isn't it dropping
cache or doing compaction.
>> I am not inclined to
>> go digging on your behalf, because frankly I'm offended by the suggestion
>> that the page cache is at fault.
I apologize—that wasn't my intention.
>>
>> Perhaps somebody else will help you, or you can dig into this yourself.
>
> I'm with Matthew, this really looks like a driver bug somehow. If there
> is page cache memory that is "clean", the driver should be able to
> access it just fine if really required.
>
> What exact driver(s) is having this problem? What is the exact error,
> and on what lines of code?
The issue occurs on both ath11k and mhi drivers during resume, when
dma_alloc_coherent(GFP_KERNEL) fails and returns -ENOMEM. This failure has
been observed at multiple points in these drivers.
For example, in the mhi driver, the failure is triggered when the
MHI's st_worker gets scheduled-in at resume.
mhi_pm_st_worker()
-> mhi_fw_load_handler()
-> mhi_load_image_bhi()
-> mhi_alloc_bhi_buffer()
-> dma_alloc_coherent(GFP_KERNEL) returns -ENOMEM
Thank you,
- Usama
next prev parent reply other threads:[~2025-07-22 6:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-21 15:03 Muhammad Usama Anjum
2025-07-21 17:13 ` Matthew Wilcox
2025-07-22 5:32 ` Greg KH
2025-07-22 6:05 ` Muhammad Usama Anjum [this message]
2025-07-22 7:24 ` Greg KH
2025-07-22 10:03 ` Robin Murphy
2025-07-23 6:50 ` Baochen Qiang
2025-08-21 13:39 ` Muhammad Usama Anjum
2025-09-10 11:23 ` Muhammad Usama Anjum
2025-09-10 12:44 ` Hillf Danton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=91fc0c41-6d25-4f60-9de3-23d440fc8e00@collabora.com \
--to=usama.anjum@collabora.com \
--cc=akpm@linux-foundation.org \
--cc=baochen.qiang@oss.qualcomm.com \
--cc=gregkh@linuxfoundation.org \
--cc=iommu@lists.linux.dev \
--cc=jeff.hugo@oss.qualcomm.com \
--cc=jjohnson@kernel.org \
--cc=kernel@collabora.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=m.szyprowski@samsung.com \
--cc=mani@kernel.org \
--cc=robin.murphy@arm.com \
--cc=willy@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox