Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp4066086pxb; Mon, 8 Feb 2021 07:10:40 -0800 (PST) X-Google-Smtp-Source: ABdhPJxE0AoPSOwH2zX73biz/LhuRusoTgsYUSgR6XF735JXZYtB3Y93Pcy2StiK9H5ax82/FNDD X-Received: by 2002:a17:906:25db:: with SMTP id n27mr17369191ejb.552.1612797039970; Mon, 08 Feb 2021 07:10:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612797039; cv=none; d=google.com; s=arc-20160816; b=HA7ii9YNukdQGHlf+6adpYAYZwRJop3g7QJeZCAaZGsM30VbPti6tlytiUmXII1tP7 ClY5nkicY9cwlDJLwnxczvS8/s6bEPAZSUKKrNv84gMz9U3SLGxFfmy9QSriJUA7wSeE fyfNkf8ORUouCzLlewJFMmtlbrncK2uQ+LPiRjbVkYHwdEILTvxh6vn9dM1Nq1Djh2fJ PVq0pcCYWaOkcTkbuv091+/0+SU+NAP8nTzxVxJMR2UpS2TDP1p/8ZutxwpgjC6HGLIO +UYgYCqIlzZW/+OhztHFPF77Al5ejoG0J1h3Na3m6XAMwD0NlB0hRNeFedVgOfAVZ15v 2XCw== 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 :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=Gp20OuQdsIStaN6bN929mrdQ7FSpyvAfaxMPRo3xQ3I=; b=ou58gx/cRYWywYsr1eF3scqOggY1Wuk/jhftrH98Fy4JJyzNRmPF53RQgyOJc48A8o +L5mNAZJZWr6k1qHJXm0E0suycogP2VN9tUbmWMlZcUigfjcm9P5bpUgs/4cKZyZI7y0 fW02ziNdGUTXJO1vWPOlUB1SnD/5GT1px/2/AteUzWHKOPmx5F4ydSIpPJha8RobTw6o ziJXV6qf+1S5VYN90JjgdD2iLp5RsevogrpU5vee+ct9/+snSvV8b+pcowhm+yhhemNz onlaOnsmKkv8r1tZtFqLa8q37W9BR4BeSkEHea9EIEJOWkR1Ee4FL6DAdTjg/YaW/JUv YZ2g== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=tBDM2N6j; 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=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ak17si12982704ejc.215.2021.02.08.07.10.10; Mon, 08 Feb 2021 07:10:39 -0800 (PST) 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; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=tBDM2N6j; 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=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231927AbhBHPJT (ORCPT + 99 others); Mon, 8 Feb 2021 10:09:19 -0500 Received: from mail.kernel.org ([198.145.29.99]:52048 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232477AbhBHPD2 (ORCPT ); Mon, 8 Feb 2021 10:03:28 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 28A1664E99; Mon, 8 Feb 2021 15:02:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612796532; bh=iyhxmu86rvr/B1jTQ10vuZ1XzacQmqUiGFHJb3r7Xoc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=tBDM2N6joamqbCDsViSdZItMbzWEp7fJpJbeZa/5dZ9YS7nQ00+pegGBLiEnJMRb+ 9bf4C1mjk9QkkUS5hti3nxxnlRA/C1Iv/j27bddU6NnMBEXOSwPtUGj264Fyq/C1GN odBQiM130MfOTKTqR+PKtKX3n+z06EpFsPckkZHc= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Greg Kroah-Hartman , "Peter Zijlstra (Intel)" , juri.lelli@arm.com, bigeasy@linutronix.de, xlpang@redhat.com, rostedt@goodmis.org, mathieu.desnoyers@efficios.com, jdesfossez@efficios.com, dvhart@infradead.org, bristot@redhat.com, Thomas Gleixner , Lee Jones Subject: [PATCH 4.4 04/38] futex: Rework inconsistent rt_mutex/futex_q state Date: Mon, 8 Feb 2021 16:00:26 +0100 Message-Id: <20210208145805.463603952@linuxfoundation.org> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210208145805.279815326@linuxfoundation.org> References: <20210208145805.279815326@linuxfoundation.org> User-Agent: quilt/0.66 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 From: Lee Jones From: Peter Zijlstra [Upstream commit 73d786bd043ebc855f349c81ea805f6b11cbf2aa ] There is a weird state in the futex_unlock_pi() path when it interleaves with a concurrent futex_lock_pi() at the point where it drops hb->lock. In this case, it can happen that the rt_mutex wait_list and the futex_q disagree on pending waiters, in particular rt_mutex will find no pending waiters where futex_q thinks there are. In this case the rt_mutex unlock code cannot assign an owner. The futex side fixup code has to cleanup the inconsistencies with quite a bunch of interesting corner cases. Simplify all this by changing wake_futex_pi() to return -EAGAIN when this situation occurs. This then gives the futex_lock_pi() code the opportunity to continue and the retried futex_unlock_pi() will now observe a coherent state. The only problem is that this breaks RT timeliness guarantees. That is, consider the following scenario: T1 and T2 are both pinned to CPU0. prio(T2) > prio(T1) CPU0 T1 lock_pi() queue_me() <- Waiter is visible preemption T2 unlock_pi() loops with -EAGAIN forever Which is undesirable for PI primitives. Future patches will rectify this. Signed-off-by: Peter Zijlstra (Intel) Cc: juri.lelli@arm.com Cc: bigeasy@linutronix.de Cc: xlpang@redhat.com Cc: rostedt@goodmis.org Cc: mathieu.desnoyers@efficios.com Cc: jdesfossez@efficios.com Cc: dvhart@infradead.org Cc: bristot@redhat.com Link: http://lkml.kernel.org/r/20170322104151.850383690@infradead.org Signed-off-by: Thomas Gleixner [Lee: Back-ported to solve a dependency] Signed-off-by: Lee Jones Signed-off-by: Greg Kroah-Hartman --- kernel/futex.c | 52 +++++++++++++++------------------------------------- 1 file changed, 15 insertions(+), 37 deletions(-) --- a/kernel/futex.c +++ b/kernel/futex.c @@ -1389,12 +1389,19 @@ static int wake_futex_pi(u32 __user *uad new_owner = rt_mutex_next_owner(&pi_state->pi_mutex); /* - * It is possible that the next waiter (the one that brought - * this owner to the kernel) timed out and is no longer - * waiting on the lock. - */ - if (!new_owner) - new_owner = this->task; + * When we interleave with futex_lock_pi() where it does + * rt_mutex_timed_futex_lock(), we might observe @this futex_q waiter, + * but the rt_mutex's wait_list can be empty (either still, or again, + * depending on which side we land). + * + * When this happens, give up our locks and try again, giving the + * futex_lock_pi() instance time to complete, either by waiting on the + * rtmutex or removing itself from the futex queue. + */ + if (!new_owner) { + raw_spin_unlock_irq(&pi_state->pi_mutex.wait_lock); + return -EAGAIN; + } /* * We pass it to the next owner. The WAITERS bit is always @@ -2337,7 +2344,6 @@ static long futex_wait_restart(struct re */ static int fixup_owner(u32 __user *uaddr, struct futex_q *q, int locked) { - struct task_struct *owner; int ret = 0; if (locked) { @@ -2351,43 +2357,15 @@ static int fixup_owner(u32 __user *uaddr } /* - * Catch the rare case, where the lock was released when we were on the - * way back before we locked the hash bucket. - */ - if (q->pi_state->owner == current) { - /* - * Try to get the rt_mutex now. This might fail as some other - * task acquired the rt_mutex after we removed ourself from the - * rt_mutex waiters list. - */ - if (rt_mutex_futex_trylock(&q->pi_state->pi_mutex)) { - locked = 1; - goto out; - } - - /* - * pi_state is incorrect, some other task did a lock steal and - * we returned due to timeout or signal without taking the - * rt_mutex. Too late. - */ - raw_spin_lock(&q->pi_state->pi_mutex.wait_lock); - owner = rt_mutex_owner(&q->pi_state->pi_mutex); - if (!owner) - owner = rt_mutex_next_owner(&q->pi_state->pi_mutex); - raw_spin_unlock(&q->pi_state->pi_mutex.wait_lock); - ret = fixup_pi_state_owner(uaddr, q, owner); - goto out; - } - - /* * Paranoia check. If we did not take the lock, then we should not be * the owner of the rt_mutex. */ - if (rt_mutex_owner(&q->pi_state->pi_mutex) == current) + if (rt_mutex_owner(&q->pi_state->pi_mutex) == current) { printk(KERN_ERR "fixup_owner: ret = %d pi-mutex: %p " "pi-state %p\n", ret, q->pi_state->pi_mutex.owner, q->pi_state->owner); + } out: return ret ? ret : locked;