Message ID | 20231226-libstringheader-v6-0-80aa08c7652c@google.com (mailing list archive) |
---|---|
Headers | show |
Series | shrink lib/string.i via IWYU | expand |
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,