Re: [PATCH] tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION define

2024-06-26 Thread Liam R. Howlett
Thanks. These (this one and two previous patches for xarray and maple) are needed for our testing to compile. * Sidhartha Kumar [240626 19:21]: > Userspace builds of the radix-tree testing suite fails because of patch > KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko. Add the >

[PATCH] tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION define

2024-06-26 Thread Sidhartha Kumar
Userspace builds of the radix-tree testing suite fails because of patch KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko. Add the proper defines to tools/testing/radix-tree/idr-test.c so MODULE_DESCRIPTION has a definition. This allows the build to succeed. Fixes: 303474913271("KU