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 C98BA6AA8 for ; Sat, 22 Jul 2023 02:10:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 6C078C43391; Sat, 22 Jul 2023 02:10:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689991821; bh=9rC1uB5sevHpclbiTmTUvDyuCYqUc45dLhqAinY3Lss=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=W+b6DI0VgccZkOE9buuTPd27B9IejkYvLbqBWN6Yeq1zjVO2tgYgZXWDch6qEG//9 oLiNVM+zGo/FwbRd2DhspyZP9ZV74QCaJQPDm/4Z9F3IuYtF/UQuHG9tJTDpJ7vj/T oWzsj/zJ1C5uBKuzMjczGnQ61IlCqolWuV8VEws5IfhuaEO0UffXmlqlI9LX/Ms5G4 lBEDcQRRTDj+sWP4nWp87Xs1AllDMO2zuKxktgbvTzoLPwaL+vvrs+p+cTyr5G28Ca Nf9jVFX0ikZ/wc+fF5qEsHq/S7r/NqLOOHi+gZKFRlAx/vDwSP18s9oQyQiGVJCqvC H6TEmVm9cAGFQ== 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 4D7EFC595C2; Sat, 22 Jul 2023 02:10:21 +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] genetlink: add explicit ordering break check for split ops From: patchwork-bot+netdevbpf@kernel.org Message-Id: <168999182131.11383.14101333137393850077.git-patchwork-notify@kernel.org> Date: Sat, 22 Jul 2023 02:10:21 +0000 References: <20230720111354.562242-1-jiri@resnulli.us> In-Reply-To: <20230720111354.562242-1-jiri@resnulli.us> To: Jiri Pirko Cc: netdev@vger.kernel.org, kuba@kernel.org, pabeni@redhat.com, davem@davemloft.net, edumazet@google.com, jacob.e.keller@intel.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Thu, 20 Jul 2023 13:13:54 +0200 you wrote: > From: Jiri Pirko > > Currently, if cmd in the split ops array is of lower value than the > previous one, genl_validate_ops() continues to do the checks as if > the values are equal. This may result in non-obvious WARN_ON() hit in > these check. > > [...] Here is the summary with links: - [net-next] genetlink: add explicit ordering break check for split ops https://git.kernel.org/netdev/net-next/c/5766946ea511 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html