Hello:
This series was applied to netdev/net.git (refs/heads/master):
On Sat, 9 Jan 2021 17:18:31 -0500 you wrote:
> From: Willem de Bruijn
>
> skb frags may be backed by highmem and/or compound pages. Various
> code calls kmap_atomic to safely access highmem pages. But this
> needs additional
From: Willem de Bruijn
skb frags may be backed by highmem and/or compound pages. Various
code calls kmap_atomic to safely access highmem pages. But this
needs additional care for compound pages. Fix a few issues:
patch 1 expect kmap mappings with CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAP
patch 2 fixes k