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 7D76430E837; Wed, 4 Mar 2026 01:30: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=1772587833; cv=none; b=c3uh71jucTCBeAGKQ92atFcJICjolCA9tLLkI+BMn91VSMFJhChiNrmbj5ylKwUhNrmdTOHvUcbdLlckvOuMog6mGTp0xNphT/WQHanMPl1ty5sApHUxT5z9fEPGkv/xrxIZEzYSBpQzlW8OQpmR712hArvp67cbOqzNY2sJbAs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772587833; c=relaxed/simple; bh=9XDIQ1lW2/W6tY73S0xeg5sRD/f/ZwTOs5OGN6alcKk=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=WY7hiZB1LE5TTvk3eNVhpyvn70v4NWUeZY5vxIMajtoUI4s7XaG/UQNLK5vGBvE7YPzKDjCPtQ4IpIRpJFZxipXaTd20UmppzzrNDel6D0wePOkJpHpPQLP+Bghmz2gA/zxCG3JIxLYBHsn7v3zTBYc77XDSJszuMxzoqL0U2eU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=TK5sB7l0; 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="TK5sB7l0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3B195C19422; Wed, 4 Mar 2026 01:30:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772587833; bh=9XDIQ1lW2/W6tY73S0xeg5sRD/f/ZwTOs5OGN6alcKk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=TK5sB7l0iy6ihRp9hK++LT1i1m7w28nySkvx/vyo23WqSNLEPHnQPSg1x1WXNtydj CBLkHqUumKBmSnhFWhlYg8lcx4Nclz98Ij43n7HjWrP8StpajZ5Edkm+L7eiCoDuGv twuD4Uj5f8sbXLEgtQpdTfz6OyhIXBHJr29pWnMQkKwQ97FRNaqvzowGDh6JiMcT4J Q7Bsp2i8Rw5Q5FJDv7GjKbx71JYsg6e7AQeeU8oholHYy3Xl5QE0Y8gVAkpiI+qRO9 6pR6Ag051Af1C0yrtfdi0o99GweKpbTOQVAyrIsOIGGQ01COgVR31UfLTUVuTrOQoj jXmfvRIr/sZgg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 7CF173808200; Wed, 4 Mar 2026 01:30:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] selftests: netconsole: print diagnostic on busywait timeout in netcons_basic From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177258783429.1546050.10122433930612295627.git-patchwork-notify@kernel.org> Date: Wed, 04 Mar 2026 01:30:34 +0000 References: <20260302-netconsole_test_verbose-v1-1-b1be5d30cd7d@debian.org> In-Reply-To: <20260302-netconsole_test_verbose-v1-1-b1be5d30cd7d@debian.org> To: Breno Leitao Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, shuah@kernel.org, netdev@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-team@meta.com Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 02 Mar 2026 06:40:39 -0800 you wrote: > The script uses set -euo pipefail, so when busywait times out waiting > for the netconsole message to arrive, it returns 1 and the script exits > immediately without printing any error message. As reported by Jakub, > this makes failures hard to diagnose since the test reports exit=1 with > no explanation. > > Handle the busywait failure explicitly so that a FAIL message is printed > before exiting. This is how it looks like now: > > [...] Here is the summary with links: - [net-next] selftests: netconsole: print diagnostic on busywait timeout in netcons_basic https://git.kernel.org/netdev/net-next/c/dfa77c0dd4ab You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html