• J
    vxge: spin-lock issue · 9f9b1645
    Jon Mason 提交于
    In vxge_hw_vpath_close, __vxge_hw_vp_terminate memsets the vpath which
    clobbers the spin lock state, then the driver attempts to acquire the
    spin lock.  Resolve this by not zeroing the lock part of vpath struct,
    clean-up vpath locking in init, close, and fix locking hole in fw_api
    call.
    
    Issue found by Bob Picco <bpicco@redhat.com>
    Signed-off-by: NJon Mason <jdmason@kudzu.us>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    9f9b1645
vxge-config.c 134.8 KB