From patchwork Tue Jan 28 04:15:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khalid Elmously X-Patchwork-Id: 1230159 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=) 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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 486DQD3nnkz9sP3; Tue, 28 Jan 2020 15:38:26 +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 1iwIdn-00087s-F8; Tue, 28 Jan 2020 04:38:19 +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 1iwIHZ-0002ng-KW for kernel-team@lists.ubuntu.com; Tue, 28 Jan 2020 04:15:21 +0000 Received: from mail-qv1-f69.google.com ([209.85.219.69]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iwIHV-0001ej-2u for kernel-team@lists.ubuntu.com; Tue, 28 Jan 2020 04:15:17 +0000 Received: by mail-qv1-f69.google.com with SMTP id p3so7972214qvt.9 for ; Mon, 27 Jan 2020 20:15:17 -0800 (PST) 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:in-reply-to :references; bh=jpoO5iV/lPk8RVOp+mZroO87+2LROENWT4u0y0CydEY=; b=gmUyB/sC1LNUweH04BbXKNzwWhWI7yQKPhORTfDkQa/CJf6tUyjtqlIAjOb6bSmr+3 DPLrsbBDgHMMXyqD5aqG94PydZ2VAj5wQbbAgVSCyhncMtPvBt2cJjzXEt+ve8/h+m5e dwQ+2rIKfbRsDVmcc5SnXixTxCwO7PGzk3adZskJdqGapglgnPYNRgmH1yXObgCTXywG syqz7TLyxcWdbYxQkiPqGypXN8IseCbcpAgFsbeB3O7cMwAAbHCT7rF9eecF+f4818go fAGF+DHnZZOFAlBsU14jFhrsjEKRiakwANf+F9iAk7qhpBey+ZAFC0uiU1vceg6MkUX3 oLoA== X-Gm-Message-State: APjAAAWZkIfGnJdwV89IV92RXFr3a6atb+qmYYGV3ib+P3/JeHy4W1Ak k+P9TRVARrmq/egfxShZ1X/Pu7BC7ESor1Ri2FkI71BOKePJOGlagGHdiz28JI15Gv1ltGnK6Zk lfFKeneG6R1Fdb0cr4sMJ0At+XcTc2VE6Um6irvu6+Q== X-Received: by 2002:ac8:404e:: with SMTP id j14mr18405727qtl.312.1580184916131; Mon, 27 Jan 2020 20:15:16 -0800 (PST) X-Google-Smtp-Source: APXvYqxHftcpw5NomYpyDTOh5w0g6UM2X29KyJ9noUAt3m8LIsDF8Rr60enrgTgJtB01USXbWrNlew== X-Received: by 2002:ac8:404e:: with SMTP id j14mr18405718qtl.312.1580184915895; Mon, 27 Jan 2020 20:15:15 -0800 (PST) Received: from kbuntu2.fuzzbuzz.org (dhcp-24-53-242-104.cable.user.start.ca. [24.53.242.104]) by smtp.gmail.com with ESMTPSA id s1sm11210684qkm.84.2020.01.27.20.15.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Jan 2020 20:15:15 -0800 (PST) From: Khalid Elmously To: kernel-team@lists.ubuntu.com Subject: [SRU][E][PATCH] Enforce policy for CONFIG_IOMMU_DEBUGFS Date: Mon, 27 Jan 2020 23:15:10 -0500 Message-Id: <20200128041510.20844-3-khalid.elmously@canonical.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200128041510.20844-1-khalid.elmously@canonical.com> References: <20200128041510.20844-1-khalid.elmously@canonical.com> 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/1861057 Ignore: yes Signed-off-by: Khalid Elmously --- debian.master/config/annotations | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index b84a4bf10c99..f2d3d56e06a4 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -2763,6 +2763,7 @@ CONFIG_VIRTIO_IOMMU policy<{'arm64': 'y'}> # CONFIG_IPMMU_VMSA note CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT mark note +CONFIG_IOMMU_DEBUGFS mark note # Menu: Device Drivers >> IOMMU Hardware Support >> Generic IOMMU Pagetable Support CONFIG_IOMMU_IO_PGTABLE_LPAE policy<{'arm64': 'y', 'armhf': 'y'}>