Skip to content

Commit 7149ce3

Browse files
jhovoldgregkh
authored andcommitted
Revert "revocable: Add Kunit test cases"
This reverts commit cd76934. The new revocable functionality is fundamentally broken and at a minimum needs to be redesigned. Drop the revocable Kunit tests to allow the implementation to be reverted. Signed-off-by: Johan Hovold <johan@kernel.org> Link: https://patch.msgid.link/20260204142849.22055-3-johan@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 379a5aa commit 7149ce3

4 files changed

Lines changed: 0 additions & 296 deletions

File tree

MAINTAINERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22390,7 +22390,6 @@ M: Tzung-Bi Shih <tzungbi@kernel.org>
2239022390
L: linux-kernel@vger.kernel.org
2239122391
S: Maintained
2239222392
F: drivers/base/revocable.c
22393-
F: drivers/base/revocable_test.c
2239422393
F: include/linux/revocable.h
2239522394

2239622395
RFKILL

drivers/base/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,3 @@ config FW_DEVLINK_SYNC_STATE_TIMEOUT
250250
work on.
251251

252252
endmenu
253-
254-
# Kunit test cases
255-
config REVOCABLE_KUNIT_TEST
256-
tristate "Kunit tests for revocable" if !KUNIT_ALL_TESTS
257-
depends on KUNIT && BROKEN
258-
default KUNIT_ALL_TESTS
259-
help
260-
Kunit tests for the revocable API.

drivers/base/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,3 @@ ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG
3535
# define_trace.h needs to know how to find our header
3636
CFLAGS_trace.o := -I$(src)
3737
obj-$(CONFIG_TRACING) += trace.o
38-
39-
# Kunit test cases
40-
obj-$(CONFIG_REVOCABLE_KUNIT_TEST) += revocable_test.o

drivers/base/revocable_test.c

Lines changed: 0 additions & 284 deletions
This file was deleted.

0 commit comments

Comments
 (0)