Re: [PATCH v6 0/2] shrink lib/string.i via IWYU
From: Kees Cook
Date: Thu Feb 01 2024 - 12:53:04 EST
On Tue, 26 Dec 2023 17:59:59 +0000, Tanzir Hasan wrote:
> This patch series changes the include list of string.c to minimize
> the preprocessing size. The patch series intends to remove REPEAT_BYE
> from kernel.h and move it into its own header file because
> word-at-a-time.h has an implicit dependancy on it but it is declared
> in kernel.h which is bloated.
>
Applied to for-next/hardening, thanks!
[1/2] kernel.h: removed REPEAT_BYTE from kernel.h
https://git.kernel.org/kees/c/66a5c40f60f5
[2/2] lib/string: shrink lib/string.i via IWYU
https://git.kernel.org/kees/c/38b9baf19469
Take care,
--
Kees Cook