Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Feb 2019 18:03:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 235730] Kernel panic on CURRENT-amd64 with ixl - possibly caused by r344062
Message-ID:  <bug-235730-227-NRPSCGOCTQ@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-235730-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-235730-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=3D235730

--- Comment #3 from commit-hook@freebsd.org ---
A commit references this bug:

Author: erj
Date: Thu Feb 14 18:02:37 UTC 2019
New revision: 344132
URL: https://svnweb.freebsd.org/changeset/base/344132

Log:
  ixl: Fix panic caused by bug exposed by r344062

  Don't use a struct if_irq for IFLIB_INTR_IOV type interrupts since that
results
  in get_core_offset() being called on them, and get_core_offset() doesn't
  handle IFLIB_INTR_IOV type interrupts, which results in an assert() being
triggered
  in iflib_irq_set_affinity().

  PR:           235730
  Reported by:  Jeffrey Pieper <jeffrey.e.pieper@intel.com>
  MFC after:    1 day
  Sponsored by: Intel Corporation

Changes:
  head/sys/dev/ixl/if_ixl.c
  head/sys/dev/ixl/ixl_pf.h

--=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-235730-227-NRPSCGOCTQ>