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 A114861FC4 for ; Wed, 6 Dec 2023 17:17:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="NJ3fbUVh" Received: by smtp.kernel.org (Postfix) with ESMTPS id 33EBDC43395; Wed, 6 Dec 2023 17:17:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701883053; bh=4iBwyOzm4+lW4YbkH+lNNusD4beOr9gVF0dZeh3+6oU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=NJ3fbUVhaK6hj0BpGFQ1MmgQwTC7yS71nDRS2RuZpuMOoWLNqT9se7nEOy6IvMvbz W3ub/XPBUOEop+qLMn329supf85HXw3e66dTLMlfLveKS6QCBAA11CnMIsfufdv/ag 8pA3eaHeAMxtUvX12fGP/501reZbPVihsx6470u8Kazs6R9cC43wt9u8zJc3HkswfD tKMjGW8QnZ1ag+kGQbhW5Bdgr6OI21TL86MNccz2ySzo8da5Z+rwbZfOVPgxg+S5M0 yeWb/cxKF1c0nJr3LdidPM+R6b1GHj5UxeI3+zim+CMoajifIUdrW433pPjz/FPfh1 kHklJmnFc9svQ== 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 1D71CC395DC; Wed, 6 Dec 2023 17:17:33 +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 iproute2] ip: require RTM_NEWLINK From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170188305311.32642.2704244428398607464.git-patchwork-notify@kernel.org> Date: Wed, 06 Dec 2023 17:17:33 +0000 References: <20231203182929.9559-1-stephen@networkplumber.org> In-Reply-To: <20231203182929.9559-1-stephen@networkplumber.org> To: Stephen Hemminger Cc: netdev@vger.kernel.org Hello: This patch was applied to iproute2/iproute2-next.git (main) by David Ahern : On Sun, 3 Dec 2023 10:29:14 -0800 you wrote: > The kernel support for creating network devices was added back > in 2007 and iproute2 has been carrying backward compatability > support since then. After 16 years, it is enough time to > drop the code. > > Signed-off-by: Stephen Hemminger > > [...] Here is the summary with links: - [iproute2] ip: require RTM_NEWLINK https://git.kernel.org/pub/scm/network/iproute2/iproute2-next.git/commit/?id=6174b7283295 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html