diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-20 14:19:12 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-20 16:45:34 +0100 |
| commit | f83f92fd5e8f53114eb4e4149c19f2c4d7fddc78 (patch) | |
| tree | b7bdfc5bdd2ffb3a9f0044e978b8f85946952134 /sys/linux/trusty.txt.warn | |
| parent | ae5ed0b14052adc4be0d98e5e8a46a0b0ab2c565 (diff) | |
tools/syz-check: inject description compilation warnings
Currently we print them as part of `make genereate`,
but nobody reads them, too much output each time.
Don't print them in `make generate` and instead
print in syz-check, the warn files are a good mechanism
to handle "known warnings".
Diffstat (limited to 'sys/linux/trusty.txt.warn')
| -rw-r--r-- | sys/linux/trusty.txt.warn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/linux/trusty.txt.warn b/sys/linux/trusty.txt.warn index 077fa8100..924338288 100644 --- a/sys/linux/trusty.txt.warn +++ b/sys/linux/trusty.txt.warn @@ -4,6 +4,8 @@ struct trusty_password_handle: no corresponding struct in kernel struct trusty_km_secure_msg: no corresponding struct in kernel struct trusty_km_supported_digests: no corresponding struct in kernel struct trusty_km_configure: no corresponding struct in kernel +len target params refer to an array with variable-size elements (do you mean bytesize?) +len target elements refer to an array with variable-size elements (do you mean bytesize?) struct trusty_authorization_bytes: no corresponding struct in kernel struct trusty_avb_rollback_index: no corresponding struct in kernel struct trusty_storage_file_close_req: no corresponding struct in kernel |
