https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=248652

--- Comment #45 from Vincenzo Maffione <vmaffi...@freebsd.org> ---
(In reply to Sylvain Galliano from comment #43)
Ugh.
Thanks for reporting.

I indeed introduced a subtle typo bug, using callout_reset_sbt() rather than
callout_reset_sbt_on() (as intended). Therefore I was passing the "cpu" value
to the "flags" argument, resulting in a disaster. In your test this probably
triggered the C_DIRECT_EXEC flag of callout(9), so that the timer was being
executed in hardware interrupt context.

I uploaded the patch that is now consistent with the src tree (that I'm going
to fix right away).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-net@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"

Reply via email to