VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Marco Elver <elver@google.com> 2021-05-04 18:40:21 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-05-05 11:27:27 -0700 commit: 407f1d8c1b5f3ec66a6a3eb835d3b81c76440f4e parent: 94868a1e127bbe0e03a4467f27196cd668cbc344
Commit Summary:
kfence: await for allocation using wait_event
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/lib/Kconfig.kfence b/lib/Kconfig.kfence
index 78f50ccb3b45..e641add33947 100644
--- a/lib/Kconfig.kfence
+++ b/lib/Kconfig.kfence
@@ -7,6 +7,7 @@ menuconfig KFENCE
 	bool "KFENCE: low-overhead sampling-based memory safety error detector"
 	depends on HAVE_ARCH_KFENCE && (SLAB || SLUB)
 	select STACKTRACE
+	select IRQ_WORK
 	help
 	  KFENCE is a low-overhead sampling-based detector of heap out-of-bounds
 	  access, use-after-free, and invalid-free errors. KFENCE is designed