Date: Mon, 17 May 2021 15:13:24 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 255947] linuxulator: Add FUTEX_REQUEUE for musl libc. Message-ID: <bug-255947-227@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255947 Bug ID: 255947 Summary: linuxulator: Add FUTEX_REQUEUE for musl libc. Product: Base System Version: Unspecified Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: pitwuu@gmail.com Created attachment 225031 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D225031&action= =3Dedit futex requeue patch The comment about FUTEX_REQUEUE is true, however musl libc makes uses of th= is operation, and so I want to add support for it as there is legitimate use of FUTEX_REQUEUE. The call itself is per the documentation the same as FUTEX_CMD_REQUEUE exce= pt that the val3 is not checked. Tested on void linux chroot with x64. With this patch, Qt applications enter and exit cleanly. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255947-227>