--
tel. 790 202 300
Tytus Rogalewski
Dolina Krzemowa 6A
83-010 Jagatowo
NIP: 9570976234
On 3/5/26 12:40, David Hildenbrand (Arm) wrote:
> On 3/5/26 12:39, Tytus Rogalewski wrote:
>> I had this problem on 6.19-rc4 yes. I saw it. But i cant reproduce it
>> NOW - this is what i ment :)
>
> Ah, thanks for clarifying, makes sense!
>
The following issue might explain the problem:
https://lore.kernel.org/r/20260309174949.2514565-1-mboone@akamai.com
It would be related to what I recently said: "vfio recently gained
support for installing huge mappings into user page tables."
smaps_walk_ops() does not have a pud_entry() callback, so we'd try to
split (unmap). If that happens concurrently with a refault, we might be
able to trigger a BUG.
But it wouldn't explain any memory leak.
--
Cheers,
David