02:03wlb: weston Issue #960 opened by () A large surface that cross multi screen was refused. https://gitlab.freedesktop.org/wayland/weston/-/issues/960
03:34wlb: weston Merge request !1629 opened by () ivi-shell: make a choice that a large surface could cross multi screen https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1629
05:24wlb: wayland Merge request !434 opened by () src: Add feature of printing PID, ClientName and Timestamp https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/434
08:07wlb: wayland-protocols Merge request !353 opened by () ext-foreign-toplevel-list: add skip_switcher and skip_panel https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/353
12:44misyl: Why does wl_shm_pool::resize not update sigbus_is_impossible? Surely if the new size is >= the stat size, that should be updated to add the sigbus handler on future accesses?
12:44misyl: Am I missing something here?
12:49misyl: I don't think F_SEAL_SHRINK protects against this, as that only stops it from shrinking, whereas it could get a ::resize to be larger, bigger than the fd, and that sigbus_is_impossible state would not be updated... right?
13:01kennylevinsen: misyl: The danger is that while the compositor uses the buffer, it shrinks and causes sigbus. Increasing the size is not dangerous, and as long as the fd cannot be shrunk from the *new* size, all should be good.
13:01kennylevinsen: I believe F_SEAL_SHRINK would still be in effect, and means that the backing file can only ever grow larger and larger which is fine
13:03misyl: kennylevinsen: But the resize could be larger than the size of the sealed memory, it is not checked.
13:05kennylevinsen: yeah good point, might be worth stat'ing it again then
13:05kennylevinsen: patches welcome :)
18:04wlb: weston Merge request !1630 opened by () libweston: use Requires in pkg-config file https://gitlab.freedesktop.org/wayland/weston/-/merge_requests/1630
18:06wlb: wayland-protocols Merge request !354 opened by () xdg-decoration: add notch_server_side decorations https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/354
18:09llyyr: is it not possible fix wlb's detection of MR author field?