Message ID | cover.1729157566.git.petrm@nvidia.com |
---|---|
Headers | show |
Series | selftests: net: Introduce deferred commands | expand |
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Thu, 17 Oct 2024 11:45:42 +0200 you wrote: > Recently, a defer helper was added to Python selftests. The idea is to keep > cleanup commands close to their dirtying counterparts, thereby making it > more transparent what is cleaning up what, making it harder to miss a > cleanup, and make the whole cleanup business exception safe. All these > benefits are applicable to bash as well, exception safety can be > interpreted in terms of safety vs. a SIGINT. > > [...] Here is the summary with links: - [net-next,v2,01/10] selftests: net: lib: Introduce deferred commands https://git.kernel.org/netdev/net-next/c/a6e263f125cd - [net-next,v2,02/10] selftests: forwarding: Add a fallback cleanup() https://git.kernel.org/netdev/net-next/c/b4b0549a4e59 - [net-next,v2,03/10] selftests: forwarding: lib: Allow passing PID to stop_traffic() https://git.kernel.org/netdev/net-next/c/0e07d5dbfbd9 - [net-next,v2,04/10] selftests: RED: Use defer for test cleanup (no matching commit) - [net-next,v2,05/10] selftests: TBF: Use defer for test cleanup https://git.kernel.org/netdev/net-next/c/a1b3741dcfd1 - [net-next,v2,06/10] selftests: ETS: Use defer for test cleanup (no matching commit) - [net-next,v2,07/10] selftests: mlxsw: qos_mc_aware: Use defer for test cleanup (no matching commit) - [net-next,v2,08/10] selftests: mlxsw: qos_ets_strict: Use defer for test cleanup https://git.kernel.org/netdev/net-next/c/424745af5271 - [net-next,v2,09/10] selftests: mlxsw: qos_max_descriptors: Use defer for test cleanup https://git.kernel.org/netdev/net-next/c/919419a8870b - [net-next,v2,10/10] selftests: mlxsw: devlink_trap_police: Use defer for test cleanup https://git.kernel.org/netdev/net-next/c/cebd281f3c75 You are awesome, thank you!