From patchwork Fri Apr 7 19:11:47 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Breno Leitao X-Patchwork-Id: 748439 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3w08Mt6KfXz9s7t; Sat, 8 Apr 2017 05:12:10 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.76) (envelope-from ) id 1cwZIh-0005Vg-Rk; Fri, 07 Apr 2017 19:12:03 +0000 Received: from mx0b-001b2d01.pphosted.com ([148.163.158.5] helo=mx0a-001b2d01.pphosted.com) by huckleberry.canonical.com with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1cwZIb-0005Ue-A9 for kernel-team@lists.canonical.com; Fri, 07 Apr 2017 19:11:57 +0000 Received: from pps.filterd (m0098416.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.20/8.16.0.20) with SMTP id v37J8cww095428 for ; Fri, 7 Apr 2017 15:11:56 -0400 Received: from e24smtp01.br.ibm.com (e24smtp01.br.ibm.com [32.104.18.85]) by mx0b-001b2d01.pphosted.com with ESMTP id 29pdh90f9x-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Fri, 07 Apr 2017 15:11:55 -0400 Received: from localhost by e24smtp01.br.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 7 Apr 2017 16:11:54 -0300 Received: from d24relay03.br.ibm.com (9.18.232.225) by e24smtp01.br.ibm.com (10.172.0.143) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 7 Apr 2017 16:11:51 -0300 Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.8.31.91]) by d24relay03.br.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id v37JBogE41550008 for ; Fri, 7 Apr 2017 16:11:50 -0300 Received: from d24av01.br.ibm.com (localhost [127.0.0.1]) by d24av01.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id v37JBoj9024931 for ; Fri, 7 Apr 2017 16:11:50 -0300 Received: from debra.ibm.com ([9.80.232.181]) by d24av01.br.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id v37JBltZ024904 for ; Fri, 7 Apr 2017 16:11:49 -0300 From: Breno Leitao To: kernel-team@lists.canonical.com Subject: [PATCH] Disable CONFIG_HVC_UDBG on ppc64el Date: Fri, 7 Apr 2017 16:11:47 -0300 X-Mailer: git-send-email 1.9.3 X-TM-AS-MML: disable x-cbid: 17040719-1523-0000-0000-00000293FE98 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 17040719-1524-0000-0000-00002A2A06DC Message-Id: <1491592307-16596-1-git-send-email-leitao@debian.org> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2017-04-07_16:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=1 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1704070157 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.14 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-bounces@lists.ubuntu.com From: Breno Leitao BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1680888 Disabling CONFIG_HVC_UDBG on ppc64el config because it is not required on production environment (fake hypervisor console debug), and it is causing some issues that are still being investigated. Signed-off-by: Breno Leitao Acked-by: Seth Forshee diff --git a/debian.master/config/annotations b/debian.master/config/annotations index f511ec13a71e..22c169853f78 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -630,7 +630,7 @@ CONFIG_HVC_RTAS policy<{'ppc64el': 'y'}> CONFIG_HVC_IUCV policy<{'s390x': 'y'}> CONFIG_HVC_XEN policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> CONFIG_HVC_XEN_FRONTEND policy<{'amd64': 'y', 'arm64': 'y', 'i386': 'y'}> -CONFIG_HVC_UDBG policy<{'ppc64el': 'y'}> +CONFIG_HVC_UDBG policy<{'ppc64el': 'n'}> CONFIG_HVC_DCC policy<{'arm64': 'n', 'armhf': 'n'}> CONFIG_HVCS policy<{'ppc64el': 'm'}> CONFIG_VIRTIO_CONSOLE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> @@ -11117,3 +11117,5 @@ CONFIG_QCOM_QDF2400_ERRATUM_0065 policy<{'arm64': 'y'}> CONFIG_ARM64_ERRATUM_843419 mark note CONFIG_ARM64_ERRATUM_858921 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 b4e264b1d98e..8a48079c1b7b 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -3419,7 +3419,7 @@ CONFIG_HVC_IUCV=y CONFIG_HVC_OLD_HVSI=y CONFIG_HVC_OPAL=y CONFIG_HVC_RTAS=y -CONFIG_HVC_UDBG=y +# CONFIG_HVC_UDBG is not set CONFIG_HVC_XEN=y CONFIG_HVC_XEN_FRONTEND=y CONFIG_HV_PERF_CTRS=y