[Bug 251483] after upgrading from 12.1 to 12.2 the mfi driver crashes during boot

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Dec 13 22:43:00 UTC 2020


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

--- Comment #9 from commit-hook at FreeBSD.org ---
A commit references this bug:

Author: jhibbits
Date: Sun Dec 13 22:42:48 UTC 2020
New revision: 368620
URL: https://svnweb.freebsd.org/changeset/base/368620

Log:
  MFC r3684733:

  dev/mfi: Make a seemingly bogus conditional unconditional

  Summary:
  r358689 attempted to fix a clang warning/error by inferring the intent
  of the condition "(cdb[0] != 0x28 || cdb[0] != 0x2A)".  Unfortunately, it
looks
  like this broke things.  Instead, fix this by making this path unconditional,
  effectively reverting to the previous state.

  PR:             kern/251483

Changes:
_U  stable/12/
  stable/12/sys/dev/mfi/mfi_tbolt.c

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


More information about the freebsd-bugs mailing list