SHA256
1
0
forked from pool/wayland

Accepting request 945522 from home:AZhou:branches:X11:Wayland

- Add wayland-shm-Close-file-descriptors-not-needed.patch: For
  platforms that support mremap(), we don't need to hold file
  descriptors all the time, because programs like Xwayland will
  hold a lot of file descriptors and may crash, this patch close
  file descriptors earlier for those platforms (bsc#1194190).

OBS-URL: https://build.opensuse.org/request/show/945522
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland?expand=0&rev=99
This commit is contained in:
2022-01-11 09:32:06 +00:00
committed by Git OBS Bridge
parent 5daa416992
commit 4c322859c3
3 changed files with 85 additions and 0 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 11 08:29:19 UTC 2022 - Alynx Zhou <alynx.zhou@suse.com>
- Add wayland-shm-Close-file-descriptors-not-needed.patch: For
platforms that support mremap(), we don't need to hold file
descriptors all the time, because programs like Xwayland will
hold a lot of file descriptors and may crash, this patch close
file descriptors earlier for those platforms (bsc#1194190).
-------------------------------------------------------------------
Mon Jan 10 18:09:27 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>