commit | d1b37c99dbc7ec41dcbf5b83daa2079d0f436d45 | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Mon Mar 13 14:23:38 2023 +0100 |
committer | Hannes Reinecke <hare@suse.de> | Tue Mar 21 10:45:25 2023 +0100 |
tree | fc47750fee6ba92cc668be7618bfa7c3330e6ced | |
parent | cead1d7ebbc50a5232f000a66e632fd53b6d0630 [diff] |
nvme-tcp: control message handling for recvmsg() kTLS is sending TLS ALERT messages as control messages for recvmsg(). As we can't do anything sensible with it just abort the connection and let the userspace agent to a re-negotiation. Signed-off-by: Hannes Reinecke <hare@suse.de>