W-M-R commented on code in PR #15397: URL: https://github.com/apache/nuttx/pull/15397#discussion_r1904110834
########## mm/kasan/generic.c: ########## @@ -44,10 +45,8 @@ #define KASAN_LAST_WORD_MASK(end) \ (UINTPTR_MAX >> (-(end) & (KASAN_BITS_PER_WORD - 1))) -#define KASAN_SHADOW_SCALE (sizeof(uintptr_t)) - #define KASAN_SHADOW_SIZE(size) \ - (KASAN_BYTES_PER_WORD * ((size) / KASAN_SHADOW_SCALE / KASAN_BITS_PER_WORD)) Review Comment: After aligning the prefix and structure, mm and kasan can share the same ALIGN, or write `#define KASAN_SHADOW_SCALE MM_ALIGN` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org