Loading pkg/deb/changelog +6 −0 Original line number Diff line number Diff line libnvidia-container (1.8.0~rc.2-1) experimental; urgency=medium * Correct GSP firmware mount permissions -- NVIDIA CORPORATION <cudatools@nvidia.com> Tue, 18 Jan 2022 11:20:38 +0100 libnvidia-container (1.8.0~rc.1-1) experimental; urgency=medium * Add new cgroup.c file based on nvcgo that supports both cgroupv1 and cgroupv2 Loading pkg/rpm/SPECS/libnvidia-container.spec +3 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,9 @@ This package contains command-line tools that facilitate using the library. %{_bindir}/* %changelog * Tue Jan 18 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.8.0-0.1.rc.2 - Correct GSP firmware mount permissions * Wed Dec 08 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 1.8.0-0.1.rc.1 - Add new cgroup.c file based on nvcgo that supports both cgroupv1 and cgroupv2 - Move cgroup.c to cgroup_legacy.c in preparation for nvcgo implementation Loading src/nvc.h +2 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ extern "C" { // For stable releases, this should be defined as empty. // For release candidates, this should be defined with the format "rc.1" // The version string should also be updated accordingly, using a ~ separator where applicable. #define NVC_TAG "rc.1" #define NVC_VERSION "1.8.0~rc.1" #define NVC_TAG "rc.2" #define NVC_VERSION "1.8.0~rc.2" #define NVC_ARG_MAX 256 Loading Loading
pkg/deb/changelog +6 −0 Original line number Diff line number Diff line libnvidia-container (1.8.0~rc.2-1) experimental; urgency=medium * Correct GSP firmware mount permissions -- NVIDIA CORPORATION <cudatools@nvidia.com> Tue, 18 Jan 2022 11:20:38 +0100 libnvidia-container (1.8.0~rc.1-1) experimental; urgency=medium * Add new cgroup.c file based on nvcgo that supports both cgroupv1 and cgroupv2 Loading
pkg/rpm/SPECS/libnvidia-container.spec +3 −0 Original line number Diff line number Diff line Loading @@ -99,6 +99,9 @@ This package contains command-line tools that facilitate using the library. %{_bindir}/* %changelog * Tue Jan 18 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.8.0-0.1.rc.2 - Correct GSP firmware mount permissions * Wed Dec 08 2021 NVIDIA CORPORATION <cudatools@nvidia.com> 1.8.0-0.1.rc.1 - Add new cgroup.c file based on nvcgo that supports both cgroupv1 and cgroupv2 - Move cgroup.c to cgroup_legacy.c in preparation for nvcgo implementation Loading
src/nvc.h +2 −2 Original line number Diff line number Diff line Loading @@ -21,8 +21,8 @@ extern "C" { // For stable releases, this should be defined as empty. // For release candidates, this should be defined with the format "rc.1" // The version string should also be updated accordingly, using a ~ separator where applicable. #define NVC_TAG "rc.1" #define NVC_VERSION "1.8.0~rc.1" #define NVC_TAG "rc.2" #define NVC_VERSION "1.8.0~rc.2" #define NVC_ARG_MAX 256 Loading