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 47A5EC001DE for ; Mon, 31 Jul 2023 15:48:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230176AbjGaPss (ORCPT ); Mon, 31 Jul 2023 11:48:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55698 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232557AbjGaPsk (ORCPT ); Mon, 31 Jul 2023 11:48:40 -0400 Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19F6B188; Mon, 31 Jul 2023 08:48:33 -0700 (PDT) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 2804F5C01AF; Mon, 31 Jul 2023 11:48:32 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Mon, 31 Jul 2023 11:48:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; t=1690818512; x=1690904912; bh=27RrpVb0fJrKV 16IE46CaVHMUvzfYPXPG/0myoO6SvA=; b=0ScKz1Um7XPgRQfzP3imVy6eQKowp CAS7y6PTQeU5jRZV3jC2/+2nRIzYiM/IhsG0Iu2duwmuqjwW1SUOnIaspOxtK8zb 22D3y7i1l2+Nnnx9mjGi/IoWO07+++Ne9MmOtWjPDZfBBirk9rxPhyXYVXSzdi7Y hUXp0miove+RoScyeXR/pvr3hrtG4lo3rq6RG/uPYKSHKylil/J/vMgtYeJ3n9kW qPz2nPEOkJKBp47/o5aiiv4sqDzNW2OzkA75k42bgFF07SWySzaRZNzjW7sMGYUm U92BigqhOHpblkjV+WTHjSJKu4oECc48nlZwa6Cy0Ym6nd1U1g8tFdXFQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedviedrjeeggdeilecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpeffhffvvefukfhfgggtuggjsehttdertddttddvnecuhfhrohhmpefkughoucfu tghhihhmmhgvlhcuoehiughoshgthhesihguohhstghhrdhorhhgqeenucggtffrrghtth gvrhhnpefhffejgefhjeehjeevheevhfetveevfefgueduueeivdeijeeihfegheeljefg ueenucffohhmrghinhepghhithhhuhgsrdgtohhmnecuvehluhhsthgvrhfuihiivgeptd enucfrrghrrghmpehmrghilhhfrhhomhepihguohhstghhsehiughoshgthhdrohhrgh X-ME-Proxy: Feedback-ID: i494840e7:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 31 Jul 2023 11:48:30 -0400 (EDT) Date: Mon, 31 Jul 2023 18:48:01 +0300 From: Ido Schimmel To: Mirsad Todorovac Cc: petrm@nvidia.com, razor@blackwall.org, Ido Schimmel , netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Shuah Khan Subject: Re: [PATCH v1 01/11] selftests: forwarding: custom_multipath_hash.sh: add cleanup for SIGTERM sent by timeout Message-ID: References: <2f203995-5ae0-13bc-d1a6-997c2b36a2b8@alu.unizg.hr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Mon, Jul 31, 2023 at 05:13:37PM +0200, Mirsad Todorovac wrote: > You can add: > > Tested-by: Mirsad Todorovac Added your tags to all 17 patches. Available here: https://github.com/idosch/linux/tree/submit/selftests_fix_v2 Will submit later this week (most likely on Wednesday) after I verify they don't cause other regressions. Thanks for testing and reporting.