From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 0A41633F5B6 for ; Thu, 28 May 2026 07:38:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779953932; cv=none; b=gSVa/NJzILaUfG/MK6X+zsHt+xjN9AQFTGcyUhB9TPs2gUp1Wt+cQa4az/rteMWfXB+A+qacUqBL/BZ0YCYxTYGzEdn4/IIjN+sQd4DePH/z1jM3ZtdYXTSEK2HOg5R1JUhL6XANl+FyGGlbr9R2Vy9Y6zQbXzcny4wWUVCdFz8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779953932; c=relaxed/simple; bh=VLRvPny6PVXNzx12ZTwpKgW2UFDOFlSricL19H0XbpA=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=hY2cnL+WJ6kcckaeI4npv85SxqFz0bCCyyhepKleblsLhKEC0AhSgeq9Q5W3Yy8hB/SD8kaQW/xRaAaBT5d7fpFcRwlZL0mxt2wNrpka0IipJlUvJIC9Nie5AE/6+PxNwFsLOJ1453iASn4N3pDjC9Zf1HmVthZf/kKKiRfrvlU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b=DkpQNohm; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b="DkpQNohm" Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 03ADF22EE; Thu, 28 May 2026 00:38:44 -0700 (PDT) Received: from [10.57.68.42] (unknown [10.57.68.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8D9293F632; Thu, 28 May 2026 00:38:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1779953929; bh=VLRvPny6PVXNzx12ZTwpKgW2UFDOFlSricL19H0XbpA=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=DkpQNohmkQUdo9hbs7ezn5omfp8Ecff+CU/gh6BfDUQhKPjDLSfzSyxBM9wV+KbLE s2mL8l/cmH1xR2n2H43WGHtc8iEL0oIi3Ye2OiYvp6WL80mY9Dz21G1/3LZZ8/olpf SnUsC8ogOIIQs5sTOpKsGlgV0oKOnIM7pE0VN9/4= Message-ID: <5b202bf7-435e-4f6e-96d7-e1facefe22c6@arm.com> Date: Thu, 28 May 2026 08:38:41 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 00/13] sched/fair/schedutil: Better manage system response time To: Tom Gebhardt Cc: Qais Yousef , linux-kernel@vger.kernel.org, Peter Zijlstra , Ingo Molnar , Vincent Guittot References: <20260504020003.71306-1-qyousef@layalina.io> <20260515014250.tueinbuk7ldttdop@airbuntu> <32dea9123588227a02971341b22e84d3.tomge68@gmail.com> <28c59186-4ba0-44f4-b5b8-42f6f73cd3e6@arm.com> <318a4aaf404b66f7a04ed4d4a18d228a.tomge68@gmail.com> <354f22c2bdb7b59933ecbe75ffbdcc81.tomge68@gmail.com> Content-Language: en-US From: Christian Loehle In-Reply-To: <354f22c2bdb7b59933ecbe75ffbdcc81.tomge68@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 5/25/26 08:25, Tom Gebhardt wrote: > Hi Christian, > > Here is the patch I applied on top of rpi-7.0.y: > > https://gist.github.com/Kletternaut/640445f82d2c1f50d5b19d2f6803b395 > > It is a single combined patch containing marioroy's 10-patch ttwu series plus Vincent's util_est refactoring (with a manual context fixup in the > DELAY_DEQUEUE hunk -- see previous mail for details). > > To reproduce: > > git clone https://github.com/raspberrypi/linux.git -b rpi-7.0.y --depth=1 > cd linux > curl -L https://gist.githubusercontent.com/Kletternaut/640445f82d2c1f50d5b19d2f6803b395/raw/0001-sched-ttwu-patch-series-Vincent-s-util_est-refactori.patch | git apply > Unfortunately that branch is not fixed and so the patch doesn't apply :/ What's your base commit?