Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jul 2021 10:42:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        threads@FreeBSD.org
Subject:   [Bug 218571] umtx compat6 regression affecting 'jar' command
Message-ID:  <bug-218571-13406-A6lHlBRhTn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218571-13406@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218571-13406@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=3D218571

--- Comment #10 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D9b6b793bd79521edc082a89b264a30881=
cb65e22

commit 9b6b793bd79521edc082a89b264a30881cb65e22
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-07-19 15:40:38 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-07-28 10:21:12 +0000

    Revert most of ce42e793100b460f597e4c85ec0da12e274f9394

    to restore ABI compatibility for pre-10.x binaries.

    It restores _umtx_lock() and _umtx_unlock() syscalls, and UMTX_OP_LOCK/
    UMTX_OP_UNLOCK umtx_op(2) operations. UMUTEX_ERROR_CHECK flag is left
    out for now, I do not think it makes a difference.

    PR:     218571
    Reviewed by:    brooks (previous version)
    Sponsored by:   The FreeBSD Foundation
    MFC after:      1 week
    Differential revision:  https://reviews.freebsd.org/D31220

 sys/compat/freebsd32/syscalls.master |   6 +-
 sys/kern/kern_umtx.c                 | 446 +++++++++++++++++++++++++++++++=
+++-
 sys/kern/syscalls.master             |  14 +-
 sys/sys/_umtx.h                      |   4 +
 sys/sys/umtx.h                       |   7 +-
 5 files changed, 467 insertions(+), 10 deletions(-)

--=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-218571-13406-A6lHlBRhTn>