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 469AEC6FD18 for ; Sat, 22 Apr 2023 10:14:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229848AbjDVKOh (ORCPT ); Sat, 22 Apr 2023 06:14:37 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42672 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229846AbjDVKOO (ORCPT ); Sat, 22 Apr 2023 06:14:14 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7C497198A for ; Sat, 22 Apr 2023 03:13:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; 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=yWTtb8X1PWzMP0hPPxIA/opEVBGXs9woxLUOBTFzLto=; b=URet+H5Q9KNLN5qCHeLNLyT2Dj VdmGkSAxj3Aw6ybOEfB6vzr+dUMOBqnWSFvi3Bd5pitTjfKJP2SNfR/vY7Oe9v1BLQBJYLfVGBVw8 grovCMQgKDmjOmWjR8n9goZ4mDCETMvmnsWxJ+YCQ0ia7UEN12MtZcPh7Zp1gptnlWKggwAIvQ8tx hVQm9DMwf0g+yuHfcE1gj5CAtC81EgEW+OQJE27quMIAui6IV9YYoS6XDANIJEjCad9Apu0W6LmCi kYTTbmDsMm8xKDu+lxAzToGhkxyV0u+gdVR2F/fxbsjvpKzBK0rnwB3P5OCzZ6YzJTFzQq/9BpXuB toC7A3RQ==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1pqAFD-006CPK-2w; Sat, 22 Apr 2023 10:13:28 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 70B6E300338; Sat, 22 Apr 2023 12:13:25 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 2BB4623BD94B2; Sat, 22 Apr 2023 12:13:25 +0200 (CEST) Date: Sat, 22 Apr 2023 12:13:25 +0200 From: Peter Zijlstra To: John Stultz Cc: LKML , Joel Fernandes , Qais Yousef , Ingo Molnar , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Valentin Schneider , Steven Rostedt , Ben Segall , Zimuzo Ezeozue , Mel Gorman , Daniel Bristot de Oliveira , Will Deacon , Waiman Long , Boqun Feng , "Paul E . McKenney" , Connor O'Brien Subject: Re: [PATCH v3 09/14] sched: Split scheduler execution context Message-ID: <20230422101325.GC1214746@hirez.programming.kicks-ass.net> References: <20230411042511.1606592-1-jstultz@google.com> <20230411042511.1606592-10-jstultz@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230411042511.1606592-10-jstultz@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 11, 2023 at 04:25:06AM +0000, John Stultz wrote: > + /* > + * XXX how does (proxy exec) mutexes and RT_mutexes work together?! > + */ They don't, if PE works we can delete all of rt-mutex.