Re: [PATCH v7 4/4] boot/param: add pointer to next argument to unknown parameter callback

From: msuchanek
Date: Thu Aug 24 2017 - 08:17:48 EST


On Thu, 24 Aug 2017 21:04:51 +1000
Michael Ellerman <mpe@xxxxxxxxxxxxxx> wrote:

> Michal Suchanek <msuchanek@xxxxxxx> writes:
>
> > The fadump parameter processing re-does the logic of next_arg quote
> > stripping to determine where the argument ends. Pass pointer to the
> > next argument instead to make this more robust.
> >
> > Signed-off-by: Michal Suchanek <msuchanek@xxxxxxx>
> > ---
> > arch/powerpc/kernel/fadump.c | 13 +++++--------
> > arch/powerpc/mm/hugetlbpage.c | 4 ++--
> > include/linux/moduleparam.h | 2 +-
> > init/main.c | 12 ++++++------
> > kernel/module.c | 4 ++--
> > kernel/params.c | 19 +++++++++++--------
> > lib/dynamic_debug.c | 2 +-
> > 7 files changed, 28 insertions(+), 28 deletions(-)
>
> Can you split out a patch that adds the next argument and updates the
> callers. And then a patch for the fadump to use the new arg.
>
> cheers

Yes, that makes sense.

Thanks

Michal