[neon/kde/kwin/Neon/release] debian/patches: Update 2 files

Carlos De Maine null at kde.org
Mon Apr 14 19:15:36 BST 2025


Git commit 3fe6e8eedf009c194e9d1e05ace08c405690075a by Carlos De Maine.
Committed on 14/04/2025 at 18:15.
Pushed by carlosdem into branch 'Neon/release'.

Update 2 files

- /debian/patches/series
- /debian/patches/crash_backport.patch

A  +19   -0    debian/patches/crash_backport.patch
A  +1    -0    debian/patches/series

https://invent.kde.org/neon/kde/kwin/-/commit/3fe6e8eedf009c194e9d1e05ace08c405690075a

diff --git a/debian/patches/crash_backport.patch b/debian/patches/crash_backport.patch
new file mode 100644
index 0000000..577de32
--- /dev/null
+++ b/debian/patches/crash_backport.patch
@@ -0,0 +1,19 @@
+diff --git a/src/backends/drm/drm_commit_thread.cpp b/src/backends/drm/drm_commit_thread.cpp
+index 2b23b59bb358f0f198190c21d605eca1553853b1..49a2085ae9eff7f2df9681b5fe3e7e6a711c84f7 100644
+--- a/src/backends/drm/drm_commit_thread.cpp
++++ b/src/backends/drm/drm_commit_thread.cpp
+@@ -301,10 +301,10 @@ DrmCommitThread::~DrmCommitThread()
+             m_pong.notify_all();
+         }
+         m_thread->wait();
+-        if (m_committed) {
+-            m_committed->setDefunct();
+-            m_gpu->addDefunctCommit(std::move(m_committed));
+-        }
++    }
++    if (m_committed) {
++        m_committed->setDefunct();
++        m_gpu->addDefunctCommit(std::move(m_committed));
+     }
+ }
+ 
\ No newline at end of file
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..472fd5b
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+crash_backport.patch
\ No newline at end of file


More information about the Neon-commits mailing list