From 5c6c6fbdb3a59b2323698b264b78df35d92c5443 Mon Sep 17 00:00:00 2001 From: Bernhard Stoeckner Date: Wed, 10 Jul 2024 18:51:10 +0200 Subject: [PATCH] 555.42.06 --- CHANGELOG.md | 2 ++ README.md | 9 ++++++--- kernel-open/Kbuild | 2 +- src/common/inc/nvBldVer.h | 16 ++++++++-------- src/common/inc/nvUnixVersion.h | 2 +- src/nvidia/generated/g_nv_name_released.h | 3 +++ version.mk | 2 +- 7 files changed, 22 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a419ddcda..f46905814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Release 555 Entries +### [555.42.06] 2024-06-25 + ### [555.42.02] 2024-05-21 ## Release 550 Entries diff --git a/README.md b/README.md index 9aeb30be4..633415132 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # NVIDIA Linux Open GPU Kernel Module Source This is the source release of the NVIDIA Linux open GPU kernel modules, -version 555.42.02. +version 555.42.06. ## How to Build @@ -17,7 +17,7 @@ as root: Note that the kernel modules built here must be used with GSP firmware and user-space NVIDIA GPU driver components from a corresponding -555.42.02 driver release. This can be achieved by installing +555.42.06 driver release. This can be achieved by installing the NVIDIA GPU driver from the .run file using the `--no-kernel-modules` option. E.g., @@ -188,7 +188,7 @@ encountered specific to them. For details on feature support and limitations, see the NVIDIA GPU driver end user README here: -https://us.download.nvidia.com/XFree86/Linux-x86_64/555.42.02/README/kernel_open.html +https://us.download.nvidia.com/XFree86/Linux-x86_64/555.42.06/README/kernel_open.html For vGPU support, please refer to the README.vgpu packaged in the vGPU Host Package for more details. @@ -757,6 +757,8 @@ Subsystem Device ID. | NVIDIA H100 80GB HBM3 | 2330 10DE 16C0 | | NVIDIA H100 80GB HBM3 | 2330 10DE 16C1 | | NVIDIA H100 PCIe | 2331 10DE 1626 | +| NVIDIA H200 | 2335 10DE 18BE | +| NVIDIA H200 | 2335 10DE 18BF | | NVIDIA H100 | 2339 10DE 17FC | | NVIDIA H800 NVL | 233A 10DE 183A | | NVIDIA GH200 120GB | 2342 10DE 16EB | @@ -874,6 +876,7 @@ Subsystem Device ID. | NVIDIA L40S | 26B9 10DE 1851 | | NVIDIA L40S | 26B9 10DE 18CF | | NVIDIA L20 | 26BA 10DE 1957 | +| NVIDIA L20 | 26BA 10DE 1990 | | NVIDIA GeForce RTX 4080 SUPER | 2702 | | NVIDIA GeForce RTX 4080 | 2704 | | NVIDIA GeForce RTX 4070 Ti SUPER | 2705 | diff --git a/kernel-open/Kbuild b/kernel-open/Kbuild index e8153f341..77888b0e6 100644 --- a/kernel-open/Kbuild +++ b/kernel-open/Kbuild @@ -72,7 +72,7 @@ EXTRA_CFLAGS += -I$(src)/common/inc EXTRA_CFLAGS += -I$(src) EXTRA_CFLAGS += -Wall $(DEFINES) $(INCLUDES) -Wno-cast-qual -Wno-format-extra-args EXTRA_CFLAGS += -D__KERNEL__ -DMODULE -DNVRM -EXTRA_CFLAGS += -DNV_VERSION_STRING=\"555.42.02\" +EXTRA_CFLAGS += -DNV_VERSION_STRING=\"555.42.06\" ifneq ($(SYSSRCHOST1X),) EXTRA_CFLAGS += -I$(SYSSRCHOST1X) diff --git a/src/common/inc/nvBldVer.h b/src/common/inc/nvBldVer.h index f4a2d9732..6170375be 100644 --- a/src/common/inc/nvBldVer.h +++ b/src/common/inc/nvBldVer.h @@ -43,18 +43,18 @@ #endif #if defined(NV_LINUX) || defined(NV_BSD) || defined(NV_SUNOS) -#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r555/r555_79-111" -#define NV_BUILD_CHANGELIST_NUM (34260717) +#define NV_BUILD_BRANCH_VERSION "rel/gpu_drv/r555/r555_79-115" +#define NV_BUILD_CHANGELIST_NUM (34371996) #define NV_BUILD_TYPE "Official" -#define NV_BUILD_NAME "rel/gpu_drv/r555/r555_79-111" -#define NV_LAST_OFFICIAL_CHANGELIST_NUM (34260717) +#define NV_BUILD_NAME "rel/gpu_drv/r555/r555_79-115" +#define NV_LAST_OFFICIAL_CHANGELIST_NUM (34371996) #else /* Windows builds */ -#define NV_BUILD_BRANCH_VERSION "r555_79-1" -#define NV_BUILD_CHANGELIST_NUM (34253977) +#define NV_BUILD_BRANCH_VERSION "r555_79-2" +#define NV_BUILD_CHANGELIST_NUM (34284047) #define NV_BUILD_TYPE "Official" -#define NV_BUILD_NAME "555.81" -#define NV_LAST_OFFICIAL_CHANGELIST_NUM (34253977) +#define NV_BUILD_NAME "555.85" +#define NV_LAST_OFFICIAL_CHANGELIST_NUM (34284047) #define NV_BUILD_BRANCH_BASE_VERSION R555 #endif // End buildmeister python edited section diff --git a/src/common/inc/nvUnixVersion.h b/src/common/inc/nvUnixVersion.h index a7efea7c6..fd7389ce4 100644 --- a/src/common/inc/nvUnixVersion.h +++ b/src/common/inc/nvUnixVersion.h @@ -4,7 +4,7 @@ #if defined(NV_LINUX) || defined(NV_BSD) || defined(NV_SUNOS) || defined(NV_VMWARE) || defined(NV_QNX) || defined(NV_INTEGRITY) || \ (defined(RMCFG_FEATURE_PLATFORM_GSP) && RMCFG_FEATURE_PLATFORM_GSP == 1) -#define NV_VERSION_STRING "555.42.02" +#define NV_VERSION_STRING "555.42.06" #else diff --git a/src/nvidia/generated/g_nv_name_released.h b/src/nvidia/generated/g_nv_name_released.h index 232682dbe..6bcd8dc1f 100644 --- a/src/nvidia/generated/g_nv_name_released.h +++ b/src/nvidia/generated/g_nv_name_released.h @@ -904,6 +904,8 @@ static const CHIPS_RELEASED sChipsReleased[] = { { 0x2330, 0x16c0, 0x10de, "NVIDIA H100 80GB HBM3" }, { 0x2330, 0x16c1, 0x10de, "NVIDIA H100 80GB HBM3" }, { 0x2331, 0x1626, 0x10de, "NVIDIA H100 PCIe" }, + { 0x2335, 0x18be, 0x10de, "NVIDIA H200" }, + { 0x2335, 0x18bf, 0x10de, "NVIDIA H200" }, { 0x2339, 0x17fc, 0x10de, "NVIDIA H100" }, { 0x233A, 0x183a, 0x10de, "NVIDIA H800 NVL" }, { 0x2342, 0x16eb, 0x10de, "NVIDIA GH200 120GB" }, @@ -1021,6 +1023,7 @@ static const CHIPS_RELEASED sChipsReleased[] = { { 0x26B9, 0x1851, 0x10de, "NVIDIA L40S" }, { 0x26B9, 0x18cf, 0x10de, "NVIDIA L40S" }, { 0x26BA, 0x1957, 0x10de, "NVIDIA L20" }, + { 0x26BA, 0x1990, 0x10de, "NVIDIA L20" }, { 0x2702, 0x0000, 0x0000, "NVIDIA GeForce RTX 4080 SUPER" }, { 0x2704, 0x0000, 0x0000, "NVIDIA GeForce RTX 4080" }, { 0x2705, 0x0000, 0x0000, "NVIDIA GeForce RTX 4070 Ti SUPER" }, diff --git a/version.mk b/version.mk index 45cf602ce..ea7394574 100644 --- a/version.mk +++ b/version.mk @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 555.42.02 +NVIDIA_VERSION = 555.42.06 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST))