From: Jakub Kicinski Date: Thu, 3 Aug 2023 01:44:59 +0000 (-0700) Subject: Merge branch 'net-extend-alloc_skb_with_frags-max-size' X-Git-Tag: v6.6.17~4098^2~245 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72c1a28473fb132f08a2a447dd1425a472696cd9;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'net-extend-alloc_skb_with_frags-max-size' Eric Dumazet says: ==================== net: extend alloc_skb_with_frags() max size alloc_skb_with_frags(), while being able to use high order allocations, limits the payload size to PAGE_SIZE * MAX_SKB_FRAGS Reviewing Tahsin Erdogan patch [1], it was clear to me we need to remove this limitation. [1] https://lore.kernel.org/netdev/20230731230736.109216-1-trdgn@amazon.com/ v2: Addressed Willem feedback on 1st patch. ==================== Link: https://lore.kernel.org/r/20230801205254.400094-1-edumazet@google.com Signed-off-by: Jakub Kicinski --- 72c1a28473fb132f08a2a447dd1425a472696cd9