b9bc7b8b1e
lkdtm/bugs.c:94:2: error: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Werror=format=]
pr_info("Calling function with %d frame size to depth %d ...\n",
^
THREAD_SIZE is defined as a unsigned long, cast CONFIG_FRAME_WARN to
unsigned long as well.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
bugs.c | ||
core.c | ||
heap.c | ||
lkdtm.h | ||
perms.c | ||
refcount.c | ||
rodata.c | ||
stackleak.c | ||
usercopy.c |