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 E3CC72BB13; Thu, 9 Apr 2026 00:31:45 +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=1775694706; cv=none; b=Cv/Q7yIy3EwPex3FpBxwrPrNoA6P1/YZ4T1Ex7CJ70+XX4k4WWPfZglS40KIPVSyMR8gZ+5HUs380vVvvD/rGVDesO2qoScI6X1239bZdQD+PfZ7ENIJiX0LcTO9b708dKBSOzxx7z9fc0m7B48mSM+f1vaXQo6d6VU+vqT0o6U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775694706; c=relaxed/simple; bh=6uMxltVdw71yYGY6rza2XGO88fluxEIOQpWIc3xuAu0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=RzS3XkQ11Owe2OfD2GxbQdiJaERe49uzOBG3S3xpYfugDcSRgSXnqsfXRuPo33TPCJmBGbx0C+NjWJTaIMZLRsu0bYgkLBCMl56y1X8FVEQopxK2hrqSNnf9dCk2qWZOa+KPeGsSi2lwYlbZqTeuWYJo9tsp7RSGqD9ael8+yMw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RHbI5yQ/; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="RHbI5yQ/" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 11D82C19421; Thu, 9 Apr 2026 00:31:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775694705; bh=6uMxltVdw71yYGY6rza2XGO88fluxEIOQpWIc3xuAu0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RHbI5yQ/M/NVOl98+EDQLEJdXDcha77bdOt9H0EfnOMxafEvDiBsi3HVIOju+yES/ 7McJ81YNhfLLdX9aJ8z8xCp3l262kSkZw0ZWPuyjgD+ayw0MQhEQmNXWmbRw25q4g+ 2AY2JfLT1xpeOiD2PMInjaCJxOnnrusny02lp6ngxAgfwtUCbAFMiJc85qpHdaWfF+ m9eeQ/ZeLNOixyHk7olFb6IsxYxo7DBzSpPO1DPTXpxlMFPNxGT2ceOfCiaPnrwitI 8XLhL8U5NUoIdbAMcRSF0Hyqbtb7e4fUqWUi1vzDRdITxRxjNycVTK+DNz8CN9Qoxr o5ySsMk3X2gkA== Date: Wed, 8 Apr 2026 17:31:39 -0700 From: Jakub Kicinski To: Marc Harvey Cc: Jiri Pirko , Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Shuah Khan , Simon Horman , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org Subject: Re: [PATCH net-next v6 00/10] Decouple receive and transmit enablement in team driver Message-ID: <20260408173139.6f041d15@kernel.org> In-Reply-To: References: <20260408-teaming-driver-internal-v6-0-e5bcdcf72504@google.com> <20260408094015.3b8359c1@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Wed, 8 Apr 2026 17:10:05 -0700 Marc Harvey wrote: > On Wed, Apr 8, 2026 at 9:40=E2=80=AFAM Jakub Kicinski w= rote: > > It pains me to report on non-debug kernels: =20 >=20 > I'm sorry to have pained you. To be clear it's a compassionate pain on your behalf, I don' care :) > Despite my best efforts to run with the exact same environment and > conditions as your CI, my teamd can be killed with "teamd -k" but > yours hangs (both are version 1.32 on Fedora with the same kernel > config). For v7, I=E2=80=99ll invoke "teamd -k" using the timeout utility= , or > just increase the test timeout.