UPSTREAM: net/tls: Fix kmap usage
[ Upstream commit b06c19d9f827f6743122795570bfc0c72db482b0 ]
When MSG_OOB is specified to tls_device_sendpage() the mapped page is
never unmapped.
Hold off mapping the page until after the flags are checked and the page
is actually needed.
Fixes: e8f69799810c ("net/tls: Add generic NIC offload infrastructure")
Change-Id: I06deca1ae90591baed35e3dd57599cc0c20793a2
Signed-off-by:
Ira Weiny <ira.weiny@intel.com>
Reviewed-by:
Jakub Kicinski <kuba@kernel.org>
Signed-off-by:
David S. Miller <davem@davemloft.net>
Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Loading
Please register or sign in to comment