Re: [PATCH v7 0/3] drivers/base: Introduce revocable
From: Greg Kroah-Hartman
Date: Fri Jan 16 2026 - 10:17:32 EST
On Fri, Jan 16, 2026 at 08:02:32AM +0000, Tzung-Bi Shih wrote:
> The series is separated from [1] to show the independency and compare
> potential use cases easier. This is the revocable core part. Use cases
> are in other series.
>
> The 1st patch introduces the revocable which is an implementation of ideas
> from the talk [2].
>
> The 2nd and 3rd patches add test cases for revocable in Kunit and selftest.
>
> [1] https://lore.kernel.org/chrome-platform/20251016054204.1523139-1-tzungbi@xxxxxxxxxx
> [2] https://lpc.events/event/17/contributions/1627/
>
> v7:
> - Rebase onto next-20260115.
Thanks for sticking with this, I've queued this up in the driver-core
testing branch for now, thanks!
greg k-h