]> Git Repo - linux.git/commitdiff
Merge branch 'net-tls-fixes-for-nvme-over-tls'
authorJakub Kicinski <[email protected]>
Fri, 28 Jul 2023 02:49:38 +0000 (19:49 -0700)
committerJakub Kicinski <[email protected]>
Fri, 28 Jul 2023 03:11:48 +0000 (20:11 -0700)
Hannes Reinecke says:

====================
net/tls: fixes for NVMe-over-TLS

here are some small fixes to get NVMe-over-TLS up and running.
The first set are just minor modifications to have MSG_EOR handled
for TLS, but the second set implements the ->read_sock() callback
for tls_sw.
The ->read_sock() callbacks return -EIO when encountering any TLS
Alert message, but as that's the default behaviour anyway I guess
we can get away with it.
====================

Applied on top of the tag in case Sagi gets convinced to pull it.

Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>

Trivial merge
This page took 0.063346 seconds and 4 git commands to generate.