[Bug 229106] intr_event_handle is unsafe with respect to interrupt handler list

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 18 15:37:03 UTC 2018


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

Conrad Meyer <cem at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cem at freebsd.org

--- Comment #3 from Conrad Meyer <cem at freebsd.org> ---
Just FYI for next time, if you're making code changes, fail_point(9) can make
this kind of scenario much easier to hit.  In particular, you can expand races
by adding in an empty KFAIL_POINT_CODE() and then inducing a delay with sysctl
my.failpoint="50%delay(1000)" (i.e., DELAY(1000) 50% of times we hit that
failpoint; the 50% can help avoid excessive foot-shooting).

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


More information about the freebsd-bugs mailing list