From: Paolo Abeni Date: Thu, 20 Feb 2025 09:53:31 +0000 (+0100) Subject: Merge branch 'net-remove-the-single-page-frag-cache-for-good' X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=dd3188ddc4c49cb234b82439693121d2c1c69c38;p=users%2Fwilly%2Fpagecache.git Merge branch 'net-remove-the-single-page-frag-cache-for-good' 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 --- dd3188ddc4c49cb234b82439693121d2c1c69c38