From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E7BDC29AB1C for ; Wed, 6 Aug 2025 17:24:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754501092; cv=none; b=d3dZ69it8IAa5YXZDpJhzQVlkeJ8TvfkGsz5HXUjVx1eb72BYSE6VkRvPZ8Qu/dWAZEm0lyyIWIJq94QPN0NUx28/iiXBOOy7J+5nJ+eCKdBXBc3b8x8jT8Pg5OWpqTXqGVFYxb44LX0IL7DI870wfq/Ah/dpYkuO9Y+8SPXPsI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754501092; c=relaxed/simple; bh=bfXmT8jKgLZKau4prNlHdRW3Gbqda/dJh/Dspikv5KU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=mIJMskL+wYiUBWpZ5auwBx06qTOueFB5CSOs408ClP2IIzzHYJes/ZcZP7QiAgHqJHQQLSggwQ1TmnGkoeEZ3sgVDqeCv7rDuVssX5o7Wy43envYZYIS0BAXna7UAklUtv2kfasaA+S9icr5Dy8rKOEnpS24wMkIafus64rIURc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=g97HFgBe; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="g97HFgBe" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1754501089; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=39EaVFDHzu/W+hGedi5xKnPwgEvi8H+M+2cZ6HVTU/4=; b=g97HFgBer7wObgyvRy+DUF9/oIWd4rWwZO/kKIEUJXrbiN0+RXG8PM2ZCQqaYDeBiOGer1 //IVI0pzyeNhEtKI/VEcLzN5J0Ou7jDGphIhSp241D2bkHngr/kd8nfYZcmkXzpMWuuzxS 2pixX0Hd6ldGHHRjS890/3njzlTgq5M= Received: from mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (ec2-35-165-154-97.us-west-2.compute.amazonaws.com [35.165.154.97]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-370-fIE6AbTvPuCzc6i0J_v3lQ-1; Wed, 06 Aug 2025 13:24:48 -0400 X-MC-Unique: fIE6AbTvPuCzc6i0J_v3lQ-1 X-Mimecast-MFC-AGG-ID: fIE6AbTvPuCzc6i0J_v3lQ_1754501086 Received: from mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.4]) (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 mx-prod-mc-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 09F2B1800357; Wed, 6 Aug 2025 17:24:46 +0000 (UTC) Received: from llong-thinkpadp16vgen1.westford.csb (unknown [10.22.89.125]) by mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 86B633000198; Wed, 6 Aug 2025 17:24:43 +0000 (UTC) From: Waiman Long To: Tejun Heo , Johannes Weiner , =?UTF-8?q?Michal=20Koutn=C3=BD?= Cc: cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, Ingo Molnar , Juri Lelli , "Peter Zijlstra (Intel)" , Waiman Long Subject: [PATCH 0/3] cgroup/cpuset: Miscellaneous fixes and cleanup Date: Wed, 6 Aug 2025 13:24:27 -0400 Message-ID: <20250806172430.1155133-1-longman@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.4 This patch series includes 2 bug fixes patches and 1 cleanup patch. Waiman Long (3): cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config_key cgroup/cpuset.c: Fix a partition error with CPU hotplug cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write() kernel/cgroup/cpuset.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) -- 2.50.0