Re: [PATCH] selftests/livepatch: introduce tests

2018-04-10 Thread Josh Poimboeuf
On Tue, Apr 10, 2018 at 04:31:05PM +0200, Miroslav Benes wrote: > > > > > I love this. Nice work! > > Yes, it looks really good. > > > > > As you and Petr discussed, it would be nice to get rid of some of the > > > > delays, and also the callback tests will be very important. > > > > > > I've

Re: [PATCH] selftests/livepatch: introduce tests

2018-04-10 Thread Miroslav Benes
> > > I love this. Nice work! Yes, it looks really good. > > > As you and Petr discussed, it would be nice to get rid of some of the > > > delays, and also the callback tests will be very important. > > > > I've got v2 WIP that minimizes the delays, cleans up build flags, and > > adds a basic

Re: [PATCH] selftests/livepatch: introduce tests

2018-04-09 Thread Petr Mladek
On Sun 2018-04-08 11:42:31, Joe Lawrence wrote: > On Fri, Apr 06, 2018 at 09:36:46PM -0500, Josh Poimboeuf wrote: > > On Wed, Mar 28, 2018 at 03:49:48PM -0400, Joe Lawrence wrote: > > > Add a few livepatch modules and simple target modules that the included > > > regression suite can run tests agai

Re: [PATCH] selftests/livepatch: introduce tests

2018-04-08 Thread Joe Lawrence
On Fri, Apr 06, 2018 at 09:36:46PM -0500, Josh Poimboeuf wrote: > On Wed, Mar 28, 2018 at 03:49:48PM -0400, Joe Lawrence wrote: > > Add a few livepatch modules and simple target modules that the included > > regression suite can run tests against. > > > > Signed-off-by: Joe Lawrence > > --- > >

Re: [PATCH] selftests/livepatch: introduce tests

2018-04-06 Thread Josh Poimboeuf
On Wed, Mar 28, 2018 at 03:49:48PM -0400, Joe Lawrence wrote: > Add a few livepatch modules and simple target modules that the included > regression suite can run tests against. > > Signed-off-by: Joe Lawrence > --- > lib/Kconfig.debug | 12 + > lib/Makefile

Re: [PATCH] selftests/livepatch: introduce tests

2018-03-29 Thread kbuild test robot
Hi Joe, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.16-rc7 next-20180329] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/comm

[PATCH] selftests/livepatch: introduce tests

2018-03-28 Thread Joe Lawrence
Add a few livepatch modules and simple target modules that the included regression suite can run tests against. Signed-off-by: Joe Lawrence --- lib/Kconfig.debug | 12 + lib/Makefile | 2 + lib/livepatch/Makefile