[Bug 279738] Hyper-V: Kernel panic: acquiring blockable sleep lock with spinlock or critical section held

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 15 Jun 2024 04:45:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279738

--- Comment #5 from Wei Hu <weh@microsoft.com> ---
This is due to calling contigmalloc() from smp_rendezvous(). Even passing the
M_NOWAIT flag, on smaller memory sized VM it still reach vmem_xalloc in the
path and tries to grab sleep lock by calling VMEM_LOCK(vm). 

I will try to move the contigmalloc call out of smp_rendezvous.

-- 
You are receiving this mail because:
You are the assignee for the bug.