From patchwork Fri Feb 19 21:20:33 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcelo Henrique Cerri X-Patchwork-Id: 1442454 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=) 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 4Dj4Hk0dZcz9sW3; Sat, 20 Feb 2021 08:20:48 +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 1lDDCf-0007yf-4U; Fri, 19 Feb 2021 21:20:45 +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 1lDDCd-0007yB-0U for kernel-team@lists.ubuntu.com; Fri, 19 Feb 2021 21:20:43 +0000 Received: from mail-qk1-f199.google.com ([209.85.222.199]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1lDDCc-0006EZ-Mo for kernel-team@lists.ubuntu.com; Fri, 19 Feb 2021 21:20:42 +0000 Received: by mail-qk1-f199.google.com with SMTP id v184so3629003qkd.22 for ; Fri, 19 Feb 2021 13:20:42 -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:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=HTH7/nsuACmPLGRSWjDTjtKkgE4yxRgM1iKS80H8QCA=; b=dCq2WiZlt7q4XvsWU4SxwlVXUP/+0E1PuhTJ0p1iqn0rQPSGrt83kahVVIreLIYLC1 WNvu3AIWY2jckNjdBnqdqv9Zvy5ZxqW11j6A0zR65I8YID/b/44wNVlPI+xA1Zhm014Q ai/bgDO6PZYHS2t85vgmo+9/i2QqlxQ4gWC37qpKKFb13sWVHagkY5pinIsjXzcZZEzM FoC3NM1YLqsUMfZLKCjkVeAbTfeOxuKZ8/jX1D8uCt0tEycMqugKyKlHRyW9rJV6PW8O 190SxGezOTyyZ2nC5VX1w91vCYRFTfjdJqkSnePVvQhgRJ95niexbdFAbhzUELzKpFh4 bVnw== X-Gm-Message-State: AOAM532XxAnghLSI9ZbyISGctHgZRbOcpV1/hr7of4mlBX7iCt54XO27 iUxuxsBlE3GzwQUoE4W0+44Pm5xYQhDKNWOdCrXM2Dxld2Gtn/BX9PkrvuDo3dGYSJGS34tpHyw uUQtcbrpRUgGap7Lna0JQPSCYpLKHd5skuXb5emYw X-Received: by 2002:a05:620a:48c:: with SMTP id 12mr11105844qkr.290.1613769641440; Fri, 19 Feb 2021 13:20:41 -0800 (PST) X-Google-Smtp-Source: ABdhPJx9TzZ02ic3PO7yJ1S4P09AfFtGbp8m8+VyT5hFpsk4UX67X+CaM8ggftZQlk92Jxlkd4Q3PA== X-Received: by 2002:a05:620a:48c:: with SMTP id 12mr11105831qkr.290.1613769641206; Fri, 19 Feb 2021 13:20:41 -0800 (PST) Received: from gallifrey.lan ([187.57.108.234]) by smtp.gmail.com with ESMTPSA id m7sm6363535qti.33.2021.02.19.13.20.39 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 19 Feb 2021 13:20:40 -0800 (PST) From: Marcelo Henrique Cerri To: kernel-team@lists.ubuntu.com Subject: [bionic:linux][PATCH 1/1] UBUNTU: [Config] Enforce CONFIG_DRM_BOCHS=m Date: Fri, 19 Feb 2021 18:20:33 -0300 Message-Id: <20210219212035.3088189-2-marcelo.cerri@canonical.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210219212035.3088189-1-marcelo.cerri@canonical.com> References: <20210219212035.3088189-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: https://bugs.launchpad.net/bugs/1916290 BugLink: https://bugs.launchpad.net/bugs/1872863 In LP:#1872863 we started to build and ship the bochs-drm.ko driver again, however this config wasn't enforced and because of that derivatives didn't inherit. Enforce CONFIG_DRM_BOCHS=m and let the derivatives update their configuration to include it or not. Signed-off-by: Marcelo Henrique Cerri --- debian.master/config/annotations | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index 52fa132d2063..cc7b3fcae781 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -1774,6 +1774,7 @@ CONFIG_DRM_TVE200 policy<{'armhf': 'm'}> CONFIG_DRM_MGAG200 note CONFIG_DRM_STI note CONFIG_DRM_HISI_HIBMC note +CONFIG_DRM_BOCHS mark note note # Menu: Device Drivers >> Graphics support >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) >> AMD GPU CONFIG_DRM_AMDGPU policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}>