From: Jon Mason Date: Fri, 8 Apr 2011 11:11:22 +0000 (+0000) Subject: vxge: spin-lock issue X-Git-Tag: v3.0-rc1~377^2~450 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f9b16458134ba9f06ef6f15369513aa9eebc81c;p=pandora-kernel.git vxge: spin-lock issue 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 Signed-off-by: Jon Mason Signed-off-by: David S. Miller --- Reading git-diff-tree failed