]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
driver core: disable revocable code from build
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Feb 2026 12:30:37 +0000 (13:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Feb 2026 08:22:51 +0000 (09:22 +0100)
commitc5048ddee936ca5ce0aeb79172ce512130779d31
tree804f3548574fb16aaf3d14814afb13377f9860c7
parent988357628c2c84e891f5992c4f5cfb31fb3bd27b
driver core: disable revocable code from build

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.

Acked-by: Danilo Krummrich <dakr@kernel.org>
Link: https://patch.msgid.link/2026020307-rimmed-dreamy-5a67@gregkh
Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/Kconfig
drivers/base/Makefile
tools/testing/selftests/Makefile