Re: kdbus: add selftests

2014-11-14 Thread Daniel Mack
On 11/14/2014 04:42 AM, Michael Ellerman wrote: > On Wed, 2014-10-29 at 15:00 -0700, Greg Kroah-Hartman wrote: >> From: Daniel Mack >> >> 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

Re: kdbus: add selftests

2014-11-13 Thread Michael Ellerman
On Wed, 2014-10-29 at 15:00 -0700, Greg Kroah-Hartman wrote: > From: Daniel Mack > > 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 im

Re: kdbus: add selftests

2014-10-30 Thread Arnd Bergmann
On Wednesday 29 October 2014 15:00:56 Greg Kroah-Hartman wrote: > From: Daniel Mack > > 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