From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3EE97C433FE for ; Tue, 9 Nov 2021 10:47:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2C51361151 for ; Tue, 9 Nov 2021 10:47:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245445AbhKIKuO (ORCPT ); Tue, 9 Nov 2021 05:50:14 -0500 Received: from foss.arm.com ([217.140.110.172]:60074 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243061AbhKIKuM (ORCPT ); Tue, 9 Nov 2021 05:50:12 -0500 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 A44B6ED1; Tue, 9 Nov 2021 02:47:26 -0800 (PST) Received: from e113632-lin (e113632-lin.cambridge.arm.com [10.1.196.57]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2F4283F7F5; Tue, 9 Nov 2021 02:47:25 -0800 (PST) From: Valentin Schneider To: Yafang Shao Cc: Ingo Molnar , Peter Zijlstra , Juri Lelli , Vincent Guittot , Dietmar Eggemann , Steven Rostedt , Benjamin Segall , Mel Gorman , Daniel Bristot de Oliveira , LKML Subject: Re: [RFC PATCH 2/4] sched/fair: Introduce cfs_migration In-Reply-To: References: <20211104145713.4419-1-laoar.shao@gmail.com> <20211104145713.4419-3-laoar.shao@gmail.com> <87a6iitu3r.mognet@arm.com> Date: Tue, 09 Nov 2021 10:47:22 +0000 Message-ID: <87tuglsj0l.mognet@arm.com> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/11/21 15:40, Yafang Shao wrote: > It seems we'd better take the patch[1] I sent several weeks back. > > [1]. https://lore.kernel.org/lkml/20210615121551.31138-1-laoar.shao@gmail.com/ > As Peter stated in that thread, this only reduces the race window and doesn't eliminate it. The FIFO-1 smpboot idea is still a good one IMO. > -- > Thanks > Yafang