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 75B07287506; Wed, 28 Jan 2026 02:10:15 +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=1769566215; cv=none; b=lAWgphcrvNY/VyLdyiQ0NVUI+Gy4iO1XHpNaxqALLVkw0qMBhIn8eYdgQs0sxhCF4yOW6AkdN058Zi1UPQeGnYIDWU8YkXX4dGCqcNtHCl1FR3VGEwd8CKU4DNa1bYG5XgMoa5UDLS4BJHoL+QLiyHFg0zjaGXWSBJ7utmgklZE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769566215; c=relaxed/simple; bh=dTBjPkn5O5q/ETZPhlMmdldzzfdl4D5Bk3eAKkmspY0=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=ALK1qahMgcf2H49FPhBtUcRd51SISLhB3hwVmLEwQdoh3Z5mgJhQmBhuX99FuuRWy17L5QGZGzXXnGC67hhhmpdfqRs5rl7BL3GTYYM1sryGCczR1JlagzW/tjHuBQBd8Fj3ItOwLv81fIrv7z/VwBJ1Wx3yw07NKa/109f5nvU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=WsI3heEO; 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="WsI3heEO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1A36EC19425; Wed, 28 Jan 2026 02:10:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769566215; bh=dTBjPkn5O5q/ETZPhlMmdldzzfdl4D5Bk3eAKkmspY0=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=WsI3heEOCavHzRffJMJgX6qRKoDBGNPyJZGlGN1/rKfL36XImDpjfkY7S1+fs/GeS ie2ksHsE9Tx20Zv/UPubJd+fx1uvAofJw6BZKqlpQKA+Gd58jaw5K79gMHvlkDgtXC Y2h5ITm0cz06w+OvxIjdMbMjwES3IoTGJHaIF5nfGdanPNJ9FW9/tdWk44vDAYj32I Hy7+jjx2K4x5n9UNUZPdI2SeAiwSCFfw+EauvGAplIeeYe7K4fFxo+9Dxwm9Rh92ix snahaCQwYebXvTTRBrL9Vfcs8IaYvIVRPYfNKgc3V8Dvuwx+AiBRI1WHQZVLVuFVpx ONbmgfXdWEs2g== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 1194C380AA76; Wed, 28 Jan 2026 02:10:10 +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 v2 1/2] selftests: ptp: use KSFT_SKIP exit code for skip scenarios From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176956620884.1477771.11915691910625079904.git-patchwork-notify@kernel.org> Date: Wed, 28 Jan 2026 02:10:08 +0000 References: <20260126061532.12532-1-junjie.cao@intel.com> In-Reply-To: <20260126061532.12532-1-junjie.cao@intel.com> To: Junjie Cao Cc: shuah@kernel.org, richardcochran@gmail.com, linux-kselftest@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Mon, 26 Jan 2026 14:15:31 +0800 you wrote: > The kselftest framework defines KSFT_SKIP=4 as the standard exit code > for skipped tests. However, phc.sh currently uses a mix of 'exit 0' and > 'exit 1' to indicate skip conditions, which can confuse test harnesses > and CI systems. > > This patch introduces ksft_skip=4 variable and unifies all skip exit > paths to use 'exit $ksft_skip', consistent with other selftests like > net/lib.sh and net/fib_nexthops.sh. > > [...] Here is the summary with links: - [v2,1/2] selftests: ptp: use KSFT_SKIP exit code for skip scenarios https://git.kernel.org/netdev/net-next/c/166e664e702e - [v2,2/2] selftests: ptp: treat unsupported PHC operations as skip https://git.kernel.org/netdev/net-next/c/239f09e258b9 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html