[Bug 226510] panic: Re-refing for reason 5, cnt = 1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 17 16:04:23 UTC 2018


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

--- Comment #12 from commit-hook at freebsd.org ---
A commit references this bug:

Author: imp
Date: Sat Mar 17 16:04:06 UTC 2018
New revision: 331097
URL: https://svnweb.freebsd.org/changeset/base/331097

Log:
  Only take out the periph lock when we're modifying the flags of the
  softc for an async unit attention. CAM locks, sometimes, the periph
  lock and other times does not. We were taking the lock always and
  running into lock recursion issues on a non-recursive lock. Now we
  take it selectively. It's not clear why xpt takes the lock selectively
  before calling us, though, and that's still under investigation.

  Reported by:  avg
  PR:           226510 (same panic, differnt circumstances)
  Sponsored by: Netflix

Changes:
  head/sys/cam/scsi/scsi_da.c

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


More information about the freebsd-bugs mailing list