Skip to content

Commit ced5a19

Browse files
authored
Merge pull request #2859 from flatcar/krnowak/nvidia-drivers-bump
nvidia drivers bump
2 parents 777065d + 2429389 commit ced5a19

25 files changed

+806
-1275
lines changed

.github/workflows/portage-stable-packages-list

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -744,6 +744,8 @@ virtual/ssh
744744
virtual/tmpfiles
745745
virtual/udev
746746

747+
x11-drivers/nvidia-drivers
748+
747749
x11-libs/pixman
748750

749751
x11-misc/makedepend
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- nvidia-drivers-service ([CVE-2025-23244](https://www.cve.org/CVERecord?id=CVE-2025-23244))
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- base, dev: nvidia-drivers-service (amd64) ([535.247.01](https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-535-247-01/index.html))
2+
- base, dev: nvidia-drivers-service (arm64) (570.153.02 (includes [570.148.08](https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-148-08/index.html), [570.133.20](https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-133-20/index.html), [570.124.06](https://docs.nvidia.com/datacenter/tesla/tesla-release-notes-570-124-06/index.html)))
3+
- sysext-nvidia-drivers-570, sysext-nvidia-drivers-570-open: nvidia-drivers (570.153.02)

sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/make.defaults

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ USE="${USE} bindist"
5757
# linux-fw-redistributable - license for sys-kernel/coreos-firmware
5858
# freedist - license for sys-kernel/coreos-kernel
5959
# intel-ucode - license for sys-firmware/intel-microcode
60-
# NVIDIA-r2 - license for x11-drivers/nvidia-drivers
60+
# NVIDIA-2023 - license for x11-drivers/nvidia-drivers
6161
ACCEPT_LICENSE="${ACCEPT_LICENSE} no-source-code
62-
linux-fw-redistributable freedist intel-ucode NVIDIA-r2"
62+
linux-fw-redistributable freedist intel-ucode NVIDIA-2023"
6363

6464
# Favor our own mirrors over Gentoo's
6565
GENTOO_MIRRORS="

sdk_container/src/third_party/portage-stable/x11-drivers/nvidia-drivers/Manifest

Lines changed: 34 additions & 18 deletions
Large diffs are not rendered by default.

sdk_container/src/third_party/portage-stable/x11-drivers/nvidia-drivers/files/nvidia-390.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# NVIDIA drivers options
22
# See /usr/share/doc/nvidia-drivers-*/README.txt* for more information.
33

4-
# nvidia-drivers and nouveau cannot be used at same time.
5-
# Comment out the following line if you wish to allow nouveau.
4+
# nvidia-drivers and nouveau / nova cannot be used at same time.
5+
# Comment out the following lines if you wish to allow either.
66
blacklist nouveau
7+
blacklist nova_core
78

89
# !!! Security Warning !!!
910
# Do not change the DeviceFile options unless you know what you are doing.

sdk_container/src/third_party/portage-stable/x11-drivers/nvidia-drivers/files/nvidia-470.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# NVIDIA drivers options
22
# See /usr/share/doc/nvidia-drivers-*/README.txt* for more information.
33

4-
# nvidia-drivers and nouveau cannot be used at same time.
5-
# Comment out the following line if you wish to allow nouveau.
4+
# nvidia-drivers and nouveau / nova cannot be used at same time.
5+
# Comment out the following lines if you wish to allow either.
66
blacklist nouveau
7+
blacklist nova_core
78

89
# Kernel Mode Setting (needed for wayland but is hardly usable with legacy 470)
910
# Enabling may possibly cause issues with SLI and Reverse PRIME.

sdk_container/src/third_party/portage-stable/x11-drivers/nvidia-drivers/files/nvidia-545.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# NVIDIA drivers options
22
# See /usr/share/doc/nvidia-drivers-*/README.txt* for more information.
33

4-
# nvidia-drivers and nouveau cannot be used at same time.
5-
# Comment out the following line if you wish to allow nouveau.
4+
# nvidia-drivers and nouveau / nova cannot be used at same time.
5+
# Comment out the following lines if you wish to allow either.
66
blacklist nouveau
7+
blacklist nova_core
78

89
# Kernel Mode Setting (notably needed for fbdev and wayland).
910
# Enabling may possibly cause issues with SLI and Reverse PRIME.

0 commit comments

Comments
 (0)