From patchwork Sat Dec 16 00:24:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 849427 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=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3yz7Nb0hqgz9sBZ; Sat, 16 Dec 2017 11:25:03 +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 1eQ0Hf-0007Ky-TG; Sat, 16 Dec 2017 00:24:55 +0000 Received: from complete.lackof.org ([198.49.126.79]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1eQ0He-0007KW-O7 for kernel-team@lists.ubuntu.com; Sat, 16 Dec 2017 00:24:54 +0000 Received: from localhost (c-24-9-123-6.hsd1.co.comcast.net [24.9.123.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by complete.lackof.org (Postfix) with ESMTPSA id 324D433E0084 for ; Fri, 15 Dec 2017 17:24:52 -0700 (MST) From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [PATCH 2/3][Bionic] UBUNTU: [Config] CONFIG_QCOM_FALKOR_ERRATUM_E1041=y Date: Fri, 15 Dec 2017 17:24:40 -0700 Message-Id: <20171216002441.21000-3-dann.frazier@canonical.com> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20171216002441.21000-1-dann.frazier@canonical.com> References: <20171216002441.21000-1-dann.frazier@canonical.com> X-Virus-Scanned: clamav-milter 0.99.2 at complete.lackof.org X-Virus-Status: Clean X-Spam-Status: No, score=0.3 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, UNPARSEABLE_RELAY autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on complete.lackof.org 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: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/1738947 Signed-off-by: dann frazier --- debian.master/config/annotations | 2 ++ debian.master/config/config.common.ubuntu | 1 + 2 files changed, 3 insertions(+) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 3388b1327607..6f0d74ced477 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -10970,9 +10970,11 @@ CONFIG_CAVIUM_ERRATUM_27456 policy<{'arm64': 'y'}> CONFIG_CAVIUM_ERRATUM_30115 policy<{'arm64': 'y'}> CONFIG_QCOM_FALKOR_ERRATUM_1003 policy<{'arm64': 'y'}> CONFIG_QCOM_FALKOR_ERRATUM_1009 policy<{'arm64': 'y'}> +CONFIG_QCOM_FALKOR_ERRATUM_E1041 policy<{'arm64': 'y'}> CONFIG_QCOM_QDF2400_ERRATUM_0065 policy<{'arm64': 'y'}> # CONFIG_ARM64_ERRATUM_843419 mark note +CONFIG_QCOM_FALKOR_ERRATUM_E1041 mark note CONFIG_QCOM_QDF2400_ERRATUM_0065 mark note # Menu: Processor type and features >> ARMv8.1 architectural features >> Architecture: arm64 diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 1c851beef734..e9f04ffeaf11 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -6924,6 +6924,7 @@ CONFIG_QCOM_EBI2=y CONFIG_QCOM_EMAC=m CONFIG_QCOM_FALKOR_ERRATUM_1003=y CONFIG_QCOM_FALKOR_ERRATUM_1009=y +CONFIG_QCOM_FALKOR_ERRATUM_E1041=y CONFIG_QCOM_GDSC=y CONFIG_QCOM_GLINK_SSR=m CONFIG_QCOM_GSBI=m