]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'skb-frag-kmap_atomic-fixes'
authorJakub Kicinski <kuba@kernel.org>
Tue, 12 Jan 2021 02:20:12 +0000 (18:20 -0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 12 Jan 2021 02:20:12 +0000 (18:20 -0800)
commit82f0eeb0d918673ac6cb15152aa962044738ecf7
treea5a886f486cb705d9e421bf20b742950b7cf8191
parent7796eb8d40db0018e20e07e3332e3f87eee87ffb
parent09c52a8b3cca82f1dea7de6ddd70a6396187c81a
Merge branch 'skb-frag-kmap_atomic-fixes'

Willem de Bruijn says:

====================
skb frag: kmap_atomic fixes

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 kmap_atomic + compound page support in skb_seq_read
patch 3 fixes kmap_atomic + compound page support in esp
====================

Link: https://lore.kernel.org/r/20210109221834.3459768-1-willemdebruijn.kernel@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>