]> www.infradead.org Git - users/willy/pagecache.git/commitdiff
Merge branch 'net-remove-the-single-page-frag-cache-for-good'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 20 Feb 2025 09:53:31 +0000 (10:53 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 20 Feb 2025 09:53:32 +0000 (10:53 +0100)
Paolo Abeni says:

====================
net: remove the single page frag cache for good

This is another attempt at reverting commit dbae2b062824 ("net: skb:
introduce and use a single page frag cache"), as it causes regressions
in specific use-cases.

Reverting such commit uncovers an allocation issue for build with
CONFIG_MAX_SKB_FRAGS=45, as reported by Sabrina.

This series handle the latter in patch 1 and brings the revert in patch
2.

Note that there is a little chicken-egg problem, as I included into the
patch 1's changelog the splat that would be visible only applying first
the revert: I think current patch order is better for bisectability,
still the splat is useful for correct attribution.
====================

Link: https://patch.msgid.link/cover.1739899357.git.pabeni@redhat.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge