From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CAB5830F7FB for ; Sun, 12 Apr 2026 21:50:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776030655; cv=none; b=odHmRtI+T7gG2G1Pg5+yn5mX2OpNJkGqSfTQyviHOhk6mShUGiZT0A8w0r8hMc5iTmS6Hs1uISfYkm+cNRJWiz/7UzQtbSZG4CDF374J0MlghCykjlIjoLDgBA1z0y6KILi9XsZJWJN0w3BduyRvTKzYMTAc+Ok2NhQcg6xO/LI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776030655; c=relaxed/simple; bh=/t4l+0PSDew4xSp+1nWnF+ozTJBLyCV/73ecjT9pj6E=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=gPIvAuEr8/3eBK7+rnCyCF3yuduXeAhdUJf7KUPFYNViXa3bV+8eRWTWiWeD/4lw7oRLR4uArbCYnX3aJOi/5Vjd70YL2UDCgLbpaS69LUdKEUBWI1pzLGG0JN18/s/FLnWGRdobLLzIJXacSmlpt1jTeM0BULRHghGt0yw1rQU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=L91UO+LU; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="L91UO+LU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE235C19424; Sun, 12 Apr 2026 21:50:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1776030655; bh=/t4l+0PSDew4xSp+1nWnF+ozTJBLyCV/73ecjT9pj6E=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=L91UO+LU2i0DbAIc3UzaL2Udk+VMasy6a84kHuaQe/FTv0/NMfZzz5rtDsNNL54Wx FxuqzeOApwESKjQ/En7hxODFjMmvmtJd+OzaQRI/MyAqXdfy1oLvAKPdWa1qRBJAcw 1MT3H9z9KntrgUSzdIKSkMO9jT709eRfpTG2NQ+UvZnsjEYZXgvDKtl6ZkRVuU7yjp VlBL8zKTw/f9QpsXrQ904dw71UlOo5Utt7toZBzXLZuKn3QseloFew58EkwWtdGQol zm/t+bXOPKQ5EAqkTTajRq2r83GwTp3dPd3C78yOONwovPZFg8zQ23P6gdmfYxVExF 7H6swc5x6gevA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3FC743809A8C; Sun, 12 Apr 2026 21:50:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/5] net: reduce sk_filter() (and friends) bloat From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177603062803.3833036.5244809516542083212.git-patchwork-notify@kernel.org> Date: Sun, 12 Apr 2026 21:50:28 +0000 References: <20260409145625.2306224-1-edumazet@google.com> In-Reply-To: <20260409145625.2306224-1-edumazet@google.com> To: Eric Dumazet Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, netdev@vger.kernel.org, eric.dumazet@gmail.com Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 9 Apr 2026 14:56:19 +0000 you wrote: > Some functions return an error by value, and a drop_reason > by an output parameter. This extra parameter can force stack canaries. > > A drop_reason is enough and more efficient. > > This series reduces bloat by 678 bytes on x86_64: > > [...] Here is the summary with links: - [net-next,1/5] net: change sock_queue_rcv_skb_reason() to return a drop_reason https://git.kernel.org/netdev/net-next/c/900f27fb797c - [net-next,2/5] net: always set reason in sk_filter_trim_cap() https://git.kernel.org/netdev/net-next/c/734ea7e324ad - [net-next,3/5] net: change sk_filter_reason() to return the reason by value https://git.kernel.org/netdev/net-next/c/c78bcbd51976 - [net-next,4/5] tcp: change tcp_filter() to return the reason by value https://git.kernel.org/netdev/net-next/c/97449a5f1a58 - [net-next,5/5] net: change sk_filter_trim_cap() to return a drop_reason by value https://git.kernel.org/netdev/net-next/c/fb37aea2a00e You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html