1. 20 Mar, 2022 3 commits
  2. 12 Mar, 2022 3 commits
  3. 11 Mar, 2022 4 commits
  4. 10 Mar, 2022 7 commits
  5. 08 Mar, 2022 13 commits
  6. 07 Mar, 2022 1 commit
  7. 04 Mar, 2022 1 commit
  8. 03 Mar, 2022 1 commit
  9. 02 Mar, 2022 1 commit
  10. 01 Mar, 2022 5 commits
  11. 28 Feb, 2022 1 commit
    • Frank Rowand's avatar
      of: unittest: add program to process EXPECT messages · 8e4296c2
      Frank Rowand authored
      If unittest detects a problem it will print a warning or error message
      to the console.  Unittest also triggers warning and error messages from
      other kernel code as a result of intentionally bad unittest data.  This
      has led to confusion as to whether the triggered messages are an
      expected result of a test or whether there is a real problem that is
      independent of unittest.
      
      EXPECT messages were added to unittest to report each triggered message
      that is expected, resulting in verbose console output.
      
      scripts/dtc/of_unittest is a new program that processes the EXPECT
      messages to determine whether the triggered messages occurred and
      also removes the excess verbosity of the EXPECT messages.  More
      information is available from 'scripts/dtc/of_unittest_expect --help'.
      Signed-off-by: default avatarFrank Rowand <frank.rowand@sony.com>
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      Link: https://lore.kernel.org/r/20220201181413.2719955-1-frowand.list@gmail.com
      8e4296c2