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 1E0FE1FDC; Thu, 2 Nov 2023 05:51:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="hzskejKg" Received: by smtp.kernel.org (Postfix) with ESMTPS id 9D71FC433CB; Thu, 2 Nov 2023 05:51:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698904287; bh=6PFxVLswfSZ3JhClx8F3JtGpyqukEQDnjfW7XXnWEPY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=hzskejKg1jljo9XwFvbq+PBwrT/4RscMFdc4IM6fRSKNvIaH1yU5tqN3cyyGz5U23 EF5eZH0wOU+fcZFVuwQVFrzAC+k7pD20iNjx74ZZcP9BPD4aPKxe82/wbpmJVkusR3 3XAD3MaIhxY4WA16Dplb1wQzkeQ2Re36mLz8hWpwXwr40/2E/URqiYzIJXSy2bBaEv frISc2olZfGfjy/bwZph7J8n4PAuWs2ZHxn6YHOR8QUTJ+/hr2YXZG6BlAXmcgq/2F tUrWYdn41he199cIc3erv3jTUHjiX4wZWWOa4exfMqdkNjvkOAWkwV0iZ28EpkzMV5 +rps/QBmG85kQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 7EDF4E00093; Thu, 2 Nov 2023 05:51:27 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: kernel-janitors@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net/tcp_sigpool: Fix some off by one bugs From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169890428751.30377.4643015567499339552.git-patchwork-notify@kernel.org> Date: Thu, 02 Nov 2023 05:51:27 +0000 References: In-Reply-To: To: Dan Carpenter Cc: 0x7f454c46@gmail.com, edumazet@google.com, davem@davemloft.net, dsahern@kernel.org, kuba@kernel.org, pabeni@redhat.com, Steen.Hegelund@microchip.com, netdev@vger.kernel.org, kernel-janitors@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 31 Oct 2023 12:51:09 +0300 you wrote: > The "cpool_populated" variable is the number of elements in the cpool[] > array that have been populated. It is incremented in > tcp_sigpool_alloc_ahash() every time we populate a new element. > Unpopulated elements are NULL but if we have populated every element then > this code will read one element beyond the end of the array. > > Fixes: 8c73b26315aa ("net/tcp: Prepare tcp_md5sig_pool for TCP-AO") > Signed-off-by: Dan Carpenter > > [...] Here is the summary with links: - [net] net/tcp_sigpool: Fix some off by one bugs https://git.kernel.org/netdev/net/c/74da77921333 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html