From patchwork Thu Nov 5 16:30:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Pisati X-Patchwork-Id: 1395115 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 4CRpss10H7z9s0b; Fri, 6 Nov 2020 03:30:41 +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 1kai9k-0000he-Ia; Thu, 05 Nov 2020 16:30:36 +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 1kai9j-0000gw-CK for kernel-team@lists.ubuntu.com; Thu, 05 Nov 2020 16:30:35 +0000 Received: from 1.general.ppisati.uk.vpn ([10.172.193.134] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kai9j-0003i2-3U for kernel-team@lists.ubuntu.com; Thu, 05 Nov 2020 16:30:35 +0000 From: Paolo Pisati To: kernel-team@lists.ubuntu.com Subject: [PATCH 0/2] [SRU][F/gcp][linux-lrm] Add the NVIDIA 455 series Date: Thu, 5 Nov 2020 17:30:32 +0100 Message-Id: <20201105163034.106603-1-paolo.pisati@canonical.com> X-Mailer: git-send-email 2.27.0 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" Update the NVIDIA 455 driver and drop the 435 series. Also, provide a new virtual package, so that packagers can specify a dependency on signed modules (as opposed to the DKMS packages). BugLink: https://bugs.launchpad.net/bugs/1902093 Alberto Milone (2): UBUNTU: [Packaging] NVIDIA -- provide the nvidia-prebuilt-kernel virtual package UBUNTU: [Packaging] NVIDIA -- Add the 455 driver debian/control.d/meta-nvidia | 14 +++++++------- debian/control.d/migrate-nvidia-435 | 6 ++++++ debian/control.d/nvidia | 4 ++-- debian/rules | 16 ++++++++-------- 4 files changed, 23 insertions(+), 17 deletions(-) create mode 100644 debian/control.d/migrate-nvidia-435 Acked-by: Kleber Sacilotto de Souza