[PATCH v4 1/8] overflow: Use POD in check_shl_overflow()
Kees Cook
keescook at chromium.org
Wed Feb 28 13:33:15 PST 2024
On Wed, Feb 28, 2024 at 10:41:31PM +0200, Andy Shevchenko wrote:
> 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 at linux.intel.com>
Acked-by: Kees Cook <keescook at chromium.org>
--
Kees Cook
More information about the linux-arm-kernel
mailing list