From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 9D22526FA4B; Sat, 27 Jun 2026 02:00:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782525639; cv=none; b=iwTMHQfMW1UDZPrxCoixNwbEHRfrFVmVuwqrFFzoHAXwMf+d5u+7vfFK2mbWgjn4dM3LmQ8F9n6slAU6atZFDEHLZHX7n8EBrdK5LRTGWhQZmiI4P4ogkbU/h+kKNqbRLjy5w5VnvF3IOb8aZsmuo9WO/4a9TcDjCIcKyHMMV3I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782525639; c=relaxed/simple; bh=uSv7uId4Z0E891CAD78oLyzZuB0lM067i7irWiMsZiQ=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=f3GLNTWjHoAOIA/6r0ipQx2H1IAuhl+4Kne5uJAnKi2hKanx/p0fEJVTDACdo40Vye5epcFQ+5N0AhePkzfWxDqqop56+EVOKKtT5hapcgpfBYWVmtNzP8MjycbBH0kwARzNqD1m97a9VHHNywMXImyNWzn2IJpUPy0QE/TT6iA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oLYcekoP; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oLYcekoP" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2E3E71F00A3A; Sat, 27 Jun 2026 02:00:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782525637; bh=wwXltDt8hUiSby2DBmR6jK0QaWZT3W5aCkZkHrdqTNs=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=oLYcekoPEGv62Gh2t/p2dys2ZbHT1bFDlMYHZKX7LCL88ZMSuAHN9sIH87pPYi561 VxMJY8dmgCb8FK2FKMPykOPJnIcPuJsFYjpKpbfD0E5QnZNsT846gNTYpnSiyg+5Gl YKl/iJf4FgOxNK5mf//DFkV/7EFmmgW3fDz9N9Xps5PqcmGgx3uLoWv5a4povJ5rhf 3m+gGcjrZS3e+FhOWoivZti0fpV/pnJEDTYwUepy6l16aDXS1/OD4w48+BdsjmrvIL 9sLO8IoiO61BK1TRfamsC7cdWhUxjXTh9zo1ViAYvI6qJp/cVic0tOZVKcZRALZurH VWYpRMyyBMqdw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id D0A883938C76; Sat, 27 Jun 2026 02:00:24 +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] qede: fix out-of-bounds check for cqe->len_list[] From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178252562330.1167656.14912063533919224131.git-patchwork-notify@kernel.org> Date: Sat, 27 Jun 2026 02:00:23 +0000 References: <20260623144602.3521-1-matvey.kovalev@ispras.ru> In-Reply-To: <20260623144602.3521-1-matvey.kovalev@ispras.ru> To: Matvey Kovalev Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, Pavel.Zhigulin@kaspersky.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, lvc-project@linuxtesting.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Tue, 23 Jun 2026 17:45:54 +0300 you wrote: > Move index check before element access. > > Fixes: 896f1a2493b5 ("net: qlogic/qede: fix potential out-of-bounds read in qede_tpa_cont() and qede_tpa_end()") > Found by Linux Verification Center (linuxtesting.org) with SVACE. > > Signed-off-by: Matvey Kovalev > > [...] Here is the summary with links: - qede: fix out-of-bounds check for cqe->len_list[] https://git.kernel.org/netdev/net/c/f9ba47fce593 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html