From: Artem Bityutskiy Date: Tue, 26 Oct 2010 21:23:05 +0000 (-0700) Subject: lib/Kconfig.debug: add list_sort debugging switch X-Git-Tag: v2.6.37-rc1~105^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d411e6c01608cefb7b9ea6712110538a1432f9f;p=pandora-kernel.git lib/Kconfig.debug: add list_sort debugging switch While hunting a non-existing bug in 'list_sort()', I've improved the 'list_sort_test()' function which tests the 'list_sort()' library call. Although at the end I found a bug in my code, but not in 'list_sort()', I think my clean-ups and improvements are worth merging because they make the test function better. This patch: Make the self-tests selectable via Kconfig rather than by manual enabling of DEBUG_LIST_SORT. Signed-off-by: Artem Bityutskiy Cc: Don Mullis Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed