Re: [PATCH] buildid: reduce header file dependencies for module

From: Arnd Bergmann
Date: Tue Oct 17 2023 - 11:44:50 EST


On Tue, Oct 17, 2023, at 17:29, Yury Norov wrote:
> On Tue, Oct 17, 2023 at 04:33:58PM +0200, Arnd Bergmann wrote:
>>
>> This is easily avoided by changing linux/buildid.h to no longer depend on
>> linux/mm_types.h, a header that pulls in a huge number of indirect dependencies.
>>
>> Fixes: b9c957f554442 ("bitmap: move bitmap_*_region() functions to bitmap.h")
>> Fixes: bd7525dacd7e2 ("bpf: Move stack_map_get_build_id into lib")
>> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
>
> Acked-by: Yury Norov <yury.norov@xxxxxxxxx>
>
> Would you like me to add this into bitmap-for-next?

Yes, I think that would be best to avoid the regression.

Thanks,

Arnd