From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 619F2C61DB3 for ; Tue, 10 Jan 2023 09:31:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231946AbjAJJbK (ORCPT ); Tue, 10 Jan 2023 04:31:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42260 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238196AbjAJJaY (ORCPT ); Tue, 10 Jan 2023 04:30:24 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CBA77BF52; Tue, 10 Jan 2023 01:30:23 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 746B6B81158; Tue, 10 Jan 2023 09:30:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id C39D0C433EF; Tue, 10 Jan 2023 09:30:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673343020; bh=f4QTHvAm0bJlaNyG1w8X8LGEBVJeXQa6+G99Td7DxwI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=aY4fBdAaomONwO++R8UD6H+R7x45b665OzF7DKR1xkD9r6SoNNvxT4j8vUi+zbC7z X6QMo/gpUwX6FVE9fIw1bI4FDd6qlxxXoBliLy3j6trkYN1CGmHf0kvnNH0qs/dC/0 7/q69AvkVxqJ5IZtE0C6iAVfMPZTj0apG+z9+dE7gfa2rWmc1WmbbGbxRP4zlJZWio uU3ewTV6OEaatqicE2xYJ7a7ItputSyg7PhqNyKNKmQ3pac7zT7AIgbgKAqNtcJl/I QM+puWNBK8fKCN6Om5EyNPoFNIvMPixu1kb3aBrn7yIpoaplqcc9VJT9UFFHzCwNgt ExQXg1QL8LHhA== 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 B0E77E21EEA; Tue, 10 Jan 2023 09:30:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net 0/3] selftests/net: Isolate l2_tos_ttl_inherit.sh in its own netns. From: patchwork-bot+netdevbpf@kernel.org Message-Id: <167334302072.30821.3386784278245230829.git-patchwork-notify@kernel.org> Date: Tue, 10 Jan 2023 09:30:20 +0000 References: In-Reply-To: To: Guillaume Nault Cc: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, netdev@vger.kernel.org, shuah@kernel.org, matthias.may@westermo.com, linux-kselftest@vger.kernel.org, mirsad.todorovac@alu.unizg.hr Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net.git (master) by Paolo Abeni : On Sun, 8 Jan 2023 16:45:31 +0100 you wrote: > l2_tos_ttl_inherit.sh uses a veth pair to run its tests, but only one > of the veth interfaces runs in a dedicated netns. The other one remains > in the initial namespace where the existing network configuration can > interfere with the setup used for the tests. > > Isolate both veth devices in their own netns and ensure everything gets > cleaned up when the script exits. > > [...] Here is the summary with links: - [net,1/3] selftests/net: l2_tos_ttl_inherit.sh: Set IPv6 addresses with "nodad". https://git.kernel.org/netdev/net/c/e59370b2e96e - [net,2/3] selftests/net: l2_tos_ttl_inherit.sh: Run tests in their own netns. https://git.kernel.org/netdev/net/c/c53cb00f7983 - [net,3/3] selftests/net: l2_tos_ttl_inherit.sh: Ensure environment cleanup on failure. https://git.kernel.org/netdev/net/c/d68ff8ad3351 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html