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, Apr 14, 11:37 AM
Unknown Object (File)
Sun, Apr 14, 8:56 AM
Unknown Object (File)
Sun, Apr 14, 8:01 AM
Unknown Object (File)
Sun, Apr 14, 7:41 AM
Unknown Object (File)
Feb 13 2024, 12:08 AM
Unknown Object (File)
Dec 13 2023, 4:17 PM
Unknown Object (File)
Dec 11 2023, 6:13 AM
Unknown Object (File)
Nov 16 2023, 1:51 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