unplugged-system/external/igt-gpu-tools/runner/json_tests_data/dmesg-escapes/README.txt

5 lines
259 B
Plaintext
Raw Permalink Normal View History

Unprintable characters in kernel logs, when read via /dev/kmsg, are
escaped as \xNN where NN the character's ascii code in hex. Those are
expected to be decoded to results, if they really are
printable. Kernel's idea of nonprintable is "c < 0x20 || c > 127".