Received: by 2002:a05:6a10:c604:0:0:0:0 with SMTP id y4csp434285pxt; Fri, 6 Aug 2021 05:44:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzpTuLCuBbCxZg2ECb9aiHzvq3ABwKuNN0vm15nZIEBdFPuJq9E3zautPB5PNeytgETYDk0 X-Received: by 2002:a92:ce4b:: with SMTP id a11mr404079ilr.79.1628253845962; Fri, 06 Aug 2021 05:44:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1628253845; cv=none; d=google.com; s=arc-20160816; b=KMEZsEqXS9zGgLRTMvG+JAYA3AbNaIl15rYI9WMbQSn3QqTPtIbLGrP0PuJTCoufBM lEeYGX4Tzp2DeoymnILFqUxmxfJiyM8gPSzCoGdvvEoeIDYMw7k/VLpeJkBbKOlX6U89 TZqsrNX17z4sqW/o/uiqFfk8cFsIlsF9vLecBl0WvRgYiFqyGuVA5cA3y2bhsRFaAHx5 9sMfFY/emWZ84yjpDo8AoYCo6v3q68855EiZAT9TIgBni6/6qOxEkOflWn9AfyHJR05T 4tIPPdD1phMDs/v+Mj3tQWcDg5ax0THO0o86dsXHIH88+r7u7b4zE6mEhK9+vhZHL7Ka kwfw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:references:cc :to:subject:from:dkim-signature; bh=1zrt4eD5My5s1TavWa+RtWePr0aKNve+a9G2rEups6w=; b=PaeH+17Kr3/cXHqPNsNEVG3u99a8Zy+BMUi13H0PwDkzvThJ/ZpKnndg9do8lB59P1 uiXF1c3J5DUSjzVPNH8UoWZ83DMuq/I8BJU7+j5W8vjku2eTOUu8SeDAvNIMJNLXUOH0 ddwZR+wdbadYrCCSw5+3GDOFfhk/o6rd/ZEqI/2KgWLskL8ZCOhv/XMECdwua2LvdPv0 RBkD3g4mXHQo9p4uxZU6bZHQYr+/AuvtkgDBzAzRP9Uc4rijBScgNSDIUXh60w90mzhE iLj0Y4/jMu0RrGt1E43QUelIF6+5tRGsMRNFZSrKdQUqSEU6wwago3sYPqrH85F9szAj 2Yxw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@virtuozzo.com header.s=relay header.b=UntW2gkO; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=virtuozzo.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b16si8375233ior.73.2021.08.06.05.43.53; Fri, 06 Aug 2021 05:44:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@virtuozzo.com header.s=relay header.b=UntW2gkO; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=QUARANTINE sp=QUARANTINE dis=NONE) header.from=virtuozzo.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241299AbhHFHuP (ORCPT + 99 others); Fri, 6 Aug 2021 03:50:15 -0400 Received: from relay.sw.ru ([185.231.240.75]:36230 "EHLO relay.sw.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239768AbhHFHuM (ORCPT ); Fri, 6 Aug 2021 03:50:12 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=virtuozzo.com; s=relay; h=Content-Type:MIME-Version:Date:Message-ID:Subject :From; bh=1zrt4eD5My5s1TavWa+RtWePr0aKNve+a9G2rEups6w=; b=UntW2gkOIhY7AG/px1s aDHUKObFYRILEDQo8XD1g/gTZUcQOBlIaPXulfzv1QkDSp5I3/p9wwr0jbXW+kcKiH2YDKNz+ItNm dgnxgXQF4oDf/jof6q6FARXpZTkqCJXp6F3xhMVG4ky3vp91eKYvO/f3sSixUORCbsdhABiy0PY=; Received: from [10.93.0.56] by relay.sw.ru with esmtp (Exim 4.94.2) (envelope-from ) id 1mBuc1-006aeH-6y; Fri, 06 Aug 2021 10:49:49 +0300 From: Vasily Averin Subject: [PATCH NET v4 0/7] skbuff: introduce skb_expand_head() To: "David S. Miller" , Hideaki YOSHIFUJI , David Ahern , Jakub Kicinski , Eric Dumazet Cc: netdev@vger.kernel.org, Joerg Reuter , Ralf Baechle , linux-hams@vger.kernel.org, Alexei Starovoitov , Daniel Borkmann , Andrii Nakryiko , Martin KaFai Lau , Song Liu , Yonghong Song , KP Singh , bpf@vger.kernel.org, linux-kernel@vger.kernel.org, kernel@openvz.org, Julian Wiedmann References: Message-ID: <0d3366bb-e19c-dbd4-0ba5-a3e6aff55b4e@virtuozzo.com> Date: Fri, 6 Aug 2021 10:49:47 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org currently if skb does not have enough headroom skb_realloc_headrom is called. It is not optimal because it creates new skb. this patch set introduces new helper skb_expand_head() Unlike skb_realloc_headroom, it does not allocate a new skb if possible; copies skb->sk on new skb when as needed and frees original skb in case of failures. This helps to simplify ip[6]_finish_output2(), ip6_xmit() and few other functions in vrf, ax25 and bpf. There are few other cases where this helper can be used but it requires an additional investigations. v4 changes: - fixed null pointer dereference in vrf patch reported by Julian Wiedmann v3 changes: - ax25 compilation warning fixed - v5.14-rc4 rebase - now it does not depend on non-committed pathces v2 changes: - helper's name was changed to skb_expand_head - fixed few mistakes inside skb_expand_head(): skb_set_owner_w should set sk on nskb kfree was replaced by kfree_skb() improved warning message - added minor refactoring in changed functions in vrf and bpf patches - removed kfree_skb() in ax25_rt_build_path caller ax25_ip_xmit Vasily Averin (7): skbuff: introduce skb_expand_head() ipv6: use skb_expand_head in ip6_finish_output2 ipv6: use skb_expand_head in ip6_xmit ipv4: use skb_expand_head in ip_finish_output2 vrf: use skb_expand_head in vrf_finish_output ax25: use skb_expand_head bpf: use skb_expand_head in bpf_out_neigh_v4/6 drivers/net/vrf.c | 23 ++++++--------- include/linux/skbuff.h | 1 + net/ax25/ax25_ip.c | 4 +-- net/ax25/ax25_out.c | 13 ++------- net/ax25/ax25_route.c | 13 ++------- net/core/filter.c | 27 ++++------------- net/core/skbuff.c | 42 +++++++++++++++++++++++++++ net/ipv4/ip_output.c | 13 ++------- net/ipv6/ip6_output.c | 78 +++++++++++++++++--------------------------------- 9 files changed, 92 insertions(+), 122 deletions(-) -- 1.8.3.1