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 2025-12-09 12:53:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed (Old)
and /work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.1939
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nvidia-open-driver-G06-signed"
Tue Dec 9 12:53:48 2025 rev:83 rq:1321704 version:580.105.08
Changes:
--------
---
/work/SRC/openSUSE:Factory/nvidia-open-driver-G06-signed/nvidia-open-driver-G06-signed.changes
2025-11-13 17:31:11.492843511 +0100
+++
/work/SRC/openSUSE:Factory/.nvidia-open-driver-G06-signed.new.1939/nvidia-open-driver-G06-signed.changes
2025-12-09 13:00:18.893099120 +0100
@@ -1,0 +2,6 @@
+Wed Dec 3 14:03:19 UTC 2025 - Stefan Dirsch <[email protected]>
+
+- kernel-6.18.patch
+ * fixed build against kernel 6.18
+
+-------------------------------------------------------------------
New:
----
kernel-6.18.patch
----------(New B)----------
New:
- kernel-6.18.patch
* fixed build against kernel 6.18
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nvidia-open-driver-G06-signed.spec ++++++
--- /var/tmp/diff_new_pack.pGXmRP/_old 2025-12-09 13:00:20.553169095 +0100
+++ /var/tmp/diff_new_pack.pGXmRP/_new 2025-12-09 13:00:20.557169263 +0100
@@ -101,6 +101,7 @@
Source15: kmp-trigger.sh
Source17: kmp-post.sh
Source18: Check4WrongSupplements.sh
+Patch0: kernel-6.18.patch
BuildRequires: %{kernel_module_package_buildreqs}
BuildRequires: fdupes
BuildRequires: gcc-c++
++++++ kernel-6.18.patch ++++++
---
open-gpu-kernel-modules-580.105.08/kernel-open/nvidia-uvm/uvm_va_range_device_p2p.c.orig
2025-12-03 14:56:18.964338048 +0100
+++
open-gpu-kernel-modules-580.105.08/kernel-open/nvidia-uvm/uvm_va_range_device_p2p.c
2025-12-03 14:59:26.352130997 +0100
@@ -360,7 +360,11 @@ static NV_STATUS alloc_device_p2p_mem(uv
// a reference to them, so take one now if using DEVICE_COHERENT pages.
if (gpu->parent->cdmm_enabled) {
get_page(page);
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(6, 18, 0)
+ get_dev_pagemap(page_to_pfn(page));
+#else
get_dev_pagemap(page_to_pfn(page), NULL);
+#endif
}
#else
// CDMM P2PDMA will never be enabled for this case