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 D732A4BC016 for ; Wed, 29 Jul 2026 14:52:34 +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=1785336757; cv=none; b=otLjH34yF0mxR7wDu6wuYLIAU89Yrmo9+GPtxJmxiHkKRXe7zQMv99mLdlZ+lkIXFhulXNo/SecgheHd1qzCYo/MPWeHRT3Exr2RYiB4fMhJFNVEgSd6byvIXPmE187fWMtW414+iAi+7N4rML/6qvToC86LsDunAm5Rsz8Uuus= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785336757; c=relaxed/simple; bh=3/1Y8zYqhiTnZuRNXVaAWP/6dfLfBNYfQnKQb8Pvgio=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=lzVgMZA3fbNdTdfgIKSBpuVcl1acgInzmkTK/Rwu0GHtW7A1QZ+wJMIoipURmleSSkqT9Mfrj1qt3+KjcHzbm0PabZdRRukculvC9pPTCW929GrHLWQ8yZHpqEJIkg3qq4CQjLvUPUYiTaaTGliOasI3ko/PejhGZpYz5Pe8Mx8= 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=GCF96YG5; 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="GCF96YG5" 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=HcsnCENXVOjwxRLHZwr6msXzdlOtpWPhUbYeY4pzw+o=; b=GCF96YG5ZO7C6L04NdxRbcS27B HmZoUIY+PgxaXm79iXgrI/0fM6Wr9H7o4JfW82Li7UtayaDBe6vIGTU5VNFF9tXMQcQ3mWnxCx5xr zUamD/6RoExevqCQoLWln4zEF7lNWzEDDloDQT6KIhfbBSadKh7Bb91n+JgKdyRGBMj2uL1edvuOs kYw9a+Jqsd81/QH/e3bCqP5VIq0OuSxjziWuNr5dI1lsCdcleQRTsXrhO+Aq5GzKuuA8nI211G+or 0OEhZGnhVowVoViM5rNBd+1RYuEU9e7PEKfvXIjBQPNovE2s0nZyTbKTbTJl3Aak5fbPpju8sVMlX Q9KQ6fWw==; 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.2 #2 (Red Hat Linux)) id 1wp5e4-00000005vFd-0aMc; Wed, 29 Jul 2026 14:52:32 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 78696300882; Wed, 29 Jul 2026 16:52:31 +0200 (CEST) Date: Wed, 29 Jul 2026 16:52:31 +0200 From: Peter Zijlstra To: Gabriele Monaco Cc: arighi@nvidia.com, jstultz@google.com, juri.lelli@redhat.com, linux-kernel@vger.kernel.org, mingo@redhat.com, soolaugust@gmail.com, suzhidao@xiaomi.com Subject: Re: [PATCH] sched/deadline: Use revised wakeup rule only for running dl_server Message-ID: <20260729145231.GO651302@noisy.programming.kicks-ass.net> References: <20260522125833.264145-1-gmonaco@redhat.com> <20260729132722.116640-1-gmonaco@redhat.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: <20260729132722.116640-1-gmonaco@redhat.com> On Wed, Jul 29, 2026 at 03:27:22PM +0200, Gabriele Monaco wrote: > Peter, > > could you take this patch? Yes, just back from holidays, so immense backlog. sched/urgent this?