On Tue, Feb 03, 2026 at 01:30:37PM +0100, Greg Kroah-Hartman wrote: > The revocable code is still under active discussion, and there is no > in-kernel users of it. So disable it from the build for now so that no > one suffers from it being present in the tree, yet leave it in the > source tree so that others can easily test it by reverting this commit > and building off of it for future releases. > > Signed-off-by: Greg Kroah-Hartman <[email protected]>
And also: diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 11b6515ce3d0..56e44a98d6a5 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -17,7 +17,6 @@ TARGETS += damon TARGETS += devices/error_logs TARGETS += devices/probe TARGETS += dmabuf-heaps -TARGETS += drivers/base/revocable TARGETS += drivers/dma-buf TARGETS += drivers/ntsync TARGETS += drivers/s390x/uvdevice With that, Reviewed-by: Tzung-Bi Shih <[email protected]>
