https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289204
--- Comment #9 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=b0474e14895908f45c64158b0e558236923b8eb2 commit b0474e14895908f45c64158b0e558236923b8eb2 Author: Konstantin Belousov <[email protected]> AuthorDate: 2025-09-08 13:46:08 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2025-09-09 02:51:08 +0000 geom: only set TDP_GEOM for user threads For kernel threads, ASTs are not handled at all, so there is no reason to expect that g_waitidle() would be called through AST scheduling. PR: 289204 Reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D52421 sys/geom/geom_event.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
