5c0198b6fb
kasan_p4d_table(), kasan_pmd_table() and kasan_pud_table() are declared
as returning bool, but return 0 instead of false, which produces a
coccinelle warning. Fix it.
Link: http://lkml.kernel.org/r/1fa6fadf644859e8a6a8ecce258444b49be8c7ee.1551716733.git.andreyknvl@google.com
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
common.c | ||
generic.c | ||
generic_report.c | ||
init.c | ||
kasan.h | ||
quarantine.c | ||
report.c | ||
tags.c | ||
tags_report.c |