• Jon Mason's avatar
    vxge: spin-lock issue · 9f9b1645
    Jon Mason authored
    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: default avatarJon Mason <jdmason@kudzu.us>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    9f9b1645
vxge-config.c 135 KB