+17
−11
Loading
mainline inclusion from mainline-v6.0-rc1 commit 84ce071e category: bugfix bugzilla: https://gitee.com/src-openeuler/kernel/issues/I9LK5X CVE: CVE-2022-48689 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=84ce071e38a6e25ea3ea91188e5482ac1f17b3af -------------------------------- Managed pages contain pinned userspace pages and controlled by upper layers, there is no need in tracking skb->pfmemalloc for them. Introduce a helper for filling frags but ignoring page tracking, it'll be needed later. Signed-off-by:Pavel Begunkov <asml.silence@gmail.com> Signed-off-by:
Jakub Kicinski <kuba@kernel.org> Signed-off-by:
Ziyang Xuan <william.xuanziyang@huawei.com>