weston: Add missing Upstream-Status to patches
authorScott Murray <scott.murray@konsulko.com>
Wed, 7 Aug 2024 18:49:22 +0000 (14:49 -0400)
committerScott Murray <scott.murray@konsulko.com>
Fri, 20 Dec 2024 03:39:59 +0000 (22:39 -0500)
A couple of the recent patches for Weston were missing the now
required Upstream-Status line, add one with the relevant backport
information for each of them.

Bug-AGL: SPEC-5147

Change-Id: If97bfb6a3f90b90834f446749c8e76aecf179989
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
meta-agl-core/recipes-graphics/wayland/weston/0001-backend-drm-don-t-leak-gem_handle_refcnt-in-drm_dest.patch
meta-agl-core/recipes-graphics/wayland/weston/0002-backend-drm-always-create-gem_handle_refcnt-hash-tab.patch

index 0e3ab76..9abf2e6 100644 (file)
@@ -4,6 +4,8 @@ Date: Tue, 19 Dec 2023 11:43:55 +0000
 Subject: [PATCH 1/2] backend-drm: don't leak gem_handle_refcnt in drm_destroy
 
 Signed-off-by: Ray Smith <rsmith@brightsign.biz>
+Upstream-Status: Backport [https://gitlab.freedesktop.org/wayland/weston/-/commit/80f096d9]
+
 ---
  libweston/backend-drm/drm.c | 3 +++
  1 file changed, 3 insertions(+)
index 0ae8208..77271f3 100644 (file)
@@ -7,6 +7,8 @@ Devices created via drm_device_create have this hash table, but those
 created via drm_backend_create don't.
 
 Signed-off-by: Ray Smith <rsmith@brightsign.biz>
+Upstream-Status: Backport [https://gitlab.freedesktop.org/wayland/weston/-/commit/e7960048]
+
 ---
  libweston/backend-drm/drm.c | 12 +++++++++---
  1 file changed, 9 insertions(+), 3 deletions(-)