From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-176.mta0.migadu.com (out-176.mta0.migadu.com [91.218.175.176]) (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 6112843166 for ; Wed, 29 Jan 2025 00:22:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.176 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738110123; cv=none; b=U3Qm2qXw7Se+gVj/I/RKjvmYQKTSKVy+gCzgIFiMrP27Le7L05U23Py4o9vgIElA2i2IkO8dCTKlnISKDLuhi3ITq79BqX8pAhMPhS+AqkpG7ynYUYDmR1SFOay+G6i6aJZ9buucixguUT5/XK8A35mXiowQIRnIbyVanV5ARrA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738110123; c=relaxed/simple; bh=X/S05OkSZ33+fQ/7xP3Oh5JzmgDDcSvL7PrkokrwUkQ=; h=MIME-Version:Date:Content-Type:From:Message-ID:Subject:To; b=azVE/zTLB7E5VWe8UG7DXeQ0V1vyKz2gkAmq6ViNTy2i3yI1lM6JcIpK/NWhZ5JTklW2j4zktQFinGOh5Cmt4FOKepODHCH9ukwbDkoe4qYHurjX4H89v4cNhM0f0nvrN8hWuaaN7R7mPeo1Vitg7CLsO+vujCTdV5+eh6D6sKg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=lYa59KTl; arc=none smtp.client-ip=91.218.175.176 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="lYa59KTl" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1738110104; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=I46f/Rd0R5jaB8YDQCGB0uktDK3SIZJUjy8XsFnAFJ8=; b=lYa59KTlcMO4mtuXDJ5xTOtZTOYg2ZluR7nKVLAJvjb2End6Jer0Db0l0377Is4blcHqsS RL5eNQePUWhvaYN8GnvIYmhlBTPj/OQmit1NYmXejTGPOEs4Ue1Z5njKwwb+SSno7VlEzx MWuZfenTp/tuLeMFqdmypl3g1wUVjE4= Date: Wed, 29 Jan 2025 00:21:43 +0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: "Ihor Solodrai" Message-ID: <3fb44500b87b0f1d8360bc7a1f3ae972d3c5282f@linux.dev> TLS-Required: No Subject: selftests/sched_ext: testing on BPF CI To: "Tejun Heo" , "David Vernet" , "Andrea Righi" , "Changwoo Min" , "Alexei Starovoitov" , bpf@vger.kernel.org, linux-kernel@vger.kernel.org X-Migadu-Flow: FLOW_OUT Hi Tejun, Andrea. I tested a couple of variants of bpf-next + sched_ext source tree, just sharing the results. I found a working state: BPF CI pipeline ran successfully twice (that's 8 build + run of selftests/sched_ext/runner in total). Working state requires most patches between sched_ext/master and sched_ext/for-6.14-fixes [1], and also the patch "tools/sched_ext: Receive updates from SCX repo" [2] On plain bpf-next the dsp_local_on test fails [3]. Without the patch [2] there is a build error [4]: missing SCX_ENUM_INIT definition. We probably don't want to enable selftests/sched_ext on BPF CI with that many "temporary" patches. I suggest to wait until all of this is merged upstream. You can check the full list of patches here: https://github.com/kernel-patches/vmtest/pull/332/files [1] https://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext.git/log/= ?h=3Dfor-6.14-fixes [2] https://lore.kernel.org/all/Z1ucTqJP8IeIXZql@slm.duckdns.org/ [3] https://github.com/kernel-patches/vmtest/actions/runs/13019837022 [4] https://github.com/kernel-patches/vmtest/actions/runs/13020458479