Re: [PATCH] mm: Fix mmap_assert_locked() in follow_pte()

From: Bert Karwatzki
Date: Fri Jul 12 2024 - 08:18:33 EST


This is causing a deadlock for me, too. Since linux-next-20240712 I observe
a hang when starting the gui. I bisected this to commit a13252049629 and
reverting this commit in linux-next-20240712 fixes the issue for me.
I do not have any log messages to prove the dead lock, though, as I compiled
everything without CONFIG_LOCKDEP.

Bert Karwatzki