02:55wlb: weston Issue #908 opened by liang zhou (snow) HDMI display is abnormal https://gitlab.freedesktop.org/wayland/weston/-/issues/908
07:21wlb: weston Issue #907 closed \o/ (Issue with memfd_create() Function Call in Weston 12.0.1 on Linux Kernel 6.6.22 https://gitlab.freedesktop.org/wayland/weston/-/issues/907)
08:10wlb: weston Merge request !1517 opened by sami uddin (sami) shared: memfd_create: try MFD_NOEXEC_SEAL https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1517
08:14mvlad: SardemFF7, could you have another look at https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1492 please?
08:46Max1: YaLTeR: thanks for the issue and the ping! It seems it has reached the right people already :)
08:46YaLTeR[m]: neat
09:38wlb: weston Issue #908 closed \o/ (HDMI display is abnormal https://gitlab.freedesktop.org/wayland/weston/-/issues/908)
10:18wlb: weston/main: Sami Uddin * shared: memfd_create: try MFD_NOEXEC_SEAL https://gitlab.freedesktop.org/wayland/weston/commit/bedd171d5d6c shared/os-compatibility.c
10:18wlb: weston Merge request !1517 merged \o/ (shared: memfd_create: try MFD_NOEXEC_SEAL https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1517)
10:18wlb: weston Issue #907 closed \o/ (Issue with memfd_create() Function Call in Weston 12.0.1 on Linux Kernel 6.6.22 https://gitlab.freedesktop.org/wayland/weston/-/issues/907)
10:24KarenTheDorf: Hey, cool. I started using MFD_NOEXEC_SEAL on my wl_shm buffers as a client.
14:26apol[m]: does anyone know of a test client for wl_drm implementations?
14:26kennylevinsen: you are aware that wl_drm is a deprecated, mesa-internal protocol, right?
14:27d_ed[m]: apol: weston has a bunch of demos of low level things
14:30apol[m]: kennylevinsen: yes, but I'm working with defective drivers that require it somehow, so I need to make sure it still works
14:30apol[m]: I was hoping I'd find a test client to reproduce it on my development laptop
14:34apol[m]: <d_ed[m]> "apol: weston has a bunch of..." <- yes, I searched there but I couldn't find the one
14:37daniels: we don't have anything for wl_drm because it's a mesa-only protocol, not a public one
14:43apol[m]: okay
19:58wlb: wayland Merge request !390 closed (util: introduce wl_object_get_{id,class}())
20:17zzag: apol[m]: also jic we plan to kill it in kwin. iirc the main blocker was Xwayland, which was fixed recently
20:18zzag: so we are waiting until most distros start shipping Xwayland with the required changes
21:29apol[m]: right I know, I might need to keep it around for Qualcomm, we'll see how that goes. I guess I can do it out of tree