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 C17A1272814; Thu, 10 Jul 2025 14:21:13 +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=1752157273; cv=none; b=leH4lpAAcUnu8bG69zpcH9CMGsN3zv1hm7sEGxgO0PkLaSGRaZo9m53vVbPXBPVgVuwaEUktNG8aoXcwWEy5mW+N+XwnZOHWMZnD6hIoVePq3Hoqq9QT27JMqK6KuVihCh/VxKGq8v3LrO9LrrGAlTdU3aQtKtdTXjGQ3DpWKQQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752157273; c=relaxed/simple; bh=PiKYZARavFsgpI+GNBPD+meoU3JrO96ePdosDKUFY74=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=SpVyU7q7VXBAg8dvGiXUUj2lTEjliHjgReVTg5gyZjPiJlRmnUI27ZZc/Bz+bAPSMccuqkI0t9yETMrPGRjMc45g1zIMnHChuEUDA/778IONa6rKGR4yzFNpX0jk01j4Db+45tjuTS9t+AhgL5gcScy7fs51M/IyCfaEntL6xpo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JNaX6MHq; 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="JNaX6MHq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0620EC4CEE3; Thu, 10 Jul 2025 14:21:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752157273; bh=PiKYZARavFsgpI+GNBPD+meoU3JrO96ePdosDKUFY74=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=JNaX6MHqnBkxAq9w3Kw8L/G+6EYfDiX02choW0sza1q/GWEIzrh5GWFVEUwUpsR/A q21fqn0AnSrs1MEUfYZS6tfm7WsTLSqGWwzOGr9LuHvcxuSgM5Z/nr6iE0CRZ4c9ld Lte9eh1wD4zTGqpeuX6qSgFRKsaQkMJW+KUuOqpSgoz8uC/kwdtGRPUkKYg7SXDuX8 FZpZCuRq+lKS1YD/ZNEWHzgwjafaA6Rd+MNypvOoRzq33rekjZ6mjRbr0xnOeGRd17 A8p4ohiZt4qPA+7Tw9HHk6n6mMkC7inBKmukKUD8ckHw2XbVklbW3y8qFmvCoix9o7 v77jUpyj3T03g== From: Benjamin Tissoires To: Jiri Kosina , Peter Hutterer , Shuah Khan , Benjamin Tissoires Cc: linux-input@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org In-Reply-To: <20250709-wip-fix-ci-v1-0-b7df4c271cf8@kernel.org> References: <20250709-wip-fix-ci-v1-0-b7df4c271cf8@kernel.org> Subject: Re: [PATCH 0/3] selftests/hid: upgrade the python scripts to match hid-tools 0.10 Message-Id: <175215727176.770911.16764304017186964894.b4-ty@kernel.org> Date: Thu, 10 Jul 2025 16:21:11 +0200 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.14.2 On Wed, 09 Jul 2025 11:08:48 +0200, Benjamin Tissoires wrote: > hid-tools 0.10 fixed a test regression introduced in 6.16-rc1: the > kernel might communicate with the uhid node while the test suite opens > the evdev node. This leads to a full test-suite time which used to run > in 6 minutes into an hour. > > Merge the upstream hid-tools project in the selftest kernel dir to > reduce that time to something manageable again. > > [...] Applied to hid/hid.git (for-6.17/selftests), thanks! [1/3] selftests/hid: run ruff format on the python part https://git.kernel.org/hid/hid/c/c85a8cb9b8d3 [2/3] selftests/hid: sync the python tests to hid-tools 0.8 https://git.kernel.org/hid/hid/c/642f9b2d608c [3/3] selftests/hid: sync python tests to hid-tools 0.10 https://git.kernel.org/hid/hid/c/1aee3a44fad2 Cheers, -- Benjamin Tissoires