Re: [PATCH 1/6] util: introduce a parser for kernel cmdline arguments

2020-05-28 Thread Paulo de Rezende Pinatti
On 15/05/20 16:19, Erik Skultety wrote: On Mon, May 11, 2020 at 06:41:56PM +0200, Boris Fiuczynski wrote: From: Paulo de Rezende Pinatti Introduce two utility functions to parse a kernel command line string according to the kernel code parsing rules in order to enable the caller to perform

Re: [PATCH 1/6] util: introduce a parser for kernel cmdline arguments

2020-05-28 Thread Boris Fiuczynski
On 5/15/20 4:19 PM, Erik Skultety wrote: On Mon, May 11, 2020 at 06:41:56PM +0200, Boris Fiuczynski wrote: From: Paulo de Rezende Pinatti Introduce two utility functions to parse a kernel command line string according to the kernel code parsing rules in order to enable the caller to perform

Re: [PATCH 1/6] util: introduce a parser for kernel cmdline arguments

2020-05-15 Thread Erik Skultety
On Mon, May 11, 2020 at 06:41:56PM +0200, Boris Fiuczynski wrote: > From: Paulo de Rezende Pinatti > > Introduce two utility functions to parse a kernel command > line string according to the kernel code parsing rules in > order to enable the caller to perform operations such as > verifying

[PATCH 1/6] util: introduce a parser for kernel cmdline arguments

2020-05-11 Thread Boris Fiuczynski
From: Paulo de Rezende Pinatti Introduce two utility functions to parse a kernel command line string according to the kernel code parsing rules in order to enable the caller to perform operations such as verifying whether certain argument=value combinations are present or retrieving an