From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 805471D2E4 for ; Mon, 31 Jul 2023 15:48:40 +0000 (UTC) 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> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_BLOCKED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, SPF_HELO_PASS,SPF_NONE,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net 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.