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 DB39C2D481F; Thu, 19 Mar 2026 13:55:33 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773928533; cv=none; b=O0EQ36Wqv9uwrQvrWCTP4uqUL5/TF2OZ86yKBWrai39HgaU3oA/RGGHlXD25fvG2k4F8ngLyDU9f+QKiSV1V8hvumQsV1JLDbZtk25Ds8UdNiWBmkU70wae1emPzbDRVnBj9jgk+xVkNfNNCY3yH6voBfRegYocKuPSfp21CGII= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773928533; c=relaxed/simple; bh=B6Mgd6T/oAPkK1MX+JRTgOTzZFJd9XXazVfl//Yh5Ow=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=f4i/UYUHA9ighViIcff2ZV/0legU7/RGHSglr8/59c8dVk6Pmb4JmhLDAwBzT+lLgqKI+0k3XTLokPco5Ju9V8unMEts/rI3N9sSfNc0JtWpwdJ+9k4eP0g9H69gasJqaD5I7cZCwbfd8GQtqDs7xWwcEkD7kRPwNe8ISEsWl1s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=KBVE9lBH; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="KBVE9lBH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 09861C19424; Thu, 19 Mar 2026 13:55:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773928533; bh=B6Mgd6T/oAPkK1MX+JRTgOTzZFJd9XXazVfl//Yh5Ow=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KBVE9lBHWOLme+zG6Xu1ygf01iBFgrBUnqwMggMzC7Li9v7gC2q9NpPbmIB8D7+Uy 5lgaplkkKRcycjxHA6AF4g8h5NvbTasY52baaQE7tpg334zMVBMKTM+BAG1AFlPM8x cswLU99L4A7QNcquqfiKNFERmKCUqkReZJTS2eQo= Date: Thu, 19 Mar 2026 14:55:30 +0100 From: Greg KH To: Nathan Gao Cc: ap420073@gmail.com, kuba@kernel.org, patches@lists.linux.dev, sashal@kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 6.1 148/280] selftests: net: amt: wait longer for connection before sending packets Message-ID: <2026031920-switch-coat-6f81@gregkh> References: <20260204143914.959181459@linuxfoundation.org> <20260219213420.94656-1-zcgao@amazon.com> Precedence: bulk X-Mailing-List: stable@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: <20260219213420.94656-1-zcgao@amazon.com> On Thu, Feb 19, 2026 at 01:34:20PM -0800, Nathan Gao wrote: > On Wed, Feb 04, 2026 at 03:38:42PM +0100, Greg Kroah-Hartman wrote: > > 6.1-stable review patch. If anyone has any objections, please let me know. > > Hi Greg, > > Apologies for the reply after review window. This patch depends on lib.sh under > net selftests which doesn't exist in 6.1. The lib.sh file was introduced in > v6.8-rc1 via commit 25ae948b4478 ("selftests/net: add lib.sh"). > > Without it, the test will fail on: > ./amt.sh: line 76: source: lib.sh: file not found > > Do you think, in this case, tools/testing/selftests/net/lib.sh is better > backported? Or the patch should be reverted? Let's revert it, can you send a fix? thanks, greg k-h