From: Ed Cashin Date: Tue, 18 Dec 2012 00:03:25 +0000 (-0800) Subject: Documentation/sparse.txt: document context annotations for lock checking X-Git-Tag: v3.8-rc1~74^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e9766317fd51a33a32c65d2b76a6bde3227bbbd;p=pandora-kernel.git Documentation/sparse.txt: document context annotations for lock checking The context feature of sparse is used with the Linux kernel sources to check for imbalanced uses of locks. Document the annotations defined in include/linux/compiler.h that tell sparse what to expect when a lock is held on function entry, exit, or both. Signed-off-by: Ed Cashin Reviewed-by: Josh Triplett Acked-by: Christopher Li Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed