mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 20:19:47 +02:00
The following warning traceback is seen if object debugging is enabled
with the new crypto test code.
ODEBUG: object 9000000106237c50 is on stack 9000000106234000, but NOT annotated.
------------[ cut here ]------------
WARNING: lib/debugobjects.c:655 at lookup_object_or_alloc.part.0+0x19c/0x1f4, CPU#0: kunit_try_catch/468
...
This also results in a boot stall when running the code in qemu:loongarch.
Initializing the worker with INIT_WORK_ONSTACK() fixes the problem.
Fixes:
|
||
|---|---|---|
| .. | ||
| hash-test-template.h | ||
| Kconfig | ||
| Makefile | ||
| poly1305-testvecs.h | ||
| poly1305_kunit.c | ||
| sha1-testvecs.h | ||
| sha1_kunit.c | ||
| sha224-testvecs.h | ||
| sha224_kunit.c | ||
| sha256-testvecs.h | ||
| sha256_kunit.c | ||
| sha384-testvecs.h | ||
| sha384_kunit.c | ||
| sha512-testvecs.h | ||
| sha512_kunit.c | ||