linux/net/tls
Ira Weiny b06c19d9f8 net/tls: Fix kmap usage
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: e8f6979981 ("net/tls: Add generic NIC offload infrastructure")
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>
2020-08-11 10:20:34 -07:00
..
Kconfig
Makefile
tls_device_fallback.c
tls_device.c net/tls: Fix kmap usage 2020-08-11 10:20:34 -07:00
tls_main.c
tls_proc.c
tls_sw.c
tls_toe.c
trace.c
trace.h