[Bug 235730] Kernel panic on CURRENT-amd64 with ixl - possibly caused by r344062
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 14 18:03:11 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235730
--- Comment #3 from commit-hook at 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 at 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
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list