]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'bootconfig-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Feb 2026 03:33:39 +0000 (19:33 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 14 Feb 2026 03:33:39 +0000 (19:33 -0800)
commit770aaedb461a055f79b971d538678942b6607894
tree63c107a231f68d426cb4c9670189fe1c390f259e
parent3c6e577d5ae705edebed9882ff474d7a48a47dd2
parent8c5d862fcb2116ebf5ce762a82db827a38a7d8ee
Merge tag 'bootconfig-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

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