Re: [PATCH 1/8] CMDLINE: add generic builtin command line

2023-12-04 Thread Jaskaran Singh
On 11/10/2023 7:08 AM, Daniel Walker wrote: > diff --git a/lib/generic_cmdline.S b/lib/generic_cmdline.S > new file mode 100644 > index ..223763f9eeb6 > --- /dev/null > +++ b/lib/generic_cmdline.S > @@ -0,0 +1,53 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > +#include > +#include

Re: [PATCH 1/8] CMDLINE: add generic builtin command line

2023-11-22 Thread Christophe Leroy
Le 10/11/2023 à 02:38, Daniel Walker a écrit : > This code allows architectures to use a generic builtin command line. > The state of the builtin command line options across architecture is > diverse. MIPS and X86 once has similar systems, then mips added some > options to allow extending the com

Re: [PATCH 1/8] CMDLINE: add generic builtin command line

2023-11-10 Thread kernel test robot
Hi Daniel, kernel test robot noticed the following build errors: [auto build test ERROR on v6.6] [cannot apply to arm64/for-next/core efi/next tip/x86/core robh/for-next linus/master next-20231110] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch,

Re: [PATCH 1/8] CMDLINE: add generic builtin command line

2021-04-02 Thread Christophe Leroy
Le 30/03/2021 à 19:56, Daniel Walker a écrit : This code allows architectures to use a generic builtin command line. The state of the builtin command line options across architecture is diverse. MIPS and X86 once has similar systems, then mips added some options to allow extending the command