Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Dec 2020 02:07:10 +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-ibZYYMcSFn@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 #7 from commit-hook@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] !=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
  Reviewed By:  ambrisko
  MFC after:    2 days
  Differential Revision: https://reviews.freebsd.org/D27515

Changes:
  head/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-ibZYYMcSFn>