From patchwork Tue Jun 29 13:20:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 1498347 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=) 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 4GDlV44pGNz9sW8; Tue, 29 Jun 2021 23:21:00 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1lyDfc-0007HR-7S; Tue, 29 Jun 2021 13:20: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 1lyDfa-0007GP-32 for kernel-team@lists.ubuntu.com; Tue, 29 Jun 2021 13:20:54 +0000 Received: from mail-ed1-f72.google.com ([209.85.208.72]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lyDfZ-0003Pp-Rf for kernel-team@lists.ubuntu.com; Tue, 29 Jun 2021 13:20:53 +0000 Received: by mail-ed1-f72.google.com with SMTP id d5-20020a0564020785b02903958939248aso65417edy.15 for ; Tue, 29 Jun 2021 06:20:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=3SgLGLs2WzHI1hiBaXM/IuZ9l3GO6734Sr+Uat0ntmQ=; b=SVD2iZcnD6SFu6xeHtqHodbZd/eSILZo0ZNz2ivX6nwjEFVXrUaAzsX0I4yuDlKmeo naGRUgTw2+SaFeefMeqDj8vDXqf85rqN/mt2H6qsVj47dvRrUSGanJ9eqzv5PSXJshdN Ne2Yew4Ib2ptWHC4I4pfojAgb/dMXXhNElXPIXaNLw6dr0F3KzbTIY5zIrLH8zpgkX4A yNobskaIleCjKwzeMq+P0POU50DznnY9dJdpvTlYh9OHELCKTmTQw/MzAL/8/cNNuaWQ BXbtcH6oY3+F+vK32aU+uPHswYuvVFF+f8pvbr8tucTHIdUr3GxX9+Xcmn4gq1J3aa+c 79eg== X-Gm-Message-State: AOAM532SNNg6ydGargHSR4o9DbOZT8mvbtumwnhomgZU6faLPiADGZzC ajYIkFyDJ6STL+Zxjbkwr7utqRkk+5zAyttqHijooV2/h6UJOQsudmxof4w4lC8yeQy1zH4vIE6 3yfsaOyINbIA7WYaYdfrKlUVA7yA1uGoodLi6Ci/cvA== X-Received: by 2002:aa7:c4c5:: with SMTP id p5mr41265982edr.352.1624972853370; Tue, 29 Jun 2021 06:20:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwMadpEsFPpcy+hNDJEjEUq0YcJpPRgxYMGk2O+fa7ZJb3E8bV40hvkR2uzzpfn23NnVdkuXA== X-Received: by 2002:aa7:c4c5:: with SMTP id p5mr41265958edr.352.1624972853192; Tue, 29 Jun 2021 06:20:53 -0700 (PDT) Received: from localhost.localdomain (xdsl-188-155-177-222.adslplus.ch. [188.155.177.222]) by smtp.gmail.com with ESMTPSA id jz27sm8316705ejc.33.2021.06.29.06.20.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 29 Jun 2021 06:20:52 -0700 (PDT) From: Krzysztof Kozlowski To: kernel-team@lists.ubuntu.com Subject: [RT-HINTS][PATCH 1/2] linux-azure: hint kernel_misc/rtc01 from ubuntu_ltp Date: Tue, 29 Jun 2021 15:20:42 +0200 Message-Id: <20210629132043.109147-1-krzysztof.kozlowski@canonical.com> X-Mailer: git-send-email 2.27.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" The rtc01 test from kernel_misc in ubuntu_ltp fails ~33% on all kernels on all Azure instances. There is no obvious failure reason except of missing alarm from /dev/rtc0 (rtc_cmos). Signed-off-by: Krzysztof Kozlowski --- focal-linux-azure-5.11.txt | 4 ++++ focal-linux-azure-5.8.txt | 4 ++++ focal-linux-azure.txt | 4 ++++ groovy-linux-azure.txt | 4 ++++ hirsute-linux-azure.txt | 4 ++++ impish-linux-azure.txt | 4 ++++ 6 files changed, 24 insertions(+) create mode 100644 focal-linux-azure-5.11.txt create mode 100644 focal-linux-azure-5.8.txt create mode 100644 focal-linux-azure.txt create mode 100644 groovy-linux-azure.txt create mode 100644 hirsute-linux-azure.txt create mode 100644 impish-linux-azure.txt diff --git a/focal-linux-azure-5.11.txt b/focal-linux-azure-5.11.txt new file mode 100644 index 000000000000..8a2a30930c04 --- /dev/null +++ b/focal-linux-azure-5.11.txt @@ -0,0 +1,4 @@ +# Format: +# series|source|version|flavour|arch|cloud|instance-type|test-suite|test-case|state|comment + +focal|linux-azure-5.11|5.11.0.*|.*|.*|azure|*|ubuntu_ltp|rtc01|FLAKY|lp:#1899416 - ubuntu_ltp/kernel_misc/rtc01 failed on some instances diff --git a/focal-linux-azure-5.8.txt b/focal-linux-azure-5.8.txt new file mode 100644 index 000000000000..750581c2c470 --- /dev/null +++ b/focal-linux-azure-5.8.txt @@ -0,0 +1,4 @@ +# Format: +# series|source|version|flavour|arch|cloud|instance-type|test-suite|test-case|state|comment + +focal|linux-azure-5.8|5.8.0.*|.*|.*|azure|*|ubuntu_ltp|rtc01|FLAKY|lp:#1899416 - ubuntu_ltp/kernel_misc/rtc01 failed on some instances diff --git a/focal-linux-azure.txt b/focal-linux-azure.txt new file mode 100644 index 000000000000..2279c65dd855 --- /dev/null +++ b/focal-linux-azure.txt @@ -0,0 +1,4 @@ +# Format: +# series|source|version|flavour|arch|cloud|instance-type|test-suite|test-case|state|comment + +focal|linux-azure|5.4.0.*|.*|.*|azure|*|ubuntu_ltp|rtc01|FLAKY|lp:#1899416 - ubuntu_ltp/kernel_misc/rtc01 failed on some instances diff --git a/groovy-linux-azure.txt b/groovy-linux-azure.txt new file mode 100644 index 000000000000..8da2f0959610 --- /dev/null +++ b/groovy-linux-azure.txt @@ -0,0 +1,4 @@ +# Format: +# series|source|version|flavour|arch|cloud|instance-type|test-suite|test-case|state|comment + +groovy|linux-azure|5.8.0.*|.*|.*|azure|*|ubuntu_ltp|rtc01|FLAKY|lp:#1899416 - ubuntu_ltp/kernel_misc/rtc01 failed on some instances diff --git a/hirsute-linux-azure.txt b/hirsute-linux-azure.txt new file mode 100644 index 000000000000..16b5c3b8dc90 --- /dev/null +++ b/hirsute-linux-azure.txt @@ -0,0 +1,4 @@ +# Format: +# series|source|version|flavour|arch|cloud|instance-type|test-suite|test-case|state|comment + +hirsute|linux-azure|5.11.0.*|.*|.*|azure|*|ubuntu_ltp|rtc01|FLAKY|lp:#1899416 - ubuntu_ltp/kernel_misc/rtc01 failed on some instances diff --git a/impish-linux-azure.txt b/impish-linux-azure.txt new file mode 100644 index 000000000000..ccabf0066bf2 --- /dev/null +++ b/impish-linux-azure.txt @@ -0,0 +1,4 @@ +# Format: +# series|source|version|flavour|arch|cloud|instance-type|test-suite|test-case|state|comment + +impish|linux-azure|5.11.0.*|.*|.*|azure|*|ubuntu_ltp|rtc01|FLAKY|lp:#1899416 - ubuntu_ltp/kernel_misc/rtc01 failed on some instances