From nobody Thu Apr 2 13:39:30 2026 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 21942373BF1 for ; Sun, 29 Mar 2026 17:40:15 +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=1774806017; cv=none; b=WBJmjXbMdb5/tw+/bpByQ2qjTEwM3X51SH4dh2El/03ZyzzwcBdRi1/hHi06GyNslaR+Nzh5ZcdYTnV180ej/xIaNhlPs2nGaKK5BzzuYU1rGdSq6AJ4IeyYXJW83dChXLi6nDhBuVo+FCZcN7388rDnbwwXQ+r0Xs+FQ21RlLU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774806017; c=relaxed/simple; bh=gdTMaxVewZevxekZoWFMV5QbPBw4+0c6ISVvV4ELeaw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=O/axYXncsstb0YkLBq7I458pPBLinyafZtruw+kkThmgN6/eudA4d40XMh/EDqodXS4Np3bUMMKDrEA4u2xmKPUlW35008RlLVu/PDnE0RtpkdMlpZobXtXMnBwm2F54xpV1bXiaMlsQWR4R/gQVuV+4E3el7vX8NXsZRXWowcM= 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=gT59E6Ux; 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="gT59E6Ux" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1774806015; 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: in-reply-to:in-reply-to:references:references; bh=23vwVawhhdaUlEZbOs+YhGbbQr0Na89/CEeqFQu0cCc=; b=gT59E6UxQyvHSCL7RrdoOmmxEdNDNA+r6/IyUWoHYbzmU173W51+6/zcx9h5NK9cKV7+ax Bk48ziwnLpbm450KkqDxnAJ5RaLcxw/AV2pnSpqW5WpxguMKZlHaVb9uuyM3xDQLPKZAb+ fWiR02eI9n58+6ikhnyxdnHJ+MCz9k0= Received: from mx-prod-mc-06.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-318-RiNbVYAcN4iF8KNkaQFHMA-1; Sun, 29 Mar 2026 13:40:12 -0400 X-MC-Unique: RiNbVYAcN4iF8KNkaQFHMA-1 X-Mimecast-MFC-AGG-ID: RiNbVYAcN4iF8KNkaQFHMA_1774806010 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (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-06.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 78205180035C; Sun, 29 Mar 2026 17:40:10 +0000 (UTC) Received: from llong-thinkpadp16vgen1.westford.csb (unknown [10.22.80.75]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 1CFBF19560B1; Sun, 29 Mar 2026 17:40:08 +0000 (UTC) From: Waiman Long To: Chen Ridong , Tejun Heo , Johannes Weiner , =?UTF-8?q?Michal=20Koutn=C3=BD?= Cc: cgroups@vger.kernel.org, linux-kernel@vger.kernel.org, Waiman Long Subject: [PATCH v2 1/3] cgroup/cpuset: Simplify setsched decision check in task iteration loop of cpuset_can_attach() Date: Sun, 29 Mar 2026 13:39:56 -0400 Message-ID: <20260329173958.2634925-2-longman@redhat.com> In-Reply-To: <20260329173958.2634925-1-longman@redhat.com> References: <20260329173958.2634925-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: quoted-printable X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 Content-Type: text/plain; charset="utf-8" Centralize the check required to run security_task_setscheduler() in the task iteration loop of cpuset_can_attach() outside of the loop as it has no dependency on the characteristics of the tasks themselves. There is no functional change. Signed-off-by: Waiman Long --- kernel/cgroup/cpuset.c | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/kernel/cgroup/cpuset.c b/kernel/cgroup/cpuset.c index d21868455341..58c5b7b72cca 100644 --- a/kernel/cgroup/cpuset.c +++ b/kernel/cgroup/cpuset.c @@ -2988,7 +2988,7 @@ static int cpuset_can_attach(struct cgroup_taskset *t= set) struct cgroup_subsys_state *css; struct cpuset *cs, *oldcs; struct task_struct *task; - bool cpus_updated, mems_updated; + bool setsched_check; int ret; =20 /* used later by cpuset_attach() */ @@ -3003,20 +3003,21 @@ static int cpuset_can_attach(struct cgroup_taskset = *tset) if (ret) goto out_unlock; =20 - cpus_updated =3D !cpumask_equal(cs->effective_cpus, oldcs->effective_cpus= ); - mems_updated =3D !nodes_equal(cs->effective_mems, oldcs->effective_mems); + /* + * Skip rights over task setsched check in v2 when nothing changes, + * migration permission derives from hierarchy ownership in + * cgroup_procs_write_permission()). + */ + setsched_check =3D !cpuset_v2() || + !cpumask_equal(cs->effective_cpus, oldcs->effective_cpus) || + !nodes_equal(cs->effective_mems, oldcs->effective_mems); =20 cgroup_taskset_for_each(task, css, tset) { ret =3D task_can_attach(task); if (ret) goto out_unlock; =20 - /* - * Skip rights over task check in v2 when nothing changes, - * migration permission derives from hierarchy ownership in - * cgroup_procs_write_permission()). - */ - if (!cpuset_v2() || (cpus_updated || mems_updated)) { + if (setsched_check) { ret =3D security_task_setscheduler(task); if (ret) goto out_unlock; --=20 2.53.0