[SRU][N:azure][PATCH 1/1] UBUNTU: SAUCE: Fix bracket drop FTBFS for Azure kernels

Alice C. Munduruca alice.munduruca at canonical.com
Wed Jul 1 18:02:10 UTC 2026


BugLink: https://bugs.launchpad.net/bugs/2158920

noble-stable-2026-06-16 introduced and incorrectly adjusted a patch to
v3d which caused compilation failures on kernels with this subsystem
enabled. Add the dropped bracket back in to fix compilation.

Signed-off-by: Alice C. Munduruca <alice.munduruca at canonical.com>
---
 drivers/gpu/drm/v3d/v3d_drv.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/v3d/v3d_drv.c b/drivers/gpu/drm/v3d/v3d_drv.c
index 7e764aaac1bf7..83106e6355467 100644
--- a/drivers/gpu/drm/v3d/v3d_drv.c
+++ b/drivers/gpu/drm/v3d/v3d_drv.c
@@ -125,6 +125,7 @@ v3d_open(struct drm_device *dev, struct drm_file *file)
 					    1, NULL);
 		if (ret)
 			goto err_sched;
+	}
 
 	v3d_perfmon_open_file(v3d_priv);
 	file->driver_priv = v3d_priv;
-- 
2.53.0




More information about the kernel-team mailing list