From: Masami Hiramatsu <mhiramat@kernel.org>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
Borislav Petkov <bp@alien8.de>,
LKML <linux-kernel@vger.kernel.org>,
Ingo Molnar <mingo@kernel.org>,
Andrew Morton <akpm@linux-foundation.org>,
Masami Hiramatsu <mhiramat@kernel.org>,
Peter Zijlstra <peterz@infradead.org>
Subject: [PATCH v3 0/2] bootconfig: Syntax updates
Date: Fri, 21 Feb 2020 17:13:32 +0900 [thread overview]
Message-ID: <158227281198.12842.8478910651170568606.stgit@devnote2> (raw)
Hi,
Here is the 3rd version of the bootconfig syntax update
which remains on my queue.
- [1/2] A new patch for prohibiting re-definition of value.
- [2/2] Update the value append operator patch on [1/2].
Thank you,
---
Masami Hiramatsu (2):
bootconfig: Prohibit re-defining value on same key
bootconfig: Add append value operator support
Documentation/admin-guide/bootconfig.rst | 19 ++++++++++++++++++-
lib/bootconfig.c | 26 ++++++++++++++++++--------
tools/bootconfig/samples/bad-samekey.bconf | 6 ++++++
tools/bootconfig/test-bootconfig.sh | 16 ++++++++++++++--
4 files changed, 56 insertions(+), 11 deletions(-)
create mode 100644 tools/bootconfig/samples/bad-samekey.bconf
--
Masami Hiramatsu (Linaro) <mhiramat@kernel.org>
next reply other threads:[~2020-02-21 8:13 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-21 8:13 Masami Hiramatsu [this message]
2020-02-21 8:13 ` [PATCH v3 1/2] bootconfig: Prohibit re-defining value on same key Masami Hiramatsu
2020-02-22 4:20 ` Randy Dunlap
2020-02-22 9:31 ` Geert Uytterhoeven
2020-02-22 14:41 ` Masami Hiramatsu
2020-02-22 16:24 ` Randy Dunlap
2020-02-21 8:13 ` [PATCH v3 2/2] bootconfig: Add append value operator support Masami Hiramatsu
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=158227281198.12842.8478910651170568606.stgit@devnote2 \
--to=mhiramat@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=bp@alien8.de \
--cc=geert@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=peterz@infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.