Re: [PATCH] um: Include linux/types.h in asm/fpu/api.h

2025-05-06 Thread Johannes Berg
On Wed, 2025-05-07 at 09:41 +0800, Herbert Xu wrote: > > I'll add this to the crypto tree if it's OK with the UML maintainers. Sure, seems trivial enough and nobody is likely to touch that file. Thanks. > ---8<--- > Include linux/types.h before using bool. > > Reported-by: kernel test robot >

[PATCH] um: Include linux/types.h in asm/fpu/api.h

2025-05-06 Thread Herbert Xu
pto: lib/sha256 - > Add helpers for block-based shash > config: um-randconfig-001-20250506 > (https://download.01.org/0day-ci/archive/20250507/202505070045.vwc04ygs-...@intel.com/config) > compiler: clang version 17.0.6 (https://github.com/llvm/llvm-project > 6009708b4367171ccdbf4b5

Re: [PATCH] kbuild: introduce include/generated/global-rebuild.h

2025-05-06 Thread Nicolas Schier
On Sat, May 03, 2025 at 05:41:43PM +0900, Masahiro Yamada wrote: > Sometimes we need to trigger a global rebuild of the kernel tree - > for instance, when any of the GCC plugins changes. [1] > > This commit provides a simple mechanism to force a global rebuild > using a single header file. > > Th