summaryrefslogtreecommitdiff
path: root/tools/objtool/check.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2024-02-28 23:41:31 +0300
committerKees Cook <keescook@chromium.org>2024-03-01 00:38:03 +0300
commitc5e6d3d85efa7451590edd94725b4b280e2fd8a3 (patch)
treed267803d5d4dc531786a6759cd3de54e04a61d79 /tools/objtool/check.c
parentc2efa5387c2676815ebbb6a954bf72fef2609709 (diff)
downloadlinux-c5e6d3d85efa7451590edd94725b4b280e2fd8a3.tar.xz
overflow: Use POD in check_shl_overflow()
The check_shl_overflow() uses u64 type that is defined in types.h. Instead of including that header, just switch to use POD type directly. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Kees Cook <keescook@chromium.org> Link: https://lore.kernel.org/r/20240228204919.3680786-2-andriy.shevchenko@linux.intel.com Signed-off-by: Kees Cook <keescook@chromium.org>
Diffstat (limited to 'tools/objtool/check.c')
0 files changed, 0 insertions, 0 deletions