Tom Rini
9a13d08732
Merge patch series "test: Quote variables in 'test -n' expressions across boards"
...
Simon Glass <sjg@chromium.org > says:
Several boards use 'test -n ${var}' (unquoted) in env scripts to detect
an empty variable and trigger a fallback or skip a hook. That works only
because of a U-Boot 'test' quirk where calls with argc < 3 returned
false; an empty variable made the expression 'test -n' (one operand) and
hit that path.
Commit 8b0619579b ("cmd: test: fix handling of single-argument form of
test") aligned 'test' with POSIX so those expressions flipped to true.
f7e7c55e53 ("cmd: test: add bug-compatibility special case for 'test
-n'") restored the old behaviour for the exact 'test -n' (one arg) case,
so the boards are not broken at runtime today, but the reliance on a
bug-compat path isn't great.
This series updates various boards to quote each affected variable so
the emptiness check is explicit and does not depend on the
special-case path.
Each commit carries a Fixes: tag pointing at 8b0619579b
Link: https://lore.kernel.org/r/20260503204936.3151124-1-sjg@chromium.org
2026-05-14 15:39:22 -06:00
..
2025-07-22 13:53:03 -06:00
2025-12-08 12:10:47 +08:00
2025-07-10 19:26:56 +02:00
2025-12-10 09:28:37 -06:00
2025-09-08 08:44:33 -06:00
2025-05-02 15:32:44 -06:00
2025-02-14 10:19:24 -06:00
2025-12-04 15:05:34 -06:00
2026-04-23 11:49:48 +02:00
2025-10-15 15:08:27 -06:00
2025-04-23 22:12:02 +08:00
2025-04-12 09:48:30 +03:00
2025-12-16 11:38:23 -06:00
2025-09-18 18:10:11 -06:00
2026-05-14 15:39:09 -06:00
2025-10-08 16:12:53 -06:00
2024-12-18 13:19:16 +08:00
2025-08-01 09:30:47 +02:00
2025-12-04 15:06:28 -06:00
2026-05-14 15:39:09 -06:00
2025-03-18 07:23:29 -06:00
2025-11-29 14:42:24 -03:00
2025-07-10 19:26:56 +02:00
2025-02-14 10:19:24 -06:00
2025-04-16 15:39:48 +02:00
2025-06-16 14:40:27 -03:00
2026-02-28 15:31:50 -03:00
2025-06-20 12:15:08 -06:00
2025-11-29 14:42:24 -03:00
2025-11-29 14:42:25 -03:00
2025-07-10 19:26:56 +02:00
2025-11-29 14:42:25 -03:00
2026-01-17 15:00:42 -03:00
2025-11-29 14:42:25 -03:00
2025-09-08 08:44:33 -06:00
2026-05-14 15:39:09 -06:00
2025-04-11 15:32:22 +02:00
2026-01-14 16:25:09 +01:00
2025-07-25 10:17:21 +09:00
2025-07-10 19:26:56 +02:00
2025-11-07 16:00:58 -06:00
2025-04-23 22:12:02 +08:00
2025-04-23 22:12:02 +08:00
2025-12-02 13:38:27 +09:00
2025-07-10 19:26:56 +02:00
2025-02-14 10:19:24 -06:00
2025-02-14 10:19:24 -06:00
2025-07-10 19:26:56 +02:00
2025-07-10 19:26:56 +02:00
2025-07-10 19:26:56 +02:00
2025-12-04 15:08:19 -06:00
2025-12-04 15:07:33 -06:00
2025-07-29 08:44:18 +02:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-02-14 10:19:24 -06:00
2025-05-21 07:53:13 -03:00
2025-06-20 12:15:08 -06:00
2025-02-14 10:19:24 -06:00
2025-01-16 10:15:42 -03:00
2025-06-20 12:15:08 -06:00
2025-02-14 10:19:24 -06:00
2025-01-16 10:15:41 -03:00
2025-02-14 10:19:24 -06:00
2025-02-14 10:19:24 -06:00
2025-01-16 10:15:41 -03:00
2025-06-20 12:15:08 -06:00
2025-09-05 09:04:59 -03:00
2025-01-16 10:15:42 -03:00
2025-11-29 14:42:26 -03:00
2025-11-29 14:42:26 -03:00
2025-06-20 12:15:08 -06:00
2025-11-29 14:42:26 -03:00
2025-12-29 10:17:00 -03:00
2025-12-29 10:17:01 -03:00
2025-08-23 08:21:48 -03:00
2025-08-23 08:21:48 -03:00
2025-08-23 08:21:48 -03:00
2025-09-26 09:51:21 -03:00
2025-11-04 12:46:28 -03:00
2026-03-16 18:44:00 -03:00
2025-03-13 15:15:50 -03:00
2025-03-13 15:15:50 -03:00
2025-03-13 15:15:50 -03:00
2025-12-03 00:17:15 +01:00
2024-12-14 09:34:16 -06:00
2025-04-23 22:12:02 +08:00
2025-07-22 13:53:03 -06:00
2025-07-10 19:26:56 +02:00
2025-11-29 14:42:24 -03:00
2025-11-29 14:42:24 -03:00
2025-09-05 09:03:28 -03:00
2025-10-07 08:58:28 -03:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-07-10 19:26:56 +02:00
2024-12-18 13:19:15 +08:00
2025-11-29 14:42:26 -03:00
2025-12-11 18:42:20 +08:00
2026-01-28 14:26:50 +08:00
2026-04-09 12:17:28 -06:00
2026-04-09 12:17:28 -06:00
2026-04-09 12:17:28 -06:00
2026-04-09 12:17:28 -06:00
2026-04-09 12:17:28 -06:00
2026-04-09 12:17:28 -06:00
2026-04-09 12:17:28 -06:00
2026-04-09 12:17:28 -06:00
2026-04-09 12:17:28 -06:00
2026-04-09 12:17:28 -06:00
2025-02-14 10:19:24 -06:00
2026-05-14 15:39:09 -06:00
2025-09-19 19:22:42 +08:00
2025-04-12 09:48:30 +03:00
2025-05-30 10:16:51 -06:00
2025-05-30 10:16:51 -06:00
2025-01-30 14:35:14 -06:00
2026-01-21 12:05:15 -06:00
2025-06-20 12:15:08 -06:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-02-14 10:19:24 -06:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-12-04 15:09:18 -06:00
2025-01-28 09:08:44 +01:00
2025-05-30 10:16:51 -06:00
2025-05-30 10:16:51 -06:00
2025-05-30 10:16:51 -06:00
2025-11-29 14:42:26 -03:00
2025-11-29 14:42:26 -03:00
2025-12-04 15:09:52 -06:00
2025-03-18 08:12:52 -06:00
2026-02-02 13:39:42 -06:00
2026-04-02 09:05:23 -03:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:25 -03:00
2025-11-29 14:42:26 -03:00
2025-11-29 14:42:26 -03:00
2025-07-10 19:26:56 +02:00
2025-04-23 22:12:02 +08:00
2025-05-06 17:59:12 +08:00
2025-01-28 09:08:44 +01:00
2026-02-02 14:24:41 -06:00
2025-09-19 19:23:04 +08:00
2025-09-19 11:55:29 -06:00
2024-12-29 16:55:31 +01:00
2024-12-29 16:55:31 +01:00
2024-12-29 16:55:31 +01:00
2026-05-05 12:53:53 +02:00
2025-08-30 23:04:23 +08:00
2025-01-10 18:56:17 -06:00
2026-03-10 10:07:03 -06:00
2025-04-23 22:12:04 +08:00
2025-04-23 22:12:02 +08:00
2025-04-23 22:12:05 +08:00
2025-04-23 22:12:02 +08:00
2025-04-23 22:12:06 +08:00
2025-01-10 18:56:17 -06:00
2025-02-04 23:32:00 +01:00
2025-11-26 19:17:49 +09:00
2025-06-19 13:56:43 +03:00
2025-06-19 13:56:43 +03:00
2025-07-25 11:54:43 +03:00
2025-06-26 13:45:33 -06:00
2026-05-14 15:39:09 -06:00
2026-05-14 15:39:09 -06:00
2025-12-08 12:10:51 +08:00
2025-03-25 16:19:07 +08:00
2025-07-10 19:26:56 +02:00
2025-02-14 10:19:24 -06:00
2026-02-14 11:06:46 -06:00
2026-02-14 11:06:46 -06:00
2025-08-08 22:20:52 +08:00
2026-02-14 11:06:46 -06:00
2026-02-14 11:06:46 -06:00
2025-12-01 14:29:06 +08:00
2025-06-10 20:50:50 +02:00
2025-05-21 16:49:35 +08:00
2025-04-25 16:00:22 +02:00
2025-06-11 12:00:36 -06:00
2026-04-27 11:26:40 -06:00
2025-05-05 15:51:46 +02:00
2026-02-24 17:41:48 +01:00
2026-02-24 17:41:48 +01:00
2026-04-27 11:26:40 -06:00
2025-07-29 17:02:31 +02:00
2026-04-27 11:26:40 -06:00
2025-07-29 17:02:32 +02:00
2026-05-04 22:19:49 +02:00
2025-07-10 19:26:56 +02:00
2025-07-27 23:11:31 +01:00
2026-04-30 23:31:02 +02:00
2025-05-30 10:16:51 -06:00
2025-12-21 17:01:12 +02:00
2025-05-08 08:31:12 +03:00
2025-05-21 16:49:52 +08:00
2025-09-08 08:44:33 -06:00
2025-04-16 13:42:06 +02:00
2025-04-11 10:00:26 -03:00
2025-10-30 12:39:57 -03:00
2025-04-23 22:12:02 +08:00
2026-04-02 09:05:46 -03:00
2026-04-02 09:05:46 -03:00
2026-04-02 09:05:46 -03:00
2026-04-21 20:49:39 -03:00
2026-04-21 20:49:39 -03:00
2025-11-29 14:42:26 -03:00
2025-11-29 14:42:26 -03:00
2025-07-10 19:26:56 +02:00
2025-06-03 17:18:03 -06:00
2026-04-21 20:49:39 -03:00
2025-12-04 15:11:26 -06:00
2025-06-20 12:15:08 -06:00
2025-09-19 19:08:18 +08:00
2025-11-29 14:42:26 -03:00
2025-11-29 14:42:26 -03:00
2025-03-30 09:15:31 -06:00
2025-03-30 09:15:31 -06:00
2025-04-16 13:42:06 +02:00