[PATCH 07/18] net/tls: sanitize MSG_EOR handling
Jakub Kicinski
kuba at kernel.org
Mon Apr 17 13:10:48 PDT 2023
On Mon, 17 Apr 2023 18:19:12 +0300 Sagi Grimberg wrote:
> > The TLS stack is using MSG_EOR internally, so the flag cannot be
> > set for sendmsg()/sendpage(). But to avoid having the caller to
> > check whether TLS is active modify the code to clear the MSG_EOR
> > flag. And blank out MSG_MORE / MSG_SENDPAGE_NOTLAST, too, as they
> > conflict with MSG_EOR anyway.
>
> This looks like a temporary workaround to me.
>
> The networking folks really need to be CC'd on this (same for patch 6).
Thanks, when I said "we can support EOR" I obviously meant support
not ignore it :( No ack.
More information about the Linux-nvme
mailing list