On Wednesday 29 October 2014 15:00:56 Greg Kroah-Hartman wrote:
From: Daniel Mack <redacted>
This patch adds a quite extensive test suite for kdbus that checks
the most important code pathes in the driver. The idea is to extend
the test suite over time.
Also, this code can serve as an example implementation to show how to
use the kernel API from userspace.
Signed-off-by: Daniel Mack <redacted>
Signed-off-by: Greg Kroah-Hartman <redacted>
Ah, new kernel code that comes with selftests, I'm impressed!
Arnd