From patchwork Thu Jul 12 06:17:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Hung X-Patchwork-Id: 942814 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41R5N42XFmz9s01; Thu, 12 Jul 2018 16:18:11 +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 1fdUvH-0007F8-UF; Thu, 12 Jul 2018 06:17:51 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1fdUvG-0007Ec-Dc for fwts-devel@lists.ubuntu.com; Thu, 12 Jul 2018 06:17:50 +0000 Received: from 1.general.alexhung.us.vpn ([10.172.65.254] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1fdUvF-0007dc-T7; Thu, 12 Jul 2018 06:17:50 +0000 From: Alex Hung To: fwts-devel@lists.ubuntu.com Subject: [PATCH] klog.json: lower severity of temperature threshold Date: Wed, 11 Jul 2018 23:17:45 -0700 Message-Id: <1531376265-19709-1-git-send-email-alex.hung@canonical.com> X-Mailer: git-send-email 2.7.4 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" Laptop computers are becoming smaller and lighter and thermal design becomes a trade-off. As a result, it is common to see CPU temperatures go above threshold. Let's lower severity to high instead of critical as it is by design. Signed-off-by: Alex Hung Acked-by: Ivan Hu Acked-by: Colin Ian King --- data/klog.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/klog.json b/data/klog.json index f138b82..168effd 100644 --- a/data/klog.json +++ b/data/klog.json @@ -1705,7 +1705,7 @@ atform Communications Channel Table (PCCT) and find the PCC subspace communicati }, { "compare_mode": "regex", - "log_level": "LOG_LEVEL_CRITICAL", + "log_level": "LOG_LEVEL_HIGH", "pattern": "[T|t]emperature above threshold, cpu clock throttled", "advice": "Test caused CPU temperature above critical threshold. The CPU has been throttled to run slower because of over-heating above the critical threshold. CPU throttling will be turned off once the CPU has cooled sufficiently. Frequent throttling may indicate poor thermal design on the machine.", "label": "KlogThermalOverrun"