From patchwork Wed Feb 26 09:37:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 1244850 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48S9hS5WBVz9sRl; Wed, 26 Feb 2020 20:38:00 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1j6t8e-00088k-0Z; Wed, 26 Feb 2020 09:37:56 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1j6t8d-00088Y-1F for kernel-team@lists.ubuntu.com; Wed, 26 Feb 2020 09:37:55 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1j6t8c-0007n1-OV for kernel-team@lists.ubuntu.com; Wed, 26 Feb 2020 09:37:54 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH v2 0/1] [SRU][E/F] kselftests/timers: disable timeout Date: Wed, 26 Feb 2020 10:37:53 +0100 Message-Id: <20200226093754.20463-1-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1864626 Several timers kselftests are failing since the introduction of a timeout threshold in commit 852c8cbf34d3 "selftests/kselftest/runner.sh: Add 45 second timeout per test": we hit the same problem with ftrace kselftests, and the fix there was to disable this timeout completely. Sam proposes a similar fix for kselftests/timers timeout failures: https://lists.linaro.org/pipermail/linux-kselftest-mirror/2020-February/011044.html Po-Hsu Lin (1): selftests/timers: Turn off timeout setting tools/testing/selftests/timers/Makefile | 1 + tools/testing/selftests/timers/settings | 1 + 2 files changed, 2 insertions(+) create mode 100644 tools/testing/selftests/timers/settings Acked-by: Andrea Righi Acked-by: Seth Forshee