test-runner: enable no_hash_pointers=1
authorPauli Virtanen <pav@iki.fi>
Sun, 28 May 2023 17:39:16 +0000 (17:39 +0000)
committerAyush Garg <ayush.garg@samsung.com>
Fri, 5 Jan 2024 13:34:03 +0000 (19:04 +0530)
commite0e7c868fcddd2e8c118ccc626cc54a12b0fc833
tree984f0f97a9770450f28b5cacf7881ac510fdaeea
parent2fcf3bedab254dc9a732fe762b308243d48d03cf
test-runner: enable no_hash_pointers=1

Set no_hash_pointers=1 to avoid printk printing "___ptrval___" for %p.
This happens with test-runner since the kernel is not running long
enough to gather entropy and so refuses to print addresses, and makes
debugging harder.  As test-runner is only used for testing and
debugging, pointer hashing is not needed.
tools/test-runner.c