commit | 4bc86992554fbd9843018edc873d77907bb5f215 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@kernel.org> | Tue Nov 01 18:43:41 2022 +0000 |
committer | Mark Brown <broonie@kernel.org> | Tue Nov 01 18:44:18 2022 +0000 |
tree | 721d0b90457948c522fdd66fbdf92d31d5fe0fa4 | |
parent | 30a0b95b1335e12efef89dd78518ed3e4a71a763 [diff] |
kselftest/arm64: Print ASCII version of unknown signal frame magic values The signal magic values are supposed to be allocated as somewhat meaningful ASCII so if we encounter a bad magic value print the any alphanumeric characters we find in it as well as the hex value to aid debuggability. Signed-off-by: Mark Brown <broonie@kernel.org>