Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Nov 2022 10:23:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 267616] Linuxulator: get_robust_list is slightly broken on amd64 for 32-bit apps
Message-ID:  <bug-267616-227-VAS2xlu4Dj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267616-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267616-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267616

--- Comment #4 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D312fa66091f9989e64370291e2482eab8=
d8ab013

commit 312fa66091f9989e64370291e2482eab8d8ab013
Author:     Alex S <iwtcex@gmail.com>
AuthorDate: 2022-11-08 21:17:17 +0000
Commit:     Dmitry Chagin <dchagin@FreeBSD.org>
CommitDate: 2022-11-14 10:21:26 +0000

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

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

    PR:             267616
    MFC after:      3 days

    (cherry picked from commit 9f7bf94ee2a88a702cef9fdb67166404c275afaf)

 sys/compat/linux/linux_futex.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267616-227-VAS2xlu4Dj>