From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3FC8CC11F66 for ; Wed, 14 Jul 2021 09:52:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 24D5B613AB for ; Wed, 14 Jul 2021 09:52:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238948AbhGNJzS (ORCPT ); Wed, 14 Jul 2021 05:55:18 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:60104 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238271AbhGNJzQ (ORCPT ); Wed, 14 Jul 2021 05:55:16 -0400 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1626256344; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MbUQUCpVZzVTeAwwBVXsXlqG1eZTE1mIoo7MKetGYYU=; b=tY5xdNH40ejOXT4ihZ+bAffwJIXS9TAUjQuKQ7w+95mvqVEaOMt2qJ3dkhmpZbxD4IvfCU F80paMTPOEUxc5bY7EdJucLGiq8uG2R6EOviOEyGYS1g0LC+9NlXgAl9KMdMS0wY5z5L4u BFazfDmaSbtNZ/L1IKoiTFhQqQpSzjqk3xxih2Viu6hWUaDfiRKpMxt62lB4aRbG8j8UHa gl1SBpn0T59wmzjXSLPFHmqS/YUa9i2HbkOnIYeHGpG70W14Ph1cmlZz3LgCIkB+a6wZxM 6T1QTYA5zBd0tks+P0jNuBW7o/CP/IbVNaVZxsV4bibpF48hki1xxkm/1KXOJQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1626256344; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MbUQUCpVZzVTeAwwBVXsXlqG1eZTE1mIoo7MKetGYYU=; b=jcCh6NzssCLk8XyoRtewZyZiYRkL9WA1DDgokFAYoMwW7qoztLvp5MN6lr9+sy3y0P92sA ARjjf3gLG7DTUTCg== To: Peter Zijlstra Cc: LKML , Ingo Molnar , Juri Lelli , Steven Rostedt , Daniel Bristot de Oliveira , Will Deacon , Waiman Long , Boqun Feng , Sebastian Andrzej Siewior , Davidlohr Bueso Subject: Re: [patch 17/50] locking/rtmutex: Prepare RT rt_mutex_wake_q for RT locks In-Reply-To: <20210714085507.GC2725@worktop.programming.kicks-ass.net> References: <20210713151054.700719949@linutronix.de> <20210713160747.601687056@linutronix.de> <20210714085507.GC2725@worktop.programming.kicks-ass.net> Date: Wed, 14 Jul 2021 11:52:24 +0200 Message-ID: <87sg0hb4tj.ffs@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 14 2021 at 10:55, Peter Zijlstra wrote: > > This is a bit asymmetric, something like the below perhaps? Way better :)