Re: [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit

2019-09-23 Thread Randy Dunlap
On 9/23/19 2:02 AM, Brendan Higgins wrote: > diff --git a/Documentation/dev-tools/kunit/usage.rst > b/Documentation/dev-tools/kunit/usage.rst > new file mode 100644 > index ..c6e69634e274 > --- /dev/null > +++ b/Documentation/dev-tools/kunit/usage.rst > @@ -0,0 +1,576 @@ > +..

Re: [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit

2019-09-23 Thread Randy Dunlap
On 9/23/19 2:18 PM, shuah wrote: > I would like to apply the series very soon so it gets some soak time > after this move in linux-next and it can still make the rc1. > > Since there changes can be addressed after rc1, I would like to not > require Brendan to do another version before I apply. >

Re: [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit

2019-09-23 Thread shuah
On 9/23/19 1:49 PM, Randy Dunlap wrote: On 9/23/19 11:06 AM, Brendan Higgins wrote: On Mon, Sep 23, 2019 at 8:48 AM Randy Dunlap wrote: On 9/23/19 2:02 AM, Brendan Higgins wrote: Add documentation for KUnit, the Linux kernel unit testing framework. - Add intro and usage guide for KUnit -

Re: [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit

2019-09-23 Thread Randy Dunlap
On 9/23/19 11:06 AM, Brendan Higgins wrote: > On Mon, Sep 23, 2019 at 8:48 AM Randy Dunlap wrote: >> >> On 9/23/19 2:02 AM, Brendan Higgins wrote: >>> Add documentation for KUnit, the Linux kernel unit testing framework. >>> - Add intro and usage guide for KUnit >>> - Add API reference >>> >>>

Re: [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit

2019-09-23 Thread Brendan Higgins
On Mon, Sep 23, 2019 at 8:48 AM Randy Dunlap wrote: > > On 9/23/19 2:02 AM, Brendan Higgins wrote: > > Add documentation for KUnit, the Linux kernel unit testing framework. > > - Add intro and usage guide for KUnit > > - Add API reference > > > > Signed-off-by: Felix Guo > > Signed-off-by:

Re: [PATCH v18 15/19] Documentation: kunit: add documentation for KUnit

2019-09-23 Thread Randy Dunlap
On 9/23/19 2:02 AM, Brendan Higgins wrote: > Add documentation for KUnit, the Linux kernel unit testing framework. > - Add intro and usage guide for KUnit > - Add API reference > > Signed-off-by: Felix Guo > Signed-off-by: Brendan Higgins > Cc: Jonathan Corbet > Reviewed-by: Greg Kroah-Hartman

[PATCH v18 15/19] Documentation: kunit: add documentation for KUnit

2019-09-23 Thread Brendan Higgins
Add documentation for KUnit, the Linux kernel unit testing framework. - Add intro and usage guide for KUnit - Add API reference Signed-off-by: Felix Guo Signed-off-by: Brendan Higgins Cc: Jonathan Corbet Reviewed-by: Greg Kroah-Hartman Reviewed-by: Logan Gunthorpe Reviewed-by: Stephen Boyd