Skip to content
Commit d2d30a37 authored by Sagi Grimberg's avatar Sagi Grimberg Committed by Paolo Abeni
Browse files

net: allow skb_datagram_iter to be called from any context



We only use the mapping in a single context, so kmap_local is sufficient
and cheaper. Make sure to use skb_frag_foreach_page as skb frags may
contain compound pages and we need to map page by page.

Reported-by: default avatarkernel test robot <oliver.sang@intel.com>
Closes: https://lore.kernel.org/oe-lkp/202406161539.b5ff7b20-oliver.sang@intel.com
Fixes: 950fcaec

 ("datagram: consolidate datagram copy to iter helpers")
Signed-off-by: default avatarSagi Grimberg <sagi@grimberg.me>
Link: https://patch.msgid.link/20240626100008.831849-1-sagi@grimberg.me
Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent c93a6f62
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment