Re: [RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree

2019-08-13 Thread Brendan Higgins
On Tue, Aug 13, 2019 at 4:29 AM Knut Omang wrote: > > On Tue, 2019-08-13 at 01:17 -0700, Brendan Higgins wrote: > > On Mon, Aug 12, 2019 at 11:11 PM Knut Omang wrote: > > [...] > > > Alan Maguire (3): > > > ktf: Implementation of ktf support for overriding function entry and > > > return. > >

Re: [RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree

2019-08-13 Thread Brendan Higgins
On Tue, Aug 13, 2019 at 2:51 AM Knut Omang wrote: > > On Tue, 2019-08-13 at 10:23 +0200, Greg Kroah-Hartman wrote: > > On Tue, Aug 13, 2019 at 08:09:15AM +0200, Knut Omang wrote: > > > and in the making:: > > > > > > kunit/(kernel only (UML)) > > > > You are going to have t

Re: [RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree

2019-08-13 Thread Knut Omang
On Tue, 2019-08-13 at 01:17 -0700, Brendan Higgins wrote: > On Mon, Aug 12, 2019 at 11:11 PM Knut Omang wrote: > [...] > > Alan Maguire (3): > > ktf: Implementation of ktf support for overriding function entry and > > return. > > ktf: A simple debugfs interface to test results > > ktf: Simp

Re: [RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree

2019-08-13 Thread Knut Omang
On Tue, 2019-08-13 at 10:23 +0200, Greg Kroah-Hartman wrote: > On Tue, Aug 13, 2019 at 08:09:15AM +0200, Knut Omang wrote: > > and in the making:: > > > > kunit/(kernel only (UML)) > > You are going to have to integrate this with kunit, to come up with a > superset of both

Re: [RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree

2019-08-13 Thread Greg Kroah-Hartman
On Tue, Aug 13, 2019 at 08:09:15AM +0200, Knut Omang wrote: > and in the making:: > > kunit/ (kernel only (UML)) You are going to have to integrate this with kunit, to come up with a superset of both in the end. And I do not think that kunit is only UML, it's just that s

Re: [RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree

2019-08-13 Thread Brendan Higgins
On Mon, Aug 12, 2019 at 11:11 PM Knut Omang wrote: [...] > Alan Maguire (3): > ktf: Implementation of ktf support for overriding function entry and return. > ktf: A simple debugfs interface to test results > ktf: Simple coverage support > > Knut Omang (16): > kbuild: Fixes to rules for hos

Re: [RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree

2019-08-13 Thread Brendan Higgins
On Mon, Aug 12, 2019 at 11:11 PM Knut Omang wrote: > > KTF has already been available for a while as a separate git repository with > means to facilitate use with any kernel version. > > KTF can be used both for "pure" unit testing and for more pragmatic > approaches to component testing. Apart fr

[RFC 00/19] Integration of Kernel Test Framework (KTF) into the kernel tree

2019-08-12 Thread Knut Omang
KTF has already been available for a while as a separate git repository with means to facilitate use with any kernel version. KTF can be used both for "pure" unit testing and for more pragmatic approaches to component testing. Apart from some useful features that KTF uses from the kernel toolbox (