Hi Mattijs, On 3/31/25 09:54, Mattijs Korpershoek wrote: > Hi Jerome, > > Thank you for the patch. > > On mar., mars 18, 2025 at 11:46, Jerome Forissier > <[email protected]> wrote: > > [...] > >> >> obj-$(CONFIG_HUSH_SELECTABLE) += cli.o >> >> +obj-$(CONFIG_CMD_SPAWN) += spawn.o >> + >> obj-$(CONFIG_ARM) += arm/ >> obj-$(CONFIG_RISCV) += riscv/ >> obj-$(CONFIG_SANDBOX) += sandbox/ >> diff --git a/cmd/spawn.c b/cmd/spawn.c >> new file mode 100644 >> index 00000000000..f7a9f225f93 >> --- /dev/null >> +++ b/cmd/spawn.c >> @@ -0,0 +1,188 @@ >> +// SPDX-License-Identifier: GPL-2.0+ >> +/* >> + * Copyright (c) 2011 The Chromium OS Authors. >> + */ > > Nitpick: Is this the correct copyright? For the test code in the next > patch you used > > * Copyright 2025, Linaro Ltd.
Good catch, I'll fix it. > Besides that: > > Reviewed-by: Mattijs Korpershoek <[email protected]> > > [...] > >> + Thanks! -- Jerome

