From patchwork Mon Oct 19 12:47:00 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Henrique Cerri X-Patchwork-Id: 1384270 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 4CFGjz1MLVz9sTr; Mon, 19 Oct 2020 23:47:17 +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 1kUUZD-000145-Rb; Mon, 19 Oct 2020 12:47:11 +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 1kUUZC-00013v-Bj for kernel-team@lists.ubuntu.com; Mon, 19 Oct 2020 12:47:10 +0000 Received: from mail-qt1-f197.google.com ([209.85.160.197]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kUUZC-0005yn-18 for kernel-team@lists.ubuntu.com; Mon, 19 Oct 2020 12:47:10 +0000 Received: by mail-qt1-f197.google.com with SMTP id r4so6102185qta.9 for ; Mon, 19 Oct 2020 05:47:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=XMskjhpZ+4MPDxkE8xXp+hvvPpmo1mmvfqs0pqqJhGo=; b=CZHWv6cfU5cjtaIgb5nAcsAMucYNbnSQaY97JG94YcvJ2x3IiPhKRUPJayM0hk9cLO 2SACum0+OnsgdM8Sv04HF3J0/X2AgmIJFXu62hdXldM5dqJkFXKJAEdSfvXUci8RJRVS 5Kc8NMWsQ3/XAAHN78au0cuPU0suIxNNcNP+npqYI7BEivDZAa4+nsT2ziR00zfrXgDT 9/QfJMPw/BYLpk9pg6eYX6WsqxmIzQ4AYIhBIYhtXmcxX0i6a2laSmyJ83eoMxwzXGYp Xmdsuheodsg6WHSX/CAe0Vq16cpD/fST+NY/XXTNtdmu3/Mpe9e2zgcFzslQGjPHcJls A3zg== X-Gm-Message-State: AOAM533yS47k6JqgTN6co9fC3Ec2M2uvJRsT88lb3Mya/sVmIKY1PCk0 qdXPAxP6lAkWRLT1cH+9OVBsfoBmGzMO1isd0qGJL8FRcJBjW7EVmy1L6s29XImqq+qrT5iu18o WeX07sin/rLz+bPSGP8B7Do9jxQ/LiYxsUN5Fn5VT X-Received: by 2002:a37:4855:: with SMTP id v82mr15388515qka.445.1603111628897; Mon, 19 Oct 2020 05:47:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyDu1c3bjcXXIEZSoTeolICIEmb2AcQcFASvUZUKL1JILBUXRLG4Q6lC/RtRo2Zyl83bl4nrg== X-Received: by 2002:a37:4855:: with SMTP id v82mr15388492qka.445.1603111628589; Mon, 19 Oct 2020 05:47:08 -0700 (PDT) Received: from valinor.lan ([201.82.181.95]) by smtp.gmail.com with ESMTPSA id 185sm4171436qke.16.2020.10.19.05.47.06 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 19 Oct 2020 05:47:07 -0700 (PDT) From: Marcelo Henrique Cerri To: kernel-team@lists.ubuntu.com Subject: [bionic:linux-azure-4.15][PATCH 1/1] UBUNTU: [Config] linux-azure: Ensure CONFIG_LOOPBACK_TARGET=m (tcm_loop) Date: Mon, 19 Oct 2020 09:47:00 -0300 Message-Id: <20201019124701.1979364-2-marcelo.cerri@canonical.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201019124701.1979364-1-marcelo.cerri@canonical.com> References: <20201019124701.1979364-1-marcelo.cerri@canonical.com> MIME-Version: 1.0 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: http://bugs.launchpad.net/bugs/1791794 Enforce CONFIG_LOOPBACK_TARGET=m in the annotations file to avoid having it changed by mistake when updating the config options. Signed-off-by: Marcelo Henrique Cerri --- debian.azure-4.15/config/annotations | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian.azure-4.15/config/annotations b/debian.azure-4.15/config/annotations index 9b6e1983aecf..596540dc4b86 100644 --- a/debian.azure-4.15/config/annotations +++ b/debian.azure-4.15/config/annotations @@ -127,6 +127,9 @@ CONFIG_USB_XHCI_PCI mark note CONFIG_USB_XHCI_PLATFORM mark note note +CONFIG_LOOPBACK_TARGET policy<{'amd64': 'm'}> +CONFIG_LOOPBACK_TARGET mark note + # From linux-azure initial packaging CONFIG_POWERCAP policy<{'amd64': 'n'}>