From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BEC2AC4332F for ; Thu, 18 Nov 2021 12:00:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9F9AA611BF for ; Thu, 18 Nov 2021 12:00:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344390AbhKRMDM (ORCPT ); Thu, 18 Nov 2021 07:03:12 -0500 Received: from mail.kernel.org ([198.145.29.99]:38746 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344403AbhKRMDK (ORCPT ); Thu, 18 Nov 2021 07:03:10 -0500 Received: by mail.kernel.org (Postfix) with ESMTPS id 15FEF61265; Thu, 18 Nov 2021 12:00:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637236810; bh=xdVEYePZ4MHyu6ftETBlzQeJgWfwxB+1LMLpvjRoQoU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=l2P+oCjo0xnjxmgsdVbg4R6iotuwJyU/SJr/umzTdUXHNxtBsUzOknd2oLcehoEZ5 mIwvHchDBzpsCt1fo17AZ2q80yJYpA55BO7y203ITmrRe/qnNQVvT6CoE14CCN3eQw U/+HjLREcA82kaLtNr7rWTpwWrOikjN1FTgqLOhLeZiYkbkzmH5E6rleuSaRhFvDa4 hOqOFqFl4wh+Vwlu51MEUMhdNgjDkWCAW5mf3yyk8n46TpqLasC2gzbYGwgE+YyTiS yFZnbYv/6Ct++/7ZqCBnx8L2HWBzFv6pdiH4iIP99EBi6NW5uCNnMdF+Dt2rKBXamM fsQAtZ09tDeqg== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v2] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound From: patchwork-bot+netdevbpf@kernel.org Message-Id: <163723681000.21585.16416019300090762726.git-patchwork-notify@kernel.org> Date: Thu, 18 Nov 2021 12:00:10 +0000 References: <20211118054632.357006-1-zhangyue1@kylinos.cn> In-Reply-To: <20211118054632.357006-1-zhangyue1@kylinos.cn> To: zhangyue Cc: davem@davemloft.net, jesse.brandeburg@intel.com, gregkh@linuxfoundation.org, ecree@solarflare.com, netdev@vger.kernel.org, linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Thu, 18 Nov 2021 13:46:32 +0800 you wrote: > In line 5001, if all id in the array 'lp->phy[8]' is not 0, when the > 'for' end, the 'k' is 8. > > At this time, the array 'lp->phy[8]' may be out of bound. > > Signed-off-by: zhangyue > > [...] Here is the summary with links: - [v2] net: tulip: de4x5: fix the problem that the array 'lp->phy[8]' may be out of bound https://git.kernel.org/netdev/net/c/61217be886b5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html