https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293141
--- Comment #3 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=e7f86f8b1383d278fff1d973230972325072ead6 commit e7f86f8b1383d278fff1d973230972325072ead6 Author: Konstantin Belousov <[email protected]> AuthorDate: 2026-02-13 15:32:40 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2026-02-13 15:46:41 +0000 kqtimer_proc_continue(): correct calculation of 'now' It must be sbinuptime(), this is how kc->next is set up. PR: 293141 Noted and reviewed by: markj Sponsored by: The FreeBSD Foundation MFC after: 3 days Differential revision: https://reviews.freebsd.org/D55264 sys/kern/kern_event.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
