Skip to content

Commit bf1c606

Browse files
committed
kernel-log-check: mention sof_local_extra_kernel_ignores[] at the top
`sof_local_extra_kernel_ignores[] was added by commit 83f5e41 but it is not useful if it is unknown. Mention it at the top. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
1 parent 0f42a37 commit bf1c606

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tools/sof-kernel-log-check.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
# Ignoring errors is very dangerous for reasons detailed below so please
1111
# read this and think twice before making changes in this file.
1212

13+
# You don't need to change this file for errors specific to unusual
14+
# configurations or unusual devices. Instead, define a
15+
# sof_local_extra_kernel_ignores=( ... ) array in either
16+
# /etc/sof/local_config.bash or ${SCRIPT_HOME}/case-lib/local_config.bash
17+
# This is also a convenient way to stage and test future `ignore_str` changes
18+
# without git acrobatics.
19+
#
20+
# Detailed explanation in commits 83f5e4190e9f21bf and f94cdc772758692
21+
1322
# Error types
1423
# -----------
1524
#

0 commit comments

Comments
 (0)