diff options
author | Wei Yongjun <[email protected]> | 2022-08-17 08:03:31 +0000 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2022-12-15 16:40:44 -0800 |
commit | 0199907474d402809319ada802b50643625914f9 (patch) | |
tree | 3d5ebe32577f9cbea57abb337cecc296baa401a4 /drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c | |
parent | 4acb9e5139f20c79eb08a95dc5a28186ae7a5088 (diff) |
fault-injection: make some stack filter attrs more readable
Attributes of stack filter are show as unsigned decimal, such as
'require-start', 'require-end'. This patch change to show them as
unsigned hexadecimal for more readable.
Before:
$ echo 0xffffffffc0257000 > /sys/kernel/debug/failslab/require-start
$ cat /sys/kernel/debug/failslab/require-start
18446744072638263296
After:
$ echo 0xffffffffc0257000 > /sys/kernel/debug/failslab/require-start
$ cat /sys/kernel/debug/failslab/require-start
0xffffffffc0257000
[[email protected]: use debugfs_create_xul() instead of debugfs_create_xl()]
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Wei Yongjun <[email protected]>
Signed-off-by: Wang Yufen <[email protected]>
Reviewed-by: Akinobu Mita <[email protected]>
Cc: Dan Williams <[email protected]>
Cc: Isabella Basso <[email protected]>
Cc: Josh Poimboeuf <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Miguel Ojeda <[email protected]>
Cc: Nathan Chancellor <[email protected]>
Cc: Nick Desaulniers <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Rasmus Villemoes <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_encoders.c')
0 files changed, 0 insertions, 0 deletions