From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B8D5237F01F for ; Tue, 2 Jun 2026 10:02:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.92.199 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780394546; cv=none; b=Qu0xRKNVUcOa3xsYKLJ5k5O8xpo6jyxVniqPpMdfV1aIUG798Omnv+uKL9zlVVPcJeN/WUU40NkV/KDxZSIUwDbIiYdR9+gXO6CQS8d+rSyxkKw0F6YUjPmTYX4iSf1ytn65igLQZp2lNjHsGEEZWwBkZxw9ZXXOaX3sFsREwSg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780394546; c=relaxed/simple; bh=UCu1PJ54vtMjsX8KDrosxTzSdHS7tPw0ziRuXrXg7JU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ba4/7FvXjIfr2SK1kVpXIOJwpPz7Z2HjkNDZlOAnUAbiRBXTw9dFOGQn8AmmJ+VpY37/IMwgE0zssHhXYYLulb8SJMFEBDtOTcqVvRl9o1MiEv+H7v2VMcRSu2n6hMi/3OfHOjEMgzfQ0gv1/LI49fMqcadexmZG4GUQLke/NwM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=pass smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=EkIryKf+; arc=none smtp.client-ip=90.155.92.199 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="EkIryKf+" 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=UCu1PJ54vtMjsX8KDrosxTzSdHS7tPw0ziRuXrXg7JU=; b=EkIryKf+9oHrhUGstoJBtWCamB cXkcXr6hOy4aqsV6Arob9cSeDcbmtEyTrQsGOfhE+ay5eoiPUonZJzNGlZfBf+iAk+Zcnhzc9nNsN DTILjeBp6w0Zr2QW7J/EJXtPSxdXE6jnA27X4T78iKHaJxLJlASIHX7VSIiaOPP6fRhr4fyF9hoeo YMoyFL9imN5TPRqNpqf108DpuLRyRnIVU0InX7A8neuGb4S90LnDQ97NA6OsO8HMQqJhKEgTEiXmn LZsOU4L5UA4rjyj2d7Jrf6X9IUvs81JnqzFdyoDrS60WEGOa7fd/oLg4T57QfE7ic42QZdQqKIsmn eArZo+Ug==; Received: from 77-249-17-252.cable.dynamic.v4.ziggo.nl ([77.249.17.252] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.99.1 #2 (Red Hat Linux)) id 1wULwl-00000008xvG-3kas; Tue, 02 Jun 2026 10:02:08 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id F3C29300339; Tue, 02 Jun 2026 12:02:06 +0200 (CEST) Date: Tue, 2 Jun 2026 12:02:06 +0200 From: Peter Zijlstra To: K Prateek Nayak Cc: John Stultz , Joel Fernandes , Qais Yousef , Ingo Molnar , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Valentin Schneider , Steven Rostedt , Ben Segall , Zimuzo Ezeozue , Will Deacon , Waiman Long , Boqun Feng , "Paul E. McKenney" , Metin Kaya , Xuewen Yan , Thomas Gleixner , Daniel Lezcano , Suleiman Souhlal , kuyo chang , hupu , linux-kernel@vger.kernel.org, Mike Galbraith Subject: Re: [PATCH 5/6] sched/proxy: Remove PROXY_WAKING Message-ID: <20260602100206.GP3102624@noisy.programming.kicks-ass.net> References: <20260526111609.433880331@infradead.org> <20260526113322.596522894@infradead.org> <20260601105425.GQ3493090@noisy.programming.kicks-ass.net> <84ef4c1b-3e84-486b-a127-e51d0d6547b0@amd.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <84ef4c1b-3e84-486b-a127-e51d0d6547b0@amd.com> On Tue, Jun 02, 2026 at 10:52:10AM +0530, K Prateek Nayak wrote: > Could you also try merging tip:sched/urgent into this branch and > rerunning. I'll merge that into sched/core so we don't keep hitting this. Been there done that etc. :(