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 DDABA23D7 for ; Sun, 20 Aug 2023 10:49:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 43457C433C8; Sun, 20 Aug 2023 10:49:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692528566; bh=mYe2B6ProoHh6yOHHOx2JZy5iEPQhOKFjnSX3vpZUQ0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=S4jvEcwzSZ6csj27kZq8pjxDJfz+FGUYxa8XsKhx3YYywZ2NiISLJDjhD42eT0nob QeWARjcxcUVoWDpB4h5OoKCa09b7c7jAFXj5SmiS1vNmesxqkQ9H9pP8YPgbeFuz1I GnMsggVf/lgd8FmCNiag7YDNdGBI5BbqvwiACrdgdjsGtQxUxfgEJtXlmPHkpf/6Uk CICLIGNUUr3fpEuxnMvT6Bou1zUOHZ+Fat1G1oGAtEhiTGfmSepj8gVPMPfDv2pfsd s4MB71Q3G/KWNh25sFoL6mAsSHU8Cg0IPTV+gBTU81ooI+JgpuYWiHMlDBsOGHTYnI IWDEvAmBrWfKQ== 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 2C048E26D33; Sun, 20 Aug 2023 10:49:26 +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] net: validate veth and vxcan peer ifindexes From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169252856617.3170.10068041656079656903.git-patchwork-notify@kernel.org> Date: Sun, 20 Aug 2023 10:49:26 +0000 References: <20230819012602.239550-1-kuba@kernel.org> In-Reply-To: <20230819012602.239550-1-kuba@kernel.org> To: Jakub Kicinski Cc: davem@davemloft.net, netdev@vger.kernel.org, edumazet@google.com, pabeni@redhat.com, syzbot+5ba06978f34abb058571@syzkaller.appspotmail.com, wg@grandegger.com, mkl@pengutronix.de, idosch@nvidia.com, lucien.xin@gmail.com, xemul@parallels.com, socketcan@hartkopp.net, linux-can@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Fri, 18 Aug 2023 18:26:02 -0700 you wrote: > veth and vxcan need to make sure the ifindexes of the peer > are not negative, core does not validate this. > > Using iproute2 with user-space-level checking removed: > > Before: > > [...] Here is the summary with links: - [net] net: validate veth and vxcan peer ifindexes https://git.kernel.org/netdev/net/c/f534f6581ec0 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html