Re: [PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework

2019-08-20 Thread shuah
On 8/20/19 5:23 PM, Brendan Higgins wrote: On Tue, Aug 20, 2019 at 2:26 PM Brendan Higgins wrote: On Tue, Aug 20, 2019 at 12:08 PM shuah wrote: On 8/20/19 12:24 PM, Brendan Higgins wrote: On Tue, Aug 20, 2019 at 11:24:45AM -0600, shuah wrote: On 8/13/19 11:50 PM, Brendan Higgins wrote: #

Re: [PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework

2019-08-20 Thread Brendan Higgins
On Tue, Aug 20, 2019 at 2:26 PM Brendan Higgins wrote: > > On Tue, Aug 20, 2019 at 12:08 PM shuah wrote: > > > > On 8/20/19 12:24 PM, Brendan Higgins wrote: > > > On Tue, Aug 20, 2019 at 11:24:45AM -0600, shuah wrote: > > >> On 8/13/19 11:50 PM, Brendan Higgins wrote: > > >>> ## TL;DR > > >>> > >

Re: [PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework

2019-08-20 Thread Brendan Higgins
On Tue, Aug 20, 2019 at 12:08 PM shuah wrote: > > On 8/20/19 12:24 PM, Brendan Higgins wrote: > > On Tue, Aug 20, 2019 at 11:24:45AM -0600, shuah wrote: > >> On 8/13/19 11:50 PM, Brendan Higgins wrote: > >>> ## TL;DR > >>> > >>> This revision addresses comments from Stephen and Bjorn Helgaas. Most

Re: [PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework

2019-08-20 Thread shuah
On 8/20/19 12:24 PM, Brendan Higgins wrote: On Tue, Aug 20, 2019 at 11:24:45AM -0600, shuah wrote: On 8/13/19 11:50 PM, Brendan Higgins wrote: ## TL;DR This revision addresses comments from Stephen and Bjorn Helgaas. Most changes are pretty minor stuff that doesn't affect the API in anyway. On

Re: [PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework

2019-08-20 Thread Brendan Higgins
On Tue, Aug 20, 2019 at 11:24:45AM -0600, shuah wrote: > On 8/13/19 11:50 PM, Brendan Higgins wrote: > > ## TL;DR > > > > This revision addresses comments from Stephen and Bjorn Helgaas. Most > > changes are pretty minor stuff that doesn't affect the API in anyway. > > One significant change, howe

Re: [PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework

2019-08-20 Thread shuah
On 8/13/19 11:50 PM, Brendan Higgins wrote: ## TL;DR This revision addresses comments from Stephen and Bjorn Helgaas. Most changes are pretty minor stuff that doesn't affect the API in anyway. One significant change, however, is that I added support for freeing kunit_resource managed resources b

Re: [PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework

2019-08-14 Thread Stephen Boyd
Quoting Brendan Higgins (2019-08-14 03:03:47) > On Tue, Aug 13, 2019 at 10:52 PM Brendan Higgins > wrote: > > > > ## TL;DR > > > > This revision addresses comments from Stephen and Bjorn Helgaas. Most > > changes are pretty minor stuff that doesn't affect the API in anyway. > > One significant cha

Re: [PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework

2019-08-14 Thread Brendan Higgins
On Tue, Aug 13, 2019 at 10:52 PM Brendan Higgins wrote: > > ## TL;DR > > This revision addresses comments from Stephen and Bjorn Helgaas. Most > changes are pretty minor stuff that doesn't affect the API in anyway. > One significant change, however, is that I added support for freeing > kunit_reso

[PATCH v13 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework

2019-08-13 Thread Brendan Higgins
## TL;DR This revision addresses comments from Stephen and Bjorn Helgaas. Most changes are pretty minor stuff that doesn't affect the API in anyway. One significant change, however, is that I added support for freeing kunit_resource managed resources before the test case is finished via kunit_reso