Bug#716237: [PATCH v2 0/2] rt-migrate-test: few sanity fixes

2015-02-17 Thread Clark Williams
On Tue, 17 Feb 2015 23:43:57 +0600 Boris Egorov wrote: > Few fixes for rt-migrate-test, one to fix arithmetic error and others > to properly handle options passed by user. > > Difference of this series from the first patch: > > * value checks now taking place in parse_options() instead of main(

Bug#716237: [PATCH] rt-migrate-test: exit early if nr_runs is non-positive

2015-02-17 Thread Clark Williams
On Tue, 17 Feb 2015 09:40:11 -0600 Clark Williams wrote: > On Tue, 17 Feb 2015 15:08:38 +0100 Sebastian Andrzej Siewior > wrote: > > * Boris Egorov | 2014-11-27 16:20:34 [+0600]: > > > > >Program will crash if nr_runs is 0 due to dividing by it in > > >print

Bug#716237: [PATCH] rt-migrate-test: exit early if nr_runs is non-positive

2015-02-17 Thread Clark Williams
On Tue, 17 Feb 2015 15:08:38 +0100 Sebastian Andrzej Siewior wrote: > * Boris Egorov | 2014-11-27 16:20:34 [+0600]: > > >Program will crash if nr_runs is 0 due to dividing by it in > >print_results(). Let's exit early instead. > > > >Fixes: http://bugs.debian.org/716237 > > Has this been dealt w