mbox series

[V2,0/5,G,L-R-M] Add the new NVIDIA 450 and the new server series

Message ID 20200720143254.4136051-1-alberto.milone@canonical.com
Headers show
Series Add the new NVIDIA 450 and the new server series | expand

Message

Alberto Milone July 20, 2020, 2:32 p.m. UTC
This adds support for the new 450, 450-server, 418-server, 440-server
series.

The 450 series replaces the 440 series, whereas the 440-server series
is still supported.

This also automates the way the nvidia-kernel-common dependency is
generated, and syncs things up with Focal, Eoan, and Bionic.

This will require updating the dkms-versions when cranking.

Alberto Milone (5):
  UBUNTU: [Packaging] rules -- expose nvidia-kernel-common dependency
    data
  UBUNTU: [packaging] expose dependency on nvidia-kernel-common on meta
    packages
  UBUNTU: [packaging] drop nvidia-kernel-common dependency from the ABI
    metas
  UBUNTU: [packaging] add nvidia 418-server and 440-server drivers
  UBUNTU: [packaging] add nvidia 450 and 450-server

 debian/control.d/meta-nvidia              | 105 +++++++++++++++---
 debian/control.d/nvidia                   | 128 ++++++++++++++++++++--
 debian/control.d/transitionals-nvidia-440 |  13 +++
 debian/dkms-versions                      |   5 +-
 debian/rules                              |  51 +++++++--
 5 files changed, 269 insertions(+), 33 deletions(-)
 create mode 100644 debian/control.d/transitionals-nvidia-440

--
2.25.1

Comments

Seth Forshee July 20, 2020, 4:08 p.m. UTC | #1
On Mon, Jul 20, 2020 at 04:32:49PM +0200, Alberto Milone wrote:
> This adds support for the new 450, 450-server, 418-server, 440-server
> series.
> 
> The 450 series replaces the 440 series, whereas the 440-server series
> is still supported.
> 
> This also automates the way the nvidia-kernel-common dependency is
> generated, and syncs things up with Focal, Eoan, and Bionic.
> 
> This will require updating the dkms-versions when cranking.

Patches are in the right order this time :-)

Will you also be sending a v2 for the kernel tree?

These look good though, so provisinally applied assuming we will get
corresponding kernel patches. Thanks!
Alberto Milone July 21, 2020, 8:13 a.m. UTC | #2
On 20/07/2020 18:08, seth.forshee@canonical.com wrote:
> On Mon, Jul 20, 2020 at 04:32:49PM +0200, Alberto Milone wrote:
>> This adds support for the new 450, 450-server, 418-server, 440-server
>> series.
>>
>> The 450 series replaces the 440 series, whereas the 440-server series
>> is still supported.
>>
>> This also automates the way the nvidia-kernel-common dependency is
>> generated, and syncs things up with Focal, Eoan, and Bionic.
>>
>> This will require updating the dkms-versions when cranking.
> 
> Patches are in the right order this time :-)

Good :)

> 
> Will you also be sending a v2 for the kernel tree?
> 
> These look good though, so provisinally applied assuming we will get
> corresponding kernel patches. Thanks!
> 
I thought you had managed to apply part of the kernel patches. I'll send
you a V2 for the kernel too then.

Thanks,

--
Alberto Milone