Page MenuHomeFreeBSD

xpt_action_default XPT_ABORT: protect ccbq access with devq->send_mtx
ClosedPublic

Authored by rlibby on Sep 20 2016, 11:37 PM.
Tags
None
Referenced Files
F103552932: D7985.diff
Tue, Nov 26, 10:58 AM
Unknown Object (File)
Oct 1 2024, 8:35 PM
Unknown Object (File)
Sep 27 2024, 5:47 AM
Unknown Object (File)
Sep 26 2024, 5:11 PM
Unknown Object (File)
Sep 23 2024, 12:36 PM
Unknown Object (File)
Sep 23 2024, 5:07 AM
Unknown Object (File)
Sep 23 2024, 3:28 AM
Unknown Object (File)
Sep 21 2024, 4:50 PM
Subscribers

Details

Summary

The abort action tries to pluck the ccb from the ccbq, but it was not
taking the necessary lock.

Test Plan

make buildkernel KERNCONF=GENERIC
kyua test -k /usr/tests/sys/Kyuafile

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

rlibby retitled this revision from to xpt_action_default XPT_ABORT: protect ccbq access with devq->send_mtx.
rlibby updated this object.
rlibby edited the test plan for this revision. (Show Details)
rlibby added reviewers: markj, mav.
mav edited edge metadata.

Looks good to me.

This revision is now accepted and ready to land.Sep 20 2016, 11:48 PM
markj edited edge metadata.
This revision was automatically updated to reflect the committed changes.