commit | 974271e5ed45cfe4daddbeb16224a2156918530e | [log] [tgz] |
---|---|---|
author | Jim Ma <majinjing3@gmail.com> | Fri May 14 11:11:02 2021 +0800 |
committer | David S. Miller <davem@davemloft.net> | Fri May 14 15:03:25 2021 -0700 |
tree | 0365fbead681ad04e07133bb4c4ff33f052b9594 | |
parent | 75016891357a628d2b8acc09e2b9b2576c18d318 [diff] |
tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT In tls_sw_splice_read, checkout MSG_* is inappropriate, should use SPLICE_*, update tls_wait_data to accept nonblock arguments instead of flags for recvmsg and splice. Fixes: c46234ebb4d1 ("tls: RX path for ktls") Signed-off-by: Jim Ma <majinjing3@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>