Re: (subset) [PATCH v4 1/8] overflow: Use POD in check_shl_overflow()

From: Kees Cook
Date: Thu Feb 29 2024 - 13:30:45 EST


On Wed, 28 Feb 2024 22:41:31 +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.
>
>

Applied to for-next/hardening, thanks!

[1/8] overflow: Use POD in check_shl_overflow()
https://git.kernel.org/kees/c/4e55a75495b7

Take care,

--
Kees Cook