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 CC45123ABB0 for ; Fri, 6 Feb 2026 15:40:05 +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=1770392406; cv=none; b=l/u6INv1tGLCmnChf6uJc3xtkkW2bt9B57XTPNGttTPiQeQDro6bjR+vTLvq/covTOJRoL0/ghb6NTGVK3wjtBZejMzmg0Hg1zqO3cDN5t7JDySsx9JtE7y0oDbwwvaX29lRqolfVraWNcLk+qJt8W4/hRc2k6cT1NTBnJqi1wk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770392406; c=relaxed/simple; bh=28xxA48DgR9ZxmmOm/di0iUEs+ozK2OALJF2VWUjcrQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=VRb6BchxTnoKPtqjo2HGv6UF++FSk+DV9ihBaaF//NscLKUie9PvANUQeuPEc4G/sH8QdWvUuIj+7Mm8HnKd7ae/egOcJhVcKIH1hrx63SZJ70tvwUQ1kGo4raqQmLvETBdfugly797SNLR+00te+4j1g7e9EkcaeoRXUzqXb9A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=W5Fx5r9d; 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=none 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="W5Fx5r9d" 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=lYGqbuDt/AMp5UN+FI3pzaxOjW9Bgpkn994UhOM6u1w=; b=W5Fx5r9dKccw7W32PCLT9NWQdf 0syedJdZRaMUn1Q+mVBxszF/Ga9+JU6iJ/NrXUTiy+E2Cc0Qajvl5YjR9R25OKy8lOhyzWyrPBAYd yePKV/Z8APL9T/LX+MtLAYhjBBh/Ya/0sMjjJ5s+dDiG8wknIpqOst3qVD2EF3mkU4jq5sP3o97IG Fs0xZPJkNxYh0itNvmtUFXVMIuLNbXzfdFsWDBEa0hEKuLHQ0HW7OOEnlAEqwiO444wTz0HJq1MTk sPve8Yw/d6WlZ6zsODUL+byJVROPBU8DJf2tZr1TmS7XquS9p4cRtR85F47V9xl8SWk/ZKrTdezl2 DPO8GDaw==; 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.98.2 #2 (Red Hat Linux)) id 1voNw8-000000045Qh-0LMi; Fri, 06 Feb 2026 15:40:00 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 97358301142; Fri, 06 Feb 2026 16:39:59 +0100 (CET) Date: Fri, 6 Feb 2026 16:39:59 +0100 From: Peter Zijlstra To: Juri Lelli Cc: Ingo Molnar , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Ben Segall , Mel Gorman , Valentin Schneider , Philip Auld , Gabriele Monaco , linux-kernel@vger.kernel.org, Bruno Goncalves Subject: Re: [PATCH] sched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boosting Message-ID: <20260206153959.GT1282955@noisy.programming.kicks-ass.net> References: <20260206-upstream-fix-deadline-piboost-b4-v1-1-14043567b89c@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: <20260206-upstream-fix-deadline-piboost-b4-v1-1-14043567b89c@redhat.com> On Fri, Feb 06, 2026 at 02:25:52PM +0100, Juri Lelli wrote: > diff --git a/kernel/sched/syscalls.c b/kernel/sched/syscalls.c > index 6f10db3646e7f..369e47b4ea863 100644 > --- a/kernel/sched/syscalls.c > +++ b/kernel/sched/syscalls.c > @@ -7,6 +7,7 @@ > * Copyright (C) 1991-2002 Linus Torvalds > * Copyright (C) 1998-2024 Ingo Molnar, Red Hat > */ > +#include "linux/sched/rt.h" > #include > #include > #include Is this clangd being 'helpful' ? Or an over eager AI thing? In case of clangd, add to .clangd: Completion: HeaderInsertion: Never