https://github.com/torvalds/linux
Revision aa61b7bb00f7c0738823237a06161d568442b93c authored by Ingo Molnar on 29 May 2020, 09:36:49 UTC, committed by Ingo Molnar on 29 May 2020, 09:37:11 UTC
Pick up FPU register dump fixes from Al Viro.

Signed-off-by: Ingo Molnar <mingo@kernel.org>
2 parent s 4bfe6cc + 9e46365
Raw File
Tip revision: aa61b7bb00f7c0738823237a06161d568442b93c authored by Ingo Molnar on 29 May 2020, 09:36:49 UTC
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into x86/urgent
Tip revision: aa61b7b
Kconfig
# SPDX-License-Identifier: GPL-2.0-only

config AF_KCM
	tristate "KCM sockets"
	depends on INET
	select BPF_SYSCALL
	select STREAM_PARSER
	---help---
	  KCM (Kernel Connection Multiplexor) sockets provide a method
	  for multiplexing messages of a message based application
	  protocol over kernel connectons (e.g. TCP connections).
back to top