Skip to content

Commit d48f9b0

Browse files
author
Evan Lezar
committed
Merge branch 'CNT-2414/add-lib' into 'master'
Include libnvidia-pkcs11.so in compute libraries See merge request nvidia/container-toolkit/libnvidia-container!130
2 parents 5535248 + 75e0065 commit d48f9b0

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

pkg/deb/changelog

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
libnvidia-container (1.8.0~rc.2-1) experimental; urgency=medium
22

3+
* Include libnvidia-pkcs11.so in compute libraries
4+
* Include firmware paths in list command
35
* Correct GSP firmware mount permissions
6+
* Fix bug to support cgroupv2 on linux kernels < 5.5
7+
* Fix bug in cgroupv2 logic when in mixed v1 / v2 environment
48

5-
-- NVIDIA CORPORATION <[email protected]> Tue, 18 Jan 2022 11:20:38 +0100
9+
-- NVIDIA CORPORATION <[email protected]> Thu, 27 Jan 2022 11:20:38 +0100
610

711
libnvidia-container (1.8.0~rc.1-1) experimental; urgency=medium
812

pkg/rpm/SPECS/libnvidia-container.spec

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,12 @@ This package contains command-line tools that facilitate using the library.
9999
%{_bindir}/*
100100

101101
%changelog
102-
* Tue Jan 18 2022 NVIDIA CORPORATION <[email protected]> 1.8.0-0.1.rc.2
102+
* Thu Jan 27 2022 NVIDIA CORPORATION <[email protected]> 1.8.0-0.1.rc.2
103+
- Include libnvidia-pkcs11.so in compute libraries
104+
- Include firmware paths in list command
103105
- Correct GSP firmware mount permissions
106+
- Fix bug to support cgroupv2 on linux kernels < 5.5
107+
- Fix bug in cgroupv2 logic when in mixed v1 / v2 environment
104108

105109
* Wed Dec 08 2021 NVIDIA CORPORATION <[email protected]> 1.8.0-0.1.rc.1
106110
- Add new cgroup.c file based on nvcgo that supports both cgroupv1 and cgroupv2

src/nvc_info.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ static const char * const compute_libs[] = {
8686
"libnvidia-fatbinaryloader.so", /* fatbin loader (used by libcuda) */
8787
"libnvidia-allocator.so", /* NVIDIA allocator runtime library */
8888
"libnvidia-compiler.so", /* NVVM-PTX compiler for OpenCL (used by libnvidia-opencl) */
89+
"libnvidia-pkcs11.so", /* Encrypt/Decrypt library */
8990
};
9091

9192
static const char * const video_libs[] = {

0 commit comments

Comments
 (0)