Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nvidia-open-driver-G06-signed for 
openSUSE:Factory checked in at 2024-09-23 15:23:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed (Old)
 and      /work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.29891 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nvidia-open-driver-G06-signed"

Mon Sep 23 15:23:21 2024 rev:45 rq:1202361 version:550.120

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed/nvidia-open-driver-G06-signed.changes
      2024-09-18 15:29:23.471114162 +0200
+++ 
/work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.29891/nvidia-open-driver-G06-signed.changes
   2024-09-23 15:24:20.694722411 +0200
@@ -1,0 +2,10 @@
+Sat Sep 21 12:02:59 UTC 2024 - Stefan Dirsch <sndir...@suse.com>
+
+- Update to 550.120 (boo#1230779)
+  * Fixed a bug that could cause kernel crashes upon attempting
+    KMS operations through DRM when nvidia_drm was loaded with
+    modeset=0.
+- aarch64-TW-buildfix.patch
+  * fixes build on aarch64 with latest TW kernel
+
+-------------------------------------------------------------------

Old:
----
  open-gpu-kernel-modules-550.107.02.tar.gz
  pci_ids-550.107.02
  pci_ids-supported-550.107.02

New:
----
  aarch64-TW-buildfix.patch
  open-gpu-kernel-modules-550.120.tar.gz
  pci_ids-550.120
  pci_ids-supported-550.120

BETA DEBUG BEGIN:
  New:    modeset=0.
- aarch64-TW-buildfix.patch
  * fixes build on aarch64 with latest TW kernel
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nvidia-open-driver-G06-signed.spec ++++++
--- /var/tmp/diff_new_pack.o3VdRP/_old  2024-09-23 15:24:21.638761440 +0200
+++ /var/tmp/diff_new_pack.o3VdRP/_new  2024-09-23 15:24:21.638761440 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define gfx_version 550.107.02
+%define gfx_version 550.120
 %define cuda_version 555.42.06
 
 %global flavor @BUILD_FLAVOR@%{?nil}
@@ -84,6 +84,13 @@
 %if "%{flavor}" == "cuda"
 Patch1:         kernel-6.10.patch
 %endif
+%if "%{flavor}" != "cuda"
+%ifarch aarch64
+%if 0%{?suse_version} >= 1600
+Patch2:         aarch64-TW-buildfix.patch
+%endif
+%endif
+%endif
 BuildRequires:  %{kernel_module_package_buildreqs}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++

++++++ aarch64-TW-buildfix.patch ++++++
--- a/kernel-open/nvidia/nv-vtophys.c.orig      2024-09-19 14:13:38.129627845 
+0200
+++ a/kernel-open/nvidia/nv-vtophys.c   2024-09-19 14:14:35.462847222 +0200
@@ -29,7 +29,7 @@
 NvU64 NV_API_CALL nv_get_kern_phys_address(NvU64 address)
 {
     /* direct-mapped kernel address */
-    if (virt_addr_valid(address))
+    if (virt_addr_valid((const void *) address))
         return __pa(address);
 
     nv_printf(NV_DBG_ERRORS,

++++++ open-gpu-kernel-modules-550.107.02.tar.gz -> 
open-gpu-kernel-modules-550.120.tar.gz ++++++
/work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed/open-gpu-kernel-modules-550.107.02.tar.gz
 
/work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.29891/open-gpu-kernel-modules-550.120.tar.gz
 differ: char 13, line 1

++++++ pci_ids-550.107.02 -> pci_ids-550.120 ++++++


++++++ pci_ids-supported-550.107.02 -> pci_ids-supported-550.120 ++++++

Reply via email to