From patchwork Thu Jan 4 17:43:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dann frazier X-Patchwork-Id: 855747 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 3zCFXP1LXlz9s7c; Fri, 5 Jan 2018 04:43:49 +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 1eX9YP-0002j0-Ea; Thu, 04 Jan 2018 17:43:45 +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 1eX9YO-0002in-Ca for kernel-team@lists.ubuntu.com; Thu, 04 Jan 2018 17:43:44 +0000 Received: from localhost (c-73-217-118-12.hsd1.co.comcast.net [73.217.118.12]) (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 E36E133E0071 for ; Thu, 4 Jan 2018 10:43:42 -0700 (MST) Date: Thu, 4 Jan 2018 10:43:42 -0700 From: dann frazier To: kernel-team@lists.ubuntu.com Subject: [RESEND][PATCH 2/3][SRU Artful] UBUNTU: [Config] CONFIG_QCOM_FALKOR_ERRATUM_E1041=y Message-ID: <20180104174342.GJ5311@xps13.dannf> References: <20171218185335.13205-1-dann.frazier@canonical.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20171218185335.13205-1-dann.frazier@canonical.com> X-Mailer: git-send-email 2.15.1 User-Agent: Mutt/1.9.2 (2017-12-15) X-Virus-Scanned: clamav-milter 0.99.2 at complete.lackof.org X-Virus-Status: Clean X-Spam-Status: No, score=0.2 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: , 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 b4656baf9d28..2d2e2a139ebb 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -11632,10 +11632,12 @@ CONFIG_APPLDATA_NET_SUM policy<{'s390x': 'm'}> CONFIG_ARM64_ERRATUM_843419 policy<{'arm64': 'y'}> CONFIG_ARM64_ERRATUM_858921 policy<{'arm64': 'y'}> +CONFIG_QCOM_FALKOR_ERRATUM_E1041 policy<{'arm64': 'y'}> CONFIG_QCOM_QDF2400_ERRATUM_0065 policy<{'arm64': 'y'}> # CONFIG_ARM64_ERRATUM_843419 cmark note CONFIG_ARM64_ERRATUM_858921 cmark note +CONFIG_QCOM_FALKOR_ERRATUM_E1041 mark note CONFIG_QCOM_QDF2400_ERRATUM_0065 mark note # CONFIG_HVC_UDBG mark note diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 243a2e2fbb60..8f9a3b9e01f3 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -6840,6 +6840,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_GSBI=m CONFIG_QCOM_HIDMA=m