https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289204
--- Comment #7 from Mark Johnston <[email protected]> --- (In reply to Mark Johnston from comment #6) Oh, I'm not sure if this patch will fix the deadlock. Suppose some kernel-only thread has TDP_GEOM set and then exited. The patch will not clear the corresponding AST, kern_thr_exit() is used only by user threads I believe. Might be, TDA_GEOM simply doesn't need ASTR_KCLEAR set? -- You are receiving this mail because: You are the assignee for the bug.
