mctp: Add MCTP base
authorJeremy Kerr <jk@codeconstruct.com.au>
Thu, 29 Jul 2021 02:20:39 +0000 (10:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Jul 2021 14:06:49 +0000 (15:06 +0100)
commitbc49d8169aa72295104f1558830c568efb946315
treecb1b56399be174e051d8022f50af3be962a62b9f
parent658e6b1612c6cc680381b6827dca9c3ee8862ee6
mctp: Add MCTP base

Add basic Kconfig, an initial (empty) af_mctp source object, and
{AF,PF}_MCTP definitions, and the required definitions for a new
protocol type.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
12 files changed:
MAINTAINERS
include/linux/socket.h
include/uapi/linux/mctp.h [new file with mode: 0644]
net/Kconfig
net/Makefile
net/core/sock.c
net/mctp/Kconfig [new file with mode: 0644]
net/mctp/Makefile [new file with mode: 0644]
net/mctp/af_mctp.c [new file with mode: 0644]
net/socket.c
security/selinux/hooks.c
security/selinux/include/classmap.h