commit | 1b4b2b09d4fb451029b112f17d34792e0277aeb2 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Tue Jul 12 21:52:27 2022 +0100 |
committer | Jakub Kicinski <kuba@kernel.org> | Mon Jul 18 19:58:45 2022 -0700 |
tree | afff75e943b7ded29be8ec36d4f0006f8c354238 | |
parent | 773ba4fe9104a64a54d1c00f0fb6ffb95def2b03 [diff] |
skbuff: don't mix ubuf_info from different sources We should not append MSG_ZEROCOPY requests to skbuff with non MSG_ZEROCOPY ubuf_info, they might be not compatible. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>