Re: commit 5fb9c98e9d8d causes deadlock

From: Miklos Szeredi
Date: Mon Sep 02 2024 - 10:04:05 EST


On Mon, Sep 2, 2024 at 3:40 PM Bert Karwatzki <spasswolf@xxxxxx> wrote:
>
> Since linux next-20240902 starting debian sid on my MSI Alpha 15 Laptop hangs
> before the GUI is enabled. After rebooting into a working kernel (v6.11-rc6)
> the following messages can be found in /var/log/kern.log:

Thanks for the report. I reverted the no-forget patches from fuse.git#for-next.

I know what the bug is (spin_lock instead of splin_unlock in the
nlookup helpers), but this was clearly not tested (partially my fault)
and not well reviewed (my fault completely), so this was just hurried
through without proper QC.

Thanks,
Miklos