Re: [PATCH] rcutorture: Add missing - to `--do-allmodconfig` in usage

From: Paul E. McKenney
Date: Tue Feb 08 2022 - 14:33:41 EST


On Tue, Feb 08, 2022 at 07:17:37PM +0100, Paul Menzel wrote:
> Dear Paul,
>
>
> Am 08.02.22 um 19:05 schrieb Paul E. McKenney:
> > On Tue, Feb 08, 2022 at 11:52:40AM +0100, Paul Menzel wrote:
> > > The usage currently lists `--doallmodconfig`, resulting in:
> > >
> > > $ tools/testing/selftests/rcutorture/bin/torture.sh --doallmodconfig
> > > Unknown argument --doallmodconfig
> > > […]
> > >
> > > Add the missing dash for `--do-allmodconfig`.
> > >
> > > Fixes: a115a775a8d5 ("torture: Add "make allmodconfig" to torture.sh")
> > > Signed-off-by: Paul Menzel <pmenzel@xxxxxxxxxxxxx>
> >
> > Good eyes, thank you!
> >
> > I will add your Reported-by and your Fixes line (with attribution) to
> > this commit in -rcu:
> >
> > dbc3fa1ffb4b ("torture: Make torture.sh help message match reality")
>
> Oh, I missed that. No need to amend, and sorry for the noise.

No problem, I had to do a rebase to make a bunch of other adjustments
anyway. The updated commit should be showing up on a kernel.org mirror
near you in the near future. ;-)

Thanx, Paul