HomeFreeBSD

linux(4): Fix get_robust_list() syscall return value.

Description

linux(4): Fix get_robust_list() syscall return value.

The system call returns the head of the robust futex list. The list head is stored
in the location pointed to by the head argument. When copying data between address
spaces use proper head storage size as it depends on an emulated ABI.

PR: 267616
MFC after: 3 days

Details

Provenance
iwtcex_gmail.comAuthored on Nov 8 2022, 9:17 PM
dchaginCommitted on Nov 8 2022, 9:17 PM
Parents
rGb40ae8c9fe73: tcp: fix build without INVARIANTS and VIMAGE
Branches
Unknown
Tags
Unknown