[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200811090120.4c122255@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Tue, 11 Aug 2020 09:01:20 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: ira.weiny@...el.com
Cc: Boris Pismenny <borisp@...lanox.com>,
Aviad Yehezkel <aviadye@...lanox.com>,
John Fastabend <john.fastabend@...il.com>,
Daniel Borkmann <daniel@...earbox.net>,
"David S. Miller" <davem@...emloft.net>,
Ilya Lesokhin <ilyal@...lanox.com>, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net/tls: Fix kmap usage
On Mon, 10 Aug 2020 17:02:58 -0700 ira.weiny@...el.com wrote:
> From: Ira Weiny <ira.weiny@...el.com>
>
> When MSG_OOB is specified to tls_device_sendpage() the mapped page is
> never unmapped.
Nice catch!
> Hold off mapping the page until after the flags are checked and the page
> is actually needed.
We could take the kmap/kunmap from under the socket lock, but that'd
perhaps be more code reshuffling than we need in a fix.
Fixes: e8f69799810c ("net/tls: Add generic NIC offload infrastructure")
Reviewed-by: Jakub Kicinski <kuba@...nel.org>
Powered by blists - more mailing lists