Page MenuHomeFreeBSD

PR240989: provide just one instance of futex_list
ClosedPublic

Authored by yuripv on Oct 18 2019, 5:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 21, 7:55 AM
Unknown Object (File)
Wed, Mar 19, 12:28 AM
Unknown Object (File)
Fri, Mar 7, 10:53 AM
Unknown Object (File)
Feb 22 2025, 5:28 AM
Unknown Object (File)
Feb 15 2025, 6:02 PM
Unknown Object (File)
Jan 13 2025, 3:29 AM
Unknown Object (File)
Jan 8 2025, 12:16 PM
Unknown Object (File)
Dec 15 2024, 11:33 PM
Subscribers

Details

Summary

Move futex_list to linux.c so that there's only one instance in linux32/linux64/linux_common case. This fixes the problem described in the PR allowing communication between 32 and 64 bit linux processes.

The linux.c location is easiest (even if not the best?) one that doesn't otherwise require modifying the include lists.

Test Plan

Run the reproducer attached to the PR.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable