]> git.baikalelectronics.ru Git - kernel.git/commit
lib/uuid: add a test module
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 30 May 2016 14:40:41 +0000 (17:40 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 30 May 2016 22:26:57 +0000 (15:26 -0700)
commita68a99790e8def27b14b0f08f1930660d1ae0439
treeb3e2ab47add4b69f0cb8f75375e1e1a79fb1338f
parenteafb69e30fd2c5eb541ab8464cb7c24186e23039
lib/uuid: add a test module

It appears that somehow I missed a test of the latest UUID rework which
landed in the kernel.  Present a small test module to avoid such cases
in the future.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/Kconfig.debug
lib/Makefile
lib/test_uuid.c [new file with mode: 0644]