VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Florent Revest <revest@chromium.org> 2021-04-27 19:43:13 +0200 committer: Alexei Starovoitov <ast@kernel.org> 2021-04-27 15:56:31 -0700 commit: 48cac3f4a96ddf08df8e53809ed066de0dc93915 parent: 76d6a13383b8e3ff20a9cf52aa9c3de39e485632
Commit Summary:
bpf: Implement formatted output helpers with bstr_printf
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 5deae45b8d81..0d82a1f838cc 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1708,6 +1708,7 @@ config BPF_SYSCALL
 	select BPF
 	select IRQ_WORK
 	select TASKS_TRACE_RCU
+	select BINARY_PRINTF
 	select NET_SOCK_MSG if INET
 	default n
 	help