Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp3693198pxv; Mon, 26 Jul 2021 09:32:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw/6AlmTUYXakNhAOqRmShJ7d3Il+n8wK8sd26z574zSMVgUOdY4ghIyc1z6+mUGHIA58f9 X-Received: by 2002:a5d:87d0:: with SMTP id q16mr15603083ios.109.1627317125256; Mon, 26 Jul 2021 09:32:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627317125; cv=none; d=google.com; s=arc-20160816; b=fsmmOUN3KaGUQdNtGNLQazvtTIde0WyLyVIDOHm5xOla2DYr50Jv0RJ+jcxy9hG6DW Qq53VYH8QghYdR75AePXAsR/sV0d6/8tH6FrRXI8+KFe5xhMJdKI7freUyAwSj5BqjJ6 eknRSycq6PL/OzIQJKxRx/+GjOkrh9BCMCuCyizoMgvhcN8pQtVuuaudw8wZwXRE+/eq 8oeBRYlqM7/ljet7jwbNf//ilCuzNbuXOoPG3LxEdRKXJ3rGiYk4p6KbXWUKLJ/M9zjn jnBb2ONMx5a42nWEAGx1VCvx+8BOvOEfYNvmjkrCE/UlbizXFL6rVY4LCaZtKNdWv/wg 7tDA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=y86kpoUz1S9sElML5uZEvxvHKfE4jXYVmd/1n8QeQn4=; b=xrxS9c1fzSnZwwlfYrz5C7f3HV1cgBsSny62rQCbuhiU1n6flVikbpXXnxEJ/iMQz7 IZ1/CVxMnXthzpFbLg2nEOEpxvlqoymqNei6qHqqzC9fi8jECjwdlUDWNKlTC/i3JdtD e1eOyU+fAZaXFVU4imFGOuruB8LeyEdxoWpdWMH1AiaujgbpgdI6Sk8JzpcfYLw2NXCJ kBgglKTLG3Ro4oCFSrzX2XszE+22N6XN2H9dOeibtS12Q8hgahiH+DHfbsfv8i7+84SZ /fnu6H5ZAoAim8VENkIsjHVnrlYwVeZWKJi2megUEGwZfWATWOFyfzfeD73R4IEtl2zl kY0A== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=Tm1upOLE; 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=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f17si390962ion.28.2021.07.26.09.31.52; Mon, 26 Jul 2021 09:32: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=@linuxfoundation.org header.s=korg header.b=Tm1upOLE; 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=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238190AbhGZPst (ORCPT + 99 others); Mon, 26 Jul 2021 11:48:49 -0400 Received: from mail.kernel.org ([198.145.29.99]:45122 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238238AbhGZP35 (ORCPT ); Mon, 26 Jul 2021 11:29:57 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 13A8560C40; Mon, 26 Jul 2021 16:10:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627315826; bh=J3tJqJTLyL+88xc4X9FQyfBDkuOUt86YVn0t0A4EWWw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Tm1upOLEfQ0a0nlUa1zglZ85murWq1P8EDYfhzTCEGr84ME9aXW926rC4JLQX6xov I8zjX+gg7qbzSP82UjbiTLcJXpK92I95zbOauvkVUbO3UId4vqWwHiZmCXsn/ng9Fu MlVkBU3aJovq1P2+WU0Ds0smYyVbnBq/+pvT4c8s= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jakub Sitnicki , John Fastabend , Daniel Borkmann , Cong Wang , Sasha Levin Subject: [PATCH 5.13 083/223] bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc stats Date: Mon, 26 Jul 2021 17:37:55 +0200 Message-Id: <20210726153848.959335078@linuxfoundation.org> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210726153846.245305071@linuxfoundation.org> References: <20210726153846.245305071@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: John Fastabend [ Upstream commit 228a4a7ba8e99bb9ef980b62f71e3be33f4aae69 ] The proc socket stats use sk_prot->inuse_idx value to record inuse sock stats. We currently do not set this correctly from sockmap side. The result is reading sock stats '/proc/net/sockstat' gives incorrect values. The socket counter is incremented correctly, but because we don't set the counter correctly when we replace sk_prot we may omit the decrement. To get the correct inuse_idx value move the core_initcall that initializes the TCP proto handlers to late_initcall. This way it is initialized after TCP has the chance to assign the inuse_idx value from the register protocol handler. Fixes: 604326b41a6fb ("bpf, sockmap: convert to generic sk_msg interface") Suggested-by: Jakub Sitnicki Signed-off-by: John Fastabend Signed-off-by: Daniel Borkmann Reviewed-by: Cong Wang Link: https://lore.kernel.org/bpf/20210712195546.423990-3-john.fastabend@gmail.com Signed-off-by: Sasha Levin --- net/ipv4/tcp_bpf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/ipv4/tcp_bpf.c b/net/ipv4/tcp_bpf.c index ad9d17923fc5..b65201ba4d93 100644 --- a/net/ipv4/tcp_bpf.c +++ b/net/ipv4/tcp_bpf.c @@ -486,7 +486,7 @@ static int __init tcp_bpf_v4_build_proto(void) tcp_bpf_rebuild_protos(tcp_bpf_prots[TCP_BPF_IPV4], &tcp_prot); return 0; } -core_initcall(tcp_bpf_v4_build_proto); +late_initcall(tcp_bpf_v4_build_proto); static int tcp_bpf_assert_proto_ops(struct proto *ops) { -- 2.30.2