Jakub has pulled the netlink handshake mechanism into net-next. I plan to rebase nfsd-next on net-next so I can include the following two patches as the first in-kernel consumer of TLS handshakes. --- Chuck Lever (2): SUNRPC: Support TLS handshake in the server-side TCP socket code NFSD: Handle new xprtsec= export option fs/nfsd/export.c | 51 +++++++++++++++- fs/nfsd/export.h | 1 + include/linux/sunrpc/svc_xprt.h | 5 +- include/linux/sunrpc/svcsock.h | 2 + include/trace/events/sunrpc.h | 16 ++++- include/uapi/linux/nfsd/export.h | 13 ++++ net/sunrpc/svc_xprt.c | 5 +- net/sunrpc/svcauth_unix.c | 11 +++- net/sunrpc/svcsock.c | 101 ++++++++++++++++++++++++++++++- 9 files changed, 194 insertions(+), 11 deletions(-) -- Chuck Lever