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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0FA01CE79A8 for ; Tue, 19 Sep 2023 19:11:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232565AbjISTLg (ORCPT ); Tue, 19 Sep 2023 15:11:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229853AbjISTLe (ORCPT ); Tue, 19 Sep 2023 15:11:34 -0400 Received: from desiato.infradead.org (desiato.infradead.org [IPv6:2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9853EB3 for ; Tue, 19 Sep 2023 12:11:28 -0700 (PDT) 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=4nrO/ONzDiDjbB4Tp6jWWkgieHtxH3014RZB5SX0WLY=; b=hO7wWlcs8QuM6DoAp8Aa7x/kFe hxu/nj9/XV9ym8a7p1I8Min8oeeQwO0o4pbdbJh8djcmo7u6p36os4wA5WnAY/d/254g0n3AtSsah xKaokJ5YxuzR113Yx8kBvJ3Dk+T0KTcEogunvt7PqZzi5mzTkK/MoVKNbycjybm4MK4fNvCRfnH9S MoCL+mKr6Jpih3tkq8SBcIBHCvG0rxPmjwdZtpXXRDpnWkq5d0RaZPZxHcz13gNEIqSl1YfrWLBVr a9aZGXJu37TiG+z/w3pNTiZHpGRqYAYN4xLOSCgrEwV9G9D+b2N8htijJEXXnunCXTg17vHqZmChs 3aNqT9EA==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by desiato.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1qig7t-00DpGW-1O; Tue, 19 Sep 2023 19:11:15 +0000 Received: by noisy.programming.kicks-ass.net (Postfix, from userid 1000) id 89E5D300585; Tue, 19 Sep 2023 21:11:14 +0200 (CEST) Date: Tue, 19 Sep 2023 21:11:14 +0200 From: Peter Zijlstra To: Mel Gorman Cc: Raghavendra K T , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Ingo Molnar , Andrew Morton , David Hildenbrand , rppt@kernel.org, Juri Lelli , Vincent Guittot , Bharata B Rao , Aithal Srikanth , kernel test robot , Sapkal Swapnil , K Prateek Nayak Subject: Re: [RFC PATCH V1 0/6] sched/numa: Enhance disjoint VMA scanning Message-ID: <20230919191114.GB424@noisy.programming.kicks-ass.net> References: <20230919092830.GF21729@noisy.programming.kicks-ass.net> <20230919162215.2cszdylo2skevnr6@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230919162215.2cszdylo2skevnr6@suse.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 19, 2023 at 05:22:15PM +0100, Mel Gorman wrote: > I've been trying my best to find the necessary time and it's still on my > radar for this week. OK, no hurry! Take your time.