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 4630330F541; Tue, 10 Mar 2026 02:00:26 +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=1773108027; cv=none; b=GUBtZqmj4BBxrn7AT4cEkwCgKn/qqFCOYIW3jOhOgN9zT/xf2QQRGhtlLjpWWLaFIMWqxOniVpt7GuqNl3u+niBYRX5A0xRuzdHgtQs+p0C06nWh0fj1ge3eVsmfmA6/7AHfo8zB3tx1Kswj+kpapOiuPk1u1vshpWHMopMY/MY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773108027; c=relaxed/simple; bh=gMEydkz6GWXMSQkpSdb6XQu4xJKeUsGAF2+pD8v/S5Q=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Pyc/Et5yixTMhNWu66NAgI1SmtWZPQFKjCMOaBwdKGMJ7uMmIYwZTfhZ0kIrGH7iFeRJTqsm+EEHUr6Mnv8FuZeZQUxB/zv0IElUcgmK5znLWUeoffQb1necuosGVfiCdA24YOrT70kc9L6UfZqZYgZU/21tZb1uMuUC+XPrul4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=iY6RGnqv; 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="iY6RGnqv" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A0DA5C4CEF7; Tue, 10 Mar 2026 02:00:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773108026; bh=gMEydkz6GWXMSQkpSdb6XQu4xJKeUsGAF2+pD8v/S5Q=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=iY6RGnqvKgo6TBzA/yKBJ15ppkjgSrGkc5aNVnqrTOyimqdFNyzqHo6YVWwdDy+cb 4zLMKlDgGiGxWfiqrALLOlNctIjuG5q2hbsvrsL+QNGmkQFSCaCJWBPJXVtdGS1SIC oHZR3FamzArJKkQ3tgrRBotdol+z5iWZmuPDCxRJqZ3g4EINbWUR6r9SKJMiptpRbi zxrNvyzN802jJq+CSMJ4PJ8zpDAS3jzLDU63R6nbozR7g5jtEaz2AFq1i5af6zYGwe xc+dBvSPadta5XbX+i7jiNurjTPaGnfpJDm0xbXiaTWPjivluZNGiobGNXzNLjRW7s KMfk2qQxRa9qg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 02EBC3808200; Tue, 10 Mar 2026 02:00:25 +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 v2] tcp: remove unused hash_size from struct tcp_out_options From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177310802356.2022132.6757741027991686076.git-patchwork-notify@kernel.org> Date: Tue, 10 Mar 2026 02:00:23 +0000 References: <20260307051619.51685-1-kmta1236@gmail.com> In-Reply-To: <20260307051619.51685-1-kmta1236@gmail.com> To: Keita Morisaki Cc: edumazet@google.com, ncardwell@google.com, kuniyu@google.com, davem@davemloft.net, dsahern@kernel.org, kuba@kernel.org, pabeni@redhat.com, horms@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, jakub@cloudflare.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Sat, 7 Mar 2026 14:16:19 +0900 you wrote: > hash_size is declared but never read. The MD5 path always uses a > fixed size of 16, and the TCP-AO path uses tcp_ao_maclen(). > > This closes a 7-byte hole and reduces the struct size from 96 to > 88 bytes. > > Suggested-by: Jakub Sitnicki > Signed-off-by: Keita Morisaki > Reviewed-by: Kuniyuki Iwashima > > [...] Here is the summary with links: - [net-next,v2] tcp: remove unused hash_size from struct tcp_out_options https://git.kernel.org/netdev/net-next/c/8ca8eb057673 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html