summaryrefslogtreecommitdiff
path: root/tools/bootconfig/samples/bad-array-in-next-line.bconf
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2026-02-13 19:33:39 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2026-02-13 19:33:39 -0800
commit770aaedb461a055f79b971d538678942b6607894 (patch)
tree63c107a231f68d426cb4c9670189fe1c390f259e /tools/bootconfig/samples/bad-array-in-next-line.bconf
parent3c6e577d5ae705edebed9882ff474d7a48a47dd2 (diff)
parent8c5d862fcb2116ebf5ce762a82db827a38a7d8ee (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/bad-array-in-next-line.bconf')
-rw-r--r--tools/bootconfig/samples/bad-array-in-next-line.bconf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/bootconfig/samples/bad-array-in-next-line.bconf b/tools/bootconfig/samples/bad-array-in-next-line.bconf
new file mode 100644
index 000000000000..95a99a3bde8c
--- /dev/null
+++ b/tools/bootconfig/samples/bad-array-in-next-line.bconf
@@ -0,0 +1,4 @@
+# the first array value must be on the same line as the key
+key =
+ value1,
+ value2