Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2019 10:28:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        emulation@FreeBSD.org
Subject:   [Bug 240989] Linuxulator: futexes can't be shared between 32- and 64-bit applications
Message-ID:  <bug-240989-4077-KoM5pxroRm@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240989-4077@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240989-4077@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=3D240989

--- Comment #2 from commit-hook@freebsd.org ---
A commit references this bug:

Author: yuripv
Date: Fri Oct 18 10:28:09 UTC 2019
New revision: 353724
URL: https://svnweb.freebsd.org/changeset/base/353724

Log:
  linux: provide just one instance of futex_list

  Move futex_list definition to linux.c which is included once
  in linux.ko (i386) and in linux_common.ko (amd64 and aarch64)
  allowing 32/64 bit linux programs to access the same futexes
  in the latter case.

  PR:           240989
  Reviewed by:  dchagin
  Differential Revision:        https://reviews.freebsd.org/D22073

Changes:
  head/sys/compat/linux/linux.c
  head/sys/compat/linux/linux.h
  head/sys/compat/linux/linux_futex.c
  head/sys/compat/linux/linux_futex.h

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240989-4077-KoM5pxroRm>