[Bug 218571] umtx compat6 regression affecting 'jar' command

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 28 Jul 2021 10:42:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218571

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=9b6b793bd79521edc082a89b264a30881cb65e22

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(-)

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