summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2021-03-20 18:53:41 -0700
committerDavid S. Miller <davem@davemloft.net>2021-03-20 18:53:41 -0700
commita05b0c8c823d04bc3d45b63359a253d3ad1bc07a (patch)
tree5166ffbf6e447daf06da1e57a400e30ce27b01f6 /tools/perf/scripts/python
parente56c53d1946b75bdb7752f1fd7e6a62fee2459d9 (diff)
parentb4afd4b90a7cfe54c7cd9db49e3c36d552325eac (diff)
Merge branch 'pa-fox-validation'
Alex Elder says: ==================== ipa: fix validation There is sanity checking code in the IPA driver that's meant to be enabled only during development. This allows the driver to make certain assumptions, but not have to verify those assumptions are true at (operational) runtime. This code is built conditional on IPA_VALIDATION, set (if desired) inside the IPA makefile. Unfortunately, this validation code has some errors. First, there are some mismatched arguments supplied to some dev_err() calls in ipa_cmd_table_valid() and ipa_cmd_header_valid(), and these are exposed if validation is enabled. Second, the tag that enables this conditional code isn't used consistently (it's IPA_VALIDATE in some spots and IPA_VALIDATION in others). This series fixes those two problems with the conditional validation code. Version 2 removes the two patches that introduced ipa_assert(). It also modifies the description in the first patch so that it mentions the changes made to ipa_cmd_table_valid(). ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions