]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION define
authorSidhartha Kumar <sidhartha.kumar@oracle.com>
Wed, 26 Jun 2024 23:21:00 +0000 (16:21 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 29 Jun 2024 02:36:27 +0000 (19:36 -0700)
commit6f3283df275b19bdea8158a2e2d8ad181995022b
treed0df7dcb835de405fcc68d823e70ca8674b6f788
parent303474913271af4eb3ec1c5f955d1e01682f3e1f
tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION define

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.

Link: https://lkml.kernel.org/r/20240626232100.306130-1-sidhartha.kumar@oracle.com
Fixes: f069e33dafe1 ("KUnit: add missing MODULE_DESCRIPTION() macros for lib/test_*.ko")
Signed-off-by: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Jeff Johnson <quic_jjohnson@quicinc.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
tools/testing/radix-tree/idr-test.c