Received: by 2002:a05:6a10:f3d0:0:0:0:0 with SMTP id a16csp142586pxv; Thu, 8 Jul 2021 17:17:31 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyVulxiscvRxOS2+9ajO6iqMhI7UChXijU73LqBeg4AW0WnsruIAu9vRmM+GSY+v0tRpJ3P X-Received: by 2002:a05:6402:430f:: with SMTP id m15mr29906868edc.113.1625789851513; Thu, 08 Jul 2021 17:17:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1625789851; cv=none; d=google.com; s=arc-20160816; b=OzQNL6WPxzt8SxFvqFIaLQI3829Kr20YNWYJ8Ngg0W3BSpNrFj2dCb1oih/jECjfXp oWtwxPmR6f5T2TDJGFGc+Hg7G4Uv+J9qocdzAkaINxW4WZGJtPhQk099mNhKYYHDprg4 bvDxvw4rczXyu1OM5sHgRla6Ibz0H3kYJDXF5/iGPxIiWF2x72zkzg1xif7pq3EZzfvs wHRSUnaJTQoXIZ52A9luSLJxQY8Y24GokQMuStQqBHf4ZWnGpA28TZsQhQYDCXKPNPHU E1YJ8Pe8yNpF3Z0gioPUUx26QcIZThM4a/LDDQE5dKgA4TpJC5p0PYbv+lWL5Pvxk4yt C1WA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=SHfpvjSOhoRk95Wt05YrZ2bTlFczvRUz4LaJI86yPXU=; b=Yb7SRS1LaQs3QMe4L+a//LTZth/tEtVmb4Lxe0k2fstYa5vUuZcn9q4ko+Qu+eyCJe xLHUXZSvu9PGqvEClFSuUBYlSGwtomA6onhiUOF84bRu9//XNFMu3SphArpVoOprmBHz IYJRGspHOwO3k/n6s6tAHXNwbWrsjPfyyVgWJoIJFrijO20hbmgkM2DOLcbEqmB/aqRE O1rVwAMtUB6X4EP3PX4EOPb+hMD72R0WZ1n4GDaMcBhFQVxnQ/U2JOxUqTtmFJAgRjpV W31zX/hAZK10e2FgBTTTpWkro366J8zq1fX3DT8zAa5n/9M8ausWxJLQHOnY6Yphprs2 3yqA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dn1si4888816ejc.182.2021.07.08.17.17.07; Thu, 08 Jul 2021 17:17:31 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230130AbhGIARy (ORCPT + 99 others); Thu, 8 Jul 2021 20:17:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38414 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230262AbhGIARt (ORCPT ); Thu, 8 Jul 2021 20:17:49 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DE64EC061760; Thu, 8 Jul 2021 17:15:06 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: tonyk) with ESMTPSA id AD5281F41E36 From: =?UTF-8?q?Andr=C3=A9=20Almeida?= To: Thomas Gleixner , Ingo Molnar , Peter Zijlstra , Darren Hart , linux-kernel@vger.kernel.org, Steven Rostedt , Sebastian Andrzej Siewior Cc: kernel@collabora.com, krisman@collabora.com, pgriffais@valvesoftware.com, z.figura12@gmail.com, joel@joelfernandes.org, malteskarupke@fastmail.fm, linux-api@vger.kernel.org, fweimer@redhat.com, libc-alpha@sourceware.org, linux-kselftest@vger.kernel.org, shuah@kernel.org, acme@kernel.org, corbet@lwn.net, Peter Oskolkov , Andrey Semashev , Davidlohr Bueso , Nicholas Piggin , Adhemerval Zanella , =?UTF-8?q?Andr=C3=A9=20Almeida?= Subject: [PATCH v5 11/11] kernel: Enable waitpid() for futex2 Date: Thu, 8 Jul 2021 21:13:28 -0300 Message-Id: <20210709001328.329716-12-andrealmeid@collabora.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210709001328.329716-1-andrealmeid@collabora.com> References: <20210709001328.329716-1-andrealmeid@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org To make pthreads works as expected if they are using futex2, wake clear_child_tid with futex2 as well. This is make applications that uses waitpid() (and clone(CLONE_CHILD_SETTID)) wake while waiting for the child to terminate. Given that apps should not mix futex() and futex2(), any correct app will trigger a harmless noop wakeup on the interface that it isn't using. Signed-off-by: André Almeida --- This commit is here for the intend to show what we need to do in order to get a full NPTL working on top of futex2. It should be merged after we talk to glibc folks on the details around the futex_wait() side. For instance, we could use this as an opportunity to use private futexes or 8bit sized futexes, but both sides need to use the exactly same flags. --- include/linux/syscalls.h | 2 ++ kernel/fork.c | 2 ++ kernel/futex2.c | 30 ++++++++++++++++++------------ 3 files changed, 22 insertions(+), 12 deletions(-) diff --git a/include/linux/syscalls.h b/include/linux/syscalls.h index b9c2874410d0..85b5a501fb96 100644 --- a/include/linux/syscalls.h +++ b/include/linux/syscalls.h @@ -1315,6 +1315,8 @@ int ksys_ipc(unsigned int call, int first, unsigned long second, unsigned long third, void __user * ptr, long fifth); int compat_ksys_ipc(u32 call, int first, int second, u32 third, u32 ptr, u32 fifth); +long ksys_futex_wake(void __user *uaddr, unsigned int nr_wake, + unsigned int flags); /* * The following kernel syscall equivalents are just wrappers to fs-internal diff --git a/kernel/fork.c b/kernel/fork.c index b4386ff6a641..f3f98e197fb6 100644 --- a/kernel/fork.c +++ b/kernel/fork.c @@ -1328,6 +1328,8 @@ static void mm_release(struct task_struct *tsk, struct mm_struct *mm) put_user(0, tsk->clear_child_tid); do_futex(tsk->clear_child_tid, FUTEX_WAKE, 1, NULL, NULL, 0, 0); + ksys_futex_wake(tsk->clear_child_tid, 1, + FUTEX_32 | FUTEX_SHARED_FLAG); } tsk->clear_child_tid = NULL; } diff --git a/kernel/futex2.c b/kernel/futex2.c index 4f6d099badec..2ca2f40fcdd2 100644 --- a/kernel/futex2.c +++ b/kernel/futex2.c @@ -420,18 +420,8 @@ COMPAT_SYSCALL_DEFINE4(futex_wait, void __user *, uaddr, compat_u64, val, } #endif -/** - * sys_futex_wake - Wake a number of futexes waiting on an address - * @uaddr: Address of futex to be woken up - * @nr_wake: Number of futexes waiting in uaddr to be woken up - * @flags: Flags for size and shared - * - * Wake `nr_wake` threads waiting at uaddr. - * - * Returns the number of woken threads on success, error code otherwise. - */ -SYSCALL_DEFINE3(futex_wake, void __user *, uaddr, unsigned int, nr_wake, - unsigned int, flags) +long ksys_futex_wake(void __user *uaddr, unsigned int nr_wake, + unsigned int flags) { unsigned int size = flags & FUTEX_SIZE_MASK, futex_flags = 0; @@ -447,6 +437,22 @@ SYSCALL_DEFINE3(futex_wake, void __user *, uaddr, unsigned int, nr_wake, return futex_wake(uaddr, futex_flags, nr_wake, FUTEX_BITSET_MATCH_ANY); } +/** + * sys_futex_wake - Wake a number of futexes waiting on an address + * @uaddr: Address of futex to be woken up + * @nr_wake: Number of futexes waiting in uaddr to be woken up + * @flags: Flags for size and shared + * + * Wake `nr_wake` threads waiting at uaddr. + * + * Returns the number of woken threads on success, error code otherwise. + */ +SYSCALL_DEFINE3(futex_wake, void __user *, uaddr, unsigned int, nr_wake, + unsigned int, flags) +{ + return ksys_futex_wake(uaddr, nr_wake, flags); +} + #ifdef CONFIG_COMPAT static int compat_futex_parse_requeue(struct compat_futex_requeue __user *rq, void __user **uaddr, unsigned int *flags) -- 2.32.0