lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 11 Feb 2022 16:44:14 -0800 From: Si-Wei Liu <si-wei.liu@...cle.com> To: Eli Cohen <elic@...dia.com>, stephen@...workplumber.org, netdev@...r.kernel.org Cc: jasowang@...hat.com, lulu@...hat.com, Jianbo Liu <jianbol@...lanox.com> Subject: Re: [PATCH v1 1/4] vdpa: Remove unsupported command line option On 2/10/2022 5:31 AM, Eli Cohen wrote: > "-v[erbose]" option is not supported. > Remove it. > > Acked-by: Jason Wang <jasowang@...hat.com> > Reviewed-by: Jianbo Liu <jianbol@...lanox.com> > Signed-off-by: Eli Cohen <elic@...dia.com> > --- > vdpa/vdpa.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/vdpa/vdpa.c b/vdpa/vdpa.c > index f048e470c929..4ccb564872a0 100644 > --- a/vdpa/vdpa.c > +++ b/vdpa/vdpa.c > @@ -711,7 +711,7 @@ static void help(void) > fprintf(stderr, > "Usage: vdpa [ OPTIONS ] OBJECT { COMMAND | help }\n" > "where OBJECT := { mgmtdev | dev }\n" > - " OPTIONS := { -V[ersion] | -n[o-nice-names] | -j[son] | -p[retty] | -v[erbose] }\n"); > + " OPTIONS := { -V[ersion] | -n[o-nice-names] | -j[son] | -p[retty] }\n"); Maybe remove -n option that is also unsupported yet? Reviewed-by: Si-Wei Liu <si-wei.liu@...cle.com> > } > > static int vdpa_cmd(struct vdpa *vdpa, int argc, char **argv)
Powered by blists - more mailing lists