Module Name: src Committed By: yamaguchi Date: Tue Mar 3 04:19:20 UTC 2020
Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix the crash when ixl(4) sends Get link status command and receives Get link status response in parallel sc->sc_link_state_atq.iatq_fn is used in ixl_atq_done_locked() with sc->sc_atq_lock, but it was cleared in ixl_get_link_status() without the lock. To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57 src/sys/dev/pci/if_ixl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.