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 E2E3313AD2C for ; Thu, 11 Apr 2024 02:40:28 +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=1712803229; cv=none; b=UywQ3JFmX7jrs5mU0rVLbYHhu/NWw3TjafZRl3bKMTH2zvRU/InuRR8u/ODx/pwGMuwQxTXNczLV7z+r+kVDyOGGBgZAF4GZgLHSbzem2NDm5AqsJte5S5crd4Bq3IIagWcpOKjDZ5kuWsX1dA/MyENe7AEDUrj9SIFxT4BzQv8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712803229; c=relaxed/simple; bh=vt/S0l7+BFcP2Bhq24kITaHzw63LDLCJyekkn8GKJv8=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=FRpbRez9zn90e5k5fe6mRaRUMuTTk1+pWUy/vw/nIezTMEAVeaKWi0NO8NLgKE3vQoGEGb78u6VZufHi9F8Rah46LTCsmDRwkum/DveAuUb7ibhHCX0Fl8uG2k6+iVlibWaT5iarum+2GKqlByYZu9PsE9ArdLD1bc0+MfjBS6Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XRhpzkib; 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="XRhpzkib" Received: by smtp.kernel.org (Postfix) with ESMTPS id 7B9D2C43399; Thu, 11 Apr 2024 02:40:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712803228; bh=vt/S0l7+BFcP2Bhq24kITaHzw63LDLCJyekkn8GKJv8=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=XRhpzkibbmRiaVNUGhjINt2OCo0JXtMahE0QV20c8L6MbCujAMOvRITgSvlIzm/VZ rRDrA30PaSYshKHpynatMd5hNP6puszOfzMY5+lbVxPrUAZ1L5n9Qe7pGhzQ5Vd+oQ d/HIf9pD1wAG8occejSORP5eLcOp63+tA6my6ciT5Ms8VknqwNL8HGO+IyxUw25L38 RvzjXs/0cZ7KIAa8LBwS5oB9ygEbBA2hdmjM0Kak7lhAVXVJr74UzwU0GXuR1HsHQe XfXwaHWUSn/PZeuPztxTkiKkH0wudBZSANORmrY89pkgiXrWvxpnNdtU1E9XZjk61t 3tPNgUVp3w8nw== 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 6F9A6CF21C6; Thu, 11 Apr 2024 02:40:28 +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] net: team: fix incorrect maxattr From: patchwork-bot+netdevbpf@kernel.org Message-Id: <171280322845.23404.3156145651928394483.git-patchwork-notify@kernel.org> Date: Thu, 11 Apr 2024 02:40:28 +0000 References: <20240409092812.3999785-1-liuhangbin@gmail.com> In-Reply-To: <20240409092812.3999785-1-liuhangbin@gmail.com> To: Hangbin Liu Cc: netdev@vger.kernel.org, jiri@resnulli.us, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, syzbot+ecd7e07b4be038658c9f@syzkaller.appspotmail.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 9 Apr 2024 17:28:12 +0800 you wrote: > The maxattr should be the latest attr value, i.e. array size - 1, > not total array size. > > Reported-by: syzbot+ecd7e07b4be038658c9f@syzkaller.appspotmail.com > Fixes: 948dbafc15da ("net: team: use policy generated by YAML spec") > Suggested-by: Jakub Kicinski > Signed-off-by: Hangbin Liu > > [...] Here is the summary with links: - [net-next] net: team: fix incorrect maxattr https://git.kernel.org/netdev/net-next/c/8750539ba317 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html