Re: [PATCH v4 kunit-next 0/2] kunit: extend kunit resources API

2020-06-09 Thread Shuah Khan
On 6/5/20 3:20 PM, Brendan Higgins wrote: On Fri, May 29, 2020 at 2:46 PM Alan Maguire wrote: A recent RFC patch set [1] suggests some additional functionality may be needed around kunit resources. It seems to require 1. support for resources without allocation 2. support for lookup of such

Re: [PATCH v4 kunit-next 0/2] kunit: extend kunit resources API

2020-06-05 Thread Brendan Higgins
On Fri, May 29, 2020 at 2:46 PM Alan Maguire wrote: > > A recent RFC patch set [1] suggests some additional functionality > may be needed around kunit resources. It seems to require > > 1. support for resources without allocation > 2. support for lookup of such resources > 3. support for access

[PATCH v4 kunit-next 0/2] kunit: extend kunit resources API

2020-05-29 Thread Alan Maguire
A recent RFC patch set [1] suggests some additional functionality may be needed around kunit resources. It seems to require 1. support for resources without allocation 2. support for lookup of such resources 3. support for access to resources across multiple kernel threads The proposed changes