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 28D2E3CF45 for ; Mon, 12 Feb 2024 15:50:43 +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=1707753045; cv=none; b=aZwmUCxrbTmliCJYbDrc6luJpWURgtpxHBNJFU+yVuhnEMgFBroM9tM15t5v9p3sIRvfAb3XddTwHQBCVJs6WiRwMTsPcCIOHCKQajTnenPIrWBhKRuxyClwZzydehgK6VCe/u4nAKYlpNxwQYH2SYLL5Gzaf0dsivZ0PaJYKpg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707753045; c=relaxed/simple; bh=vrGgvJfQTS4K1X4SOXsyg9VpF/qTU4L3lh3+frDDBfs=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Pnrf23eBsijpFoXRjdX2jRNdAc/gmlGolptHrkk07ApJXQRHBqXyv8XI8HSEIJcEt+7PKtvxhg4kmEyNsFw1eYSiIF4S/jEaPnVsf3xCqixnmLKfPhbiPLjRdCVsGC8bpIel33pwbF/fQA1kU/73PuAGe1TVlMpvpHUS/ztnlak= 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; 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 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 C3A8FDA7; Mon, 12 Feb 2024 07:51:24 -0800 (PST) Received: from [10.57.8.197] (unknown [10.57.8.197]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8A6F63F762; Mon, 12 Feb 2024 07:50:40 -0800 (PST) Message-ID: <0a9afba6-2e25-44fa-b9d2-3e57cc6708ce@arm.com> Date: Mon, 12 Feb 2024 15:50:37 +0000 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 v8 0/7] Preparatory changes for Proxy Execution v8 To: John Stultz , LKML Cc: Joel Fernandes , Qais Yousef , Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Valentin Schneider , Steven Rostedt , Ben Segall , Zimuzo Ezeozue , Youssef Esmat , Mel Gorman , Daniel Bristot de Oliveira , Will Deacon , Waiman Long , Boqun Feng , "Paul E. McKenney" , Xuewen Yan , K Prateek Nayak , Thomas Gleixner , kernel-team@android.com References: <20240210002328.4126422-1-jstultz@google.com> Content-Language: en-US From: Metin Kaya In-Reply-To: <20240210002328.4126422-1-jstultz@google.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 10/02/2024 12:23 am, John Stultz wrote: > After sending out v7 of Proxy Execution, I got feedback that the > patch series was getting a bit unwieldy to review, and Qais > suggested I break out just the cleanups/preparatory components of > the patch series and submit them on their own in the hope we can > start to merge the less complex bits and discussion can focus on > the more complicated portions afterwards. > > So for the v8 of this series, I’m only submitting those earlier > cleanup/preparatory changes here. However work on the full series > has continued, with some nice progress on the performance front. I guess we can also cherry-pick 1st [1], 20th [2] and 22th [3] patches of v7 into this series? [1] https://lore.kernel.org/lkml/20231220001856.3710363-9-jstultz@google.com/T/#m1e6ef390bf9044ca69818549bccec1ada221cd32 [2] https://lore.kernel.org/lkml/20231220001856.3710363-9-jstultz@google.com/T/#m638575b42057e1d2cc3a82d4bdea7308eb85b461 [3] https://lore.kernel.org/lkml/20231220001856.3710363-9-jstultz@google.com/T/#mafcb432d20c6b545998da56ba92fc51ba8a07b42 > > If you are interested, the full v8 series, it can be found here: > https://github.com/johnstultz-work/linux-dev/commits/proxy-exec-v8-6.8-rc3 > https://github.com/johnstultz-work/linux-dev.git proxy-exec-v8-6.8-rc3 [...]