On Fri, Jun 03, 2022 at 08:11:53PM +0300, Andy Shevchenko wrote: > When kernel.h is used in the headers it adds a lot into dependency hell, > especially when there are circular dependencies are involved. > > Replace kernel.h inclusion with the list of what is really being used. Thanks. Can you fix the test suite too? (cd tools/testing/radix-tree; make)