On Tue, Jun 02, 2020 at 10:01:59AM +0530, Hari Bathini wrote:
> Fixes: 28d4ab532808 ("Add generic debug option")
> Cc: Cong Wang <[email protected]>
> Signed-off-by: Hari Bathini <[email protected]>Thanks, applied. > --- > kexec/kexec.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/kexec/kexec.c b/kexec/kexec.c > index 7ef3d2a..a62b362 100644 > --- a/kexec/kexec.c > +++ b/kexec/kexec.c > @@ -1374,6 +1374,7 @@ int main(int argc, char *argv[]) > return 0; > case OPT_DEBUG: > kexec_debug = 1; > + break; > case OPT_NOIFDOWN: > skip_ifdown = 1; > break; > > > _______________________________________________ > kexec mailing list > [email protected] > http://lists.infradead.org/mailman/listinfo/kexec > _______________________________________________ kexec mailing list [email protected] http://lists.infradead.org/mailman/listinfo/kexec
