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)
Sun, Dec 15, 11:33 PM
Unknown Object (File)
Mon, Dec 9, 7:21 PM
Unknown Object (File)
Mon, Dec 9, 12:37 AM
Unknown Object (File)
Nov 22 2024, 10:22 PM
Unknown Object (File)
Nov 21 2024, 1:18 PM
Unknown Object (File)
Nov 11 2024, 7:25 AM
Unknown Object (File)
Oct 17 2024, 2:03 PM
Unknown Object (File)
Oct 16 2024, 8:40 AM
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