From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: Andrei Lalaev <andrey.lalaev@gmail.com>, s.hauer@pengutronix.de
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] common: fastboot: send FAIL if variable does not exist
Date: Tue, 22 Jul 2025 16:07:19 +0200 [thread overview]
Message-ID: <44e20622-1c1f-4087-8b34-01cf378d3004@pengutronix.de> (raw)
In-Reply-To: <20250611175645.144025-1-andrey.lalaev@gmail.com>
Hello Andrei,
On 6/11/25 19:56, Andrei Lalaev wrote:
> According to doc [1], new implementations should send FAIL if the
> variable specified in the getvar command does not exist.
>
> [1]: https://android.googlesource.com/platform/system/core/+show/refs/heads/main/fastboot/README.md#121
>
> Signed-off-by: Andrei Lalaev <andrey.lalaev@gmail.com>
Did you run into any particular issues that motivated your change?
I am asking, because this causes error output for is-logical:$partition,
which barebox didn't implement.
I sent a patch to implement it, but would be good to know the backstory
on this patch. :)
Thanks,
Ahmad
> ---
> common/fastboot.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/common/fastboot.c b/common/fastboot.c
> index 56bc4e82c4..3df3c227a3 100644
> --- a/common/fastboot.c
> +++ b/common/fastboot.c
> @@ -372,7 +372,7 @@ static void cb_getvar(struct fastboot *fb, const char *cmd)
> goto out;
>
> skip_partitions:
> - fastboot_tx_print(fb, FASTBOOT_MSG_OKAY, "");
> + fastboot_tx_print(fb, FASTBOOT_MSG_FAIL, "");
> out:
> fastboot_free_variables(&partition_list);
> }
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2025-07-22 15:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-11 17:56 Andrei Lalaev
2025-06-12 8:08 ` Sascha Hauer
2025-06-12 14:19 ` Andrei Lalaev
2025-06-23 14:04 ` Sascha Hauer
2025-06-17 6:54 ` Sascha Hauer
2025-07-22 14:07 ` Ahmad Fatoum [this message]
2025-07-22 15:53 ` Andrei Lalaev
2025-07-22 15:55 ` Ahmad Fatoum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44e20622-1c1f-4087-8b34-01cf378d3004@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=andrey.lalaev@gmail.com \
--cc=barebox@lists.infradead.org \
--cc=s.hauer@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox