diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2026-02-13 19:33:39 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2026-02-13 19:33:39 -0800 |
| commit | 770aaedb461a055f79b971d538678942b6607894 (patch) | |
| tree | 63c107a231f68d426cb4c9670189fe1c390f259e /tools/bootconfig/samples/exp-good-single.bconf | |
| parent | 3c6e577d5ae705edebed9882ff474d7a48a47dd2 (diff) | |
| parent | 8c5d862fcb2116ebf5ce762a82db827a38a7d8ee (diff) | |
Merge tag 'bootconfig-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceHEADtorvalds/mastertorvalds/HEADmaster
Pull bootconfig updates from Masami Hiramatsu:
- Update the bootconfig parser to stop searching for a value when it
encounters a newline character
- Update the tests for bootconfig parser to ensure the good examples to
be parsed correctly by comparing the expected results
* tag 'bootconfig-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
bootconfig: Check the parsed output of the good examples
bootconfig: Terminate value search if it hits a newline
Diffstat (limited to 'tools/bootconfig/samples/exp-good-single.bconf')
| -rw-r--r-- | tools/bootconfig/samples/exp-good-single.bconf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bootconfig/samples/exp-good-single.bconf b/tools/bootconfig/samples/exp-good-single.bconf new file mode 100644 index 000000000000..01196910d7f4 --- /dev/null +++ b/tools/bootconfig/samples/exp-good-single.bconf @@ -0,0 +1,3 @@ +key = "1"; +key2 = "2"; +key3 = "alpha", "beta"; |
