[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
Wed Dec 9 02:07:14 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251483
--- Comment #7 from commit-hook at FreeBSD.org ---
A commit references this bug:
Author: jhibbits
Date: Wed Dec 9 02:07:02 UTC 2020
New revision: 368473
URL: https://svnweb.freebsd.org/changeset/base/368473
Log:
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
Reviewed By: ambrisko
MFC after: 2 days
Differential Revision: https://reviews.freebsd.org/D27515
Changes:
head/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