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 0EAEBC6FA8F for ; Wed, 30 Aug 2023 22:20:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343668AbjH3WUv (ORCPT ); Wed, 30 Aug 2023 18:20:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45828 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343765AbjH3WUo (ORCPT ); Wed, 30 Aug 2023 18:20:44 -0400 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0AE97CE8 for ; Wed, 30 Aug 2023 15:19:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1693433910; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=mWMbXQ/6lKzvuk9wmWLP6Zov9vMWJLOe43uW9KJ/WLU=; b=Sc9jTOAz+O98u/aZdDHLY8KOqOcwB2lc8aVI5b5oITvCIHqBKkX4lnMKYdnal6Wl/ep5bh Zg3mF2v9tvXx/dO7RxFj79dM002hAp+6eemqf2/4BMY+GIaocH5Vz+zWUobVp8e8uPR7RC FLO6iCBX4nwwr52/LfSogtNE1MEguYc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-596-oD30n1q1MZyT2nvb1Ws95A-1; Wed, 30 Aug 2023 16:01:17 -0400 X-MC-Unique: oD30n1q1MZyT2nvb1Ws95A-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 15484185A794; Wed, 30 Aug 2023 20:01:16 +0000 (UTC) Received: from [10.22.10.212] (unknown [10.22.10.212]) by smtp.corp.redhat.com (Postfix) with ESMTP id AD27C40C6F4C; Wed, 30 Aug 2023 20:01:14 +0000 (UTC) Message-ID: Date: Wed, 30 Aug 2023 16:01:14 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH-cgroup v7 0/6] cgroup/cpuset: Support remote partitions Content-Language: en-US To: Tejun Heo Cc: Zefan Li , Johannes Weiner , Christian Brauner , Jonathan Corbet , Shuah Khan , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, Juri Lelli , Dietmar Eggemann , =?UTF-8?Q?Michal_Koutn=c3=bd?= , Giuseppe Scrivano References: <20230817132454.755459-1-longman@redhat.com> From: Waiman Long In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.2 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 8/30/23 15:26, Tejun Heo wrote: > Hello, Waiman. > > On Thu, Aug 17, 2023 at 09:24:48AM -0400, Waiman Long wrote: >> v7: >> - Fix a compilation problem in patch 1 & a memory allocation bug in >> patch 2. >> - Change exclusive_cpus type to cpumask_var_t to match other cpumasks >> and make code more consistent. > This overall looks fine to me but I'm afraid we're a bit too late for this > devel cycle. I'll merge these into cgroup/for-6.7 when it opens. Yes, I am aware it is too late for v6.6. My current target is v6.7. BTW, I do have some minor twists to address some corner case issue. I will post a new version before the merge window close. Thanks, Longman