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 C22441D958E for ; Tue, 7 Jan 2025 10:49:51 +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=1736246993; cv=none; b=b7JP3xV6EGM5ETgkqjyFnEhnlyKy5GCIkCvL+tmP1QjP2DtXiCVjhq0q1gq4Kr7D8rjvbDpKTdBCp4/uf826Db+uPSTuRnxrBFpafoAP1eayCJbVeDWsvwfVVvQZb66nYyh+y8eAfPNGzHKn744/juaLrzUrv4u7gV2AG3705II= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736246993; c=relaxed/simple; bh=scwvWC3sLYr4nGVRvSrsAQ5QOPry22JKWlWGEXwbWMQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=LNnCNWf2qGlsMdtyPql2pVlYM7mhx7gxHf4Rcn42Ej6FXNOLdul/EHR6KxAkQ53cWHzcEgn2HsDBL34sxGFkVG0Wug/1ycwbG6TilqtmOxgC0vCk3tpzHbpYyVwANxS/7CthIq9tI50TgGO8GtspJ60eXfPqY2kq1btMLMzjax8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (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=V3CySJqX; arc=none smtp.client-ip=90.155.92.199 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (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="V3CySJqX" 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=scwvWC3sLYr4nGVRvSrsAQ5QOPry22JKWlWGEXwbWMQ=; b=V3CySJqXPA2HvozFyN2/4AaACy 7IbYExfoKfi2o181ZxtS7V59fj5X7CBZaKS0Q2jfINJLTCXygdU67j6WhktSDY8KNMBQIbg3vaU03 aMXlLkQ8w8KjAakOsoVM/Qx/TWg/HCm+LNTr4sKnJ1doKoZ3XrCTvO8VpAnGt9Whm70Urpcr0X4em WWtwy8FQ1WdkPqRVFjGhS5rBe08jz4b67XTQGq6Sb/7OvKcdxyMhnmPnl/bUFmRraApMfObg4MRhV Xs1+p8sl8MR+sTzidizUptOhaADkhbZeor9jTUPFWj67xAF1u+Kw6rq0/TxIuCpZqwvu2oJ0Gjh1d lgijz6KQ==; Received: from 77-249-17-89.cable.dynamic.v4.ziggo.nl ([77.249.17.89] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.98 #2 (Red Hat Linux)) id 1tV79h-000000097sE-2qfk; Tue, 07 Jan 2025 10:49:49 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 4726730057A; Tue, 7 Jan 2025 11:49:49 +0100 (CET) Date: Tue, 7 Jan 2025 11:49:49 +0100 From: Peter Zijlstra To: Doug Smythies Cc: linux-kernel@vger.kernel.org, vincent.guittot@linaro.org Subject: Re: [REGRESSION] Re: [PATCH 00/24] Complete EEVDF Message-ID: <20250107104949.GM20870@noisy.programming.kicks-ass.net> References: <005f01db5a44$3bb698e0$b323caa0$@telus.net> <20250106115732.GE20870@noisy.programming.kicks-ass.net> <000801db604b$e0f6b580$a2e42080$@telus.net> <20250106165932.GG20870@noisy.programming.kicks-ass.net> <20250106170455.GB22191@noisy.programming.kicks-ass.net> <20250106171402.GC22191@noisy.programming.kicks-ass.net> <002701db60a2$ef760820$ce621860$@telus.net> 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: <002701db60a2$ef760820$ce621860$@telus.net> On Mon, Jan 06, 2025 at 05:24:44PM -0800, Doug Smythies wrote: > I tried the patch on top of kernel 6.13-rc6. > It did not fix the issue. Oh well, it was a long shot anyway. I'll try and make it reproduce again.