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 877F9C2BB3F for ; Mon, 20 Nov 2023 17:52:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232690AbjKTRxA (ORCPT ); Mon, 20 Nov 2023 12:53:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232294AbjKTRw5 (ORCPT ); Mon, 20 Nov 2023 12:52:57 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 58EC394 for ; Mon, 20 Nov 2023 09:52:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1700502773; 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=EaP8zHgiN92957jp7fZCzqskbnxzXQoKIlUtUyIIKl0=; b=CDN8NVAJE4w3TourdOqHAQb3T2z+UiZ7MvZaEdLmHx9QIY41jFjk6QRaq1JpDbLXhvhhEU R7WX7GwGu3yHNzcmkn9+eMEJDREzv6aI1zp9LRADAZUP/nIE92axZxJ/HBOQSpphRIRegF 9h/URM8d7PscPdYlEdNmGZqi8q4nJ+k= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-612-5MHgQduvOpGFOS2IHDsWsg-1; Mon, 20 Nov 2023 12:52:52 -0500 X-MC-Unique: 5MHgQduvOpGFOS2IHDsWsg-1 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 980C13C0F429; Mon, 20 Nov 2023 17:52:51 +0000 (UTC) Received: from [10.22.33.229] (unknown [10.22.33.229]) by smtp.corp.redhat.com (Postfix) with ESMTP id D96E410F45; Mon, 20 Nov 2023 17:52:50 +0000 (UTC) Message-ID: Date: Mon, 20 Nov 2023 12:52:50 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 0/5] cgroup/cpuset: Improve CPU isolation in isolated partitions Content-Language: en-US To: Tejun Heo Cc: Zefan Li , Johannes Weiner , Jonathan Corbet , Lai Jiangshan , Shuah Khan , cgroups@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, Peter Hunt , Frederic Weisbecker References: <20231116033405.185166-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.4.1 on 10.11.54.5 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/19/23 10:23, Tejun Heo wrote: > On Wed, Nov 15, 2023 at 10:34:00PM -0500, Waiman Long wrote: >> v4: >> - Update patch 1 to move apply_wqattrs_lock() and apply_wqattrs_unlock() >> down into CONFIG_SYSFS block to avoid compilation warnings. > I already applied v3 to cgroup/for-6.8. Can you please send the fix up patch > against that branch? > Sure. I will post another fixup patch. Thanks, Longman