Re: [PATCH v4 0/6] resource: introduce union(), intersection() API

From: Greg Kroah-Hartman
Date: Tue Nov 03 2020 - 01:48:43 EST


On Mon, Nov 02, 2020 at 11:00:19PM +0200, Andy Shevchenko wrote:
> Some users may want to use resource library to manage their own resources,
> besides existing users that open code union() and intersection()
> implementations.
>
> Provide a generic API for wider use.
>
> Changelog v4:
> - added Rb tag (Rafael)
> - Cc'ed to LKML and Greg (Rafael)

Didn't we have some tests for this code somewhere? Have you added tests
for the new functions you have added? If not, can you do that so that
we "know" these work properly?

thanks,

greg k-h