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 E8CAF1373 for ; Fri, 17 Nov 2023 02:50:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FG91uGWx" Received: by smtp.kernel.org (Postfix) with ESMTPS id 5DE99C433C8; Fri, 17 Nov 2023 02:50:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700189423; bh=t/fMPvzowbIBeh26cmKpY4lM2bTPVzXTaTXe8mMagjw=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=FG91uGWxAkNeiiCBhjUY32V2hKVuUhfmGG55PI93QK9g9xyhn1VZr7ZpBDHLGU5Zt KkFtDG2V/cfeu3BkZyykUFziyzRESye70CHLH5ahrStB9gzOl924noBX3B4k6t1Z1v arEFvPQCfMpbAdfs/AeA0NqLNlfS5Fk7cbxL7C+u9NGwCVSqR/fhkgtf4FGX2fXTC+ bcA75iYpKxa+mlyVe3U5ij412PktRmW0HTmbIoTLe7dbhMeTPP5HuswLTGIRDpmIaI /FdWJuSYP/vlDWGerl8M44nddG+G89z6KPysnSjo68OrAOiZYD5kNOEpmh2slYBglD KIDgfZ4jBVz4w== 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 3C416E1F661; Fri, 17 Nov 2023 02:50:23 +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] kselftest: rtnetlink: fix ip route command typo From: patchwork-bot+netdevbpf@kernel.org Message-Id: <170018942324.29552.8881791100595991488.git-patchwork-notify@kernel.org> Date: Fri, 17 Nov 2023 02:50:23 +0000 References: In-Reply-To: To: Paolo Abeni Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, shuah@kernel.org, dmendes@redhat.com Hello: This patch was applied to netdev/net.git (main) by David S. Miller : On Thu, 16 Nov 2023 18:01:41 +0100 you wrote: > The blamed commit below introduced a typo causing 'gretap' test-case > failures: > > ./rtnetlink.sh -t kci_test_gretap -v > COMMAND: ip link add name test-dummy0 type dummy > COMMAND: ip link set test-dummy0 up > COMMAND: ip netns add testns > COMMAND: ip link help gretap 2>&1 | grep -q '^Usage:' > COMMAND: ip -netns testns link add dev gretap00 type gretap seq key 102 local 172.16.1.100 remote 172.16.1.200 > COMMAND: ip -netns testns addr add dev gretap00 10.1.1.100/24 > COMMAND: ip -netns testns link set dev gretap00 ups > Error: either "dev" is duplicate, or "ups" is a garbage. > COMMAND: ip -netns testns link del gretap00 > COMMAND: ip -netns testns link add dev gretap00 type gretap external > COMMAND: ip -netns testns link del gretap00 > FAIL: gretap > > [...] Here is the summary with links: - [net] kselftest: rtnetlink: fix ip route command typo https://git.kernel.org/netdev/net/c/75a50c4f5b95 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html