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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D859BE732DD for ; Thu, 28 Sep 2023 14:27:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232265AbjI1O1F (ORCPT ); Thu, 28 Sep 2023 10:27:05 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56988 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232202AbjI1O1D (ORCPT ); Thu, 28 Sep 2023 10:27:03 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4536419D; Thu, 28 Sep 2023 07:27:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=4veK4h8MnCIHD8dLpIFbw5HKoCnVUh6S/Jh0++RlbFc=; b=oO+IJ5rhHVkD2WElUuMm4fRIjN LxKYnzQ6vkvHTJu9mVx10IyIRe/OrH6eFGm8l6VQj7pCNBMWWZFI9+ISu3amj9xG7hmh19ddQAiul UuoW7Bha8+d/CyvyPtrz9+PF7DYgWdMdn9x45gQinOgdA5eOqCCveDCd0nE8kisONdIhZIb689PcB H7FCgQmhtzDXxNDsIkUjmLQdD6EDNGALUthVVrUZkzKL7Lzc86BubaVmZmPihrPevMyOZ1Bzghrdc YhhrWjBtUxF7/WNFcZRUSeBm0S3hwgiLVguKsGYnIFuqNXLtrG9/2WFO14BPWkzqL4v8KY8BgwvfI 0qJo18CQ==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1qlryH-002yth-2F; Thu, 28 Sep 2023 14:26:29 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id B59B63002E3; Thu, 28 Sep 2023 16:26:28 +0200 (CEST) Date: Thu, 28 Sep 2023 16:26:28 +0200 From: Peter Zijlstra To: Mathieu Desnoyers Cc: David Laight , "linux-kernel@vger.kernel.org" , Thomas Gleixner , "Paul E . McKenney" , Boqun Feng , "H . Peter Anvin" , Paul Turner , "linux-api@vger.kernel.org" , Christian Brauner , Florian Weimer , "carlos@redhat.com" , Peter Oskolkov , Alexander Mikhalitsyn , Chris Kennelly , Ingo Molnar , Darren Hart , Davidlohr Bueso , =?iso-8859-1?Q?Andr=E9?= Almeida , "libc-alpha@sourceware.org" , Steven Rostedt , Jonathan Corbet , Noah Goldstein , Daniel Colascione , "longman@redhat.com" , Florian Weimer Subject: Re: [RFC PATCH v2 1/4] rseq: Add sched_state field to struct rseq Message-ID: <20230928142628.GC27245@noisy.programming.kicks-ass.net> References: <20230529191416.53955-1-mathieu.desnoyers@efficios.com> <20230529191416.53955-2-mathieu.desnoyers@efficios.com> <20230928103926.GI9829@noisy.programming.kicks-ass.net> <34ddb730-8893-19a8-00fe-84c4e281eef1@efficios.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <34ddb730-8893-19a8-00fe-84c4e281eef1@efficios.com> Precedence: bulk List-ID: X-Mailing-List: linux-api@vger.kernel.org On Thu, Sep 28, 2023 at 09:20:36AM -0400, Mathieu Desnoyers wrote: > Of course things are more complicated with PI-futex, is that what you have > in mind ? PI futex has to go through the kernel, also, they already spin-wait on owner.