Date: Sun, 13 Dec 2020 22:42:57 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 251483] after upgrading from 12.1 to 12.2 the mfi driver crashes during boot Message-ID: <bug-251483-227-HoBnbXJBVM@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-251483-227@https.bugs.freebsd.org/bugzilla/> References: <bug-251483-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251483 --- Comment #9 from commit-hook@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] !=3D 0x28 || cdb[0] !=3D 0x2A)". Unfortunately= , it looks like this broke things. Instead, fix this by making this path unconditio= nal, effectively reverting to the previous state. PR: kern/251483 Changes: _U stable/12/ stable/12/sys/dev/mfi/mfi_tbolt.c --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251483-227-HoBnbXJBVM>