[Bug 279069] linux: Add support for POSIX message queues PR:1248
Date: Fri, 17 May 2024 19:01:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279069 Bug ID: 279069 Summary: linux: Add support for POSIX message queues PR:1248 Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: rbranco@suse.com The current implementation of mqueuefs in the Linuxulator is a skeleton that is enabled only for i386 when P1003_1B_MQUEUE is defined. This is wrong. Either this must be disabled or fixed. This is an attempt of a fix for amd64 which works so far with some limitations. I need some comments on whether this is an exercise in futility (who really uses mqueue?) or worth trying: https://github.com/freebsd/freebsd-src/pull/1248 PR:1248 -- You are receiving this mail because: You are the assignee for the bug.