From: "Masami Hiramatsu (Google)" <mhiramat@kernel.org>
To: Steven Rostedt <rostedt@goodmis.org>, linux-trace-kernel@vger.kernel.org
Cc: Julius Werner <jwerner@google.com>,
Masami Hiramatsu <mhiramat@kernel.org>,
LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH v3 0/2] bootconfig: Handle an empty value
Date: Thu, 5 Feb 2026 09:46:15 +0900 [thread overview]
Message-ID: <177025237564.14982.14899224362754775890.stgit@devnote2> (raw)
This is the 3rd version of the update of the bootconfig parser to
make it handle an empty value which is terminated by a newline or
a comment. The previous version is here:
https://lore.kernel.org/all/177019401833.80694.554894321526842218.stgit@devnote2/
This version fixes typos and add 2 bad examples which were
previously good[1/2].
Thank you,
---
Masami Hiramatsu (Google) (2):
bootconfig: Terminate value search if it hits a newline
bootconfig: Check the parsed output of the good examples
.../samples/bad-array-after-comment.bconf | 4 ++++
.../samples/bad-array-in-next-line.bconf | 4 ++++
.../samples/exp-good-array-space-comment.bconf | 1 +
.../samples/exp-good-comment-after-value.bconf | 1 +
.../bootconfig/samples/exp-good-mixed-append.bconf | 2 ++
tools/bootconfig/samples/exp-good-mixed-kv1.bconf | 2 ++
tools/bootconfig/samples/exp-good-mixed-kv2.bconf | 2 ++
tools/bootconfig/samples/exp-good-mixed-kv3.bconf | 5 +++++
.../samples/exp-good-mixed-override.bconf | 2 ++
tools/bootconfig/samples/exp-good-override.bconf | 4 ++++
tools/bootconfig/samples/exp-good-printables.bconf | 2 ++
tools/bootconfig/samples/exp-good-simple.bconf | 8 ++++++++
tools/bootconfig/samples/exp-good-single.bconf | 3 +++
.../samples/exp-good-space-after-value.bconf | 1 +
tools/bootconfig/samples/exp-good-tree.bconf | 8 ++++++++
.../samples/good-array-space-comment.bconf | 3 +--
tools/bootconfig/test-bootconfig.sh | 3 +++
17 files changed, 53 insertions(+), 2 deletions(-)
create mode 100644 tools/bootconfig/samples/bad-array-after-comment.bconf
create mode 100644 tools/bootconfig/samples/bad-array-in-next-line.bconf
create mode 100644 tools/bootconfig/samples/exp-good-array-space-comment.bconf
create mode 100644 tools/bootconfig/samples/exp-good-comment-after-value.bconf
create mode 100644 tools/bootconfig/samples/exp-good-mixed-append.bconf
create mode 100644 tools/bootconfig/samples/exp-good-mixed-kv1.bconf
create mode 100644 tools/bootconfig/samples/exp-good-mixed-kv2.bconf
create mode 100644 tools/bootconfig/samples/exp-good-mixed-kv3.bconf
create mode 100644 tools/bootconfig/samples/exp-good-mixed-override.bconf
create mode 100644 tools/bootconfig/samples/exp-good-override.bconf
create mode 100644 tools/bootconfig/samples/exp-good-printables.bconf
create mode 100644 tools/bootconfig/samples/exp-good-simple.bconf
create mode 100644 tools/bootconfig/samples/exp-good-single.bconf
create mode 100644 tools/bootconfig/samples/exp-good-space-after-value.bconf
create mode 100644 tools/bootconfig/samples/exp-good-tree.bconf
--
Masami Hiramatsu (Google) <mhiramat@google.com>
next reply other threads:[~2026-02-05 0:46 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-05 0:46 Masami Hiramatsu (Google) [this message]
2026-02-05 0:46 ` [PATCH v3 1/2] bootconfig: Terminate value search if it hits a newline Masami Hiramatsu (Google)
2026-02-05 0:46 ` [PATCH v3 2/2] bootconfig: Check the parsed output of the good examples Masami Hiramatsu (Google)
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=177025237564.14982.14899224362754775890.stgit@devnote2 \
--to=mhiramat@kernel.org \
--cc=jwerner@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-trace-kernel@vger.kernel.org \
--cc=rostedt@goodmis.org \
/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