From nobody Mon Jun 8 04:24:33 2026 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 2BD2026D4CA for ; Tue, 2 Jun 2026 02:44:42 +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=1780368284; cv=none; b=KsR/C5PzM70sbEM/e0ZaVtVqC03hFUhWGyPp8AjOB+unFkaN54q3rMvsiEdgOny42hSoQQp86pqGotvOPrHom0Lbe39pVuM0NJH2j3Vqymtm1ZGdZdKaJd1sn369YN7kLlK0+uozlgYIavT27CQxA2UwM4PDGQD4j/N4YFWJhy4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780368284; c=relaxed/simple; bh=mBV0Ncctp5bj+WmMhsEnyI3Q2WK5rPGq5Q/W3Pa3tsc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=t4j7mfWflnFl1iLwE9tv1A3Bzn56g9yc5qs7DyIfHXgNEc1JdJbMh7H+XPIXgpGBrKKfwXIjN0S/L9Sq399NBIpFyHv8awzT39Su4/r22vgyQDrhyeUu7oDkYthdWv9ZXSDZyNf+BNx4g58tuVZ+fZWgdhFKmRWclkDoH60KbI4= 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=jB1DHUet; 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="jB1DHUet" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1780368281; 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=rVWQXaLYc7CCruLkmPJVoyOQeGqAG11TqakiWkSBkTE=; b=jB1DHUet6BnkzHIXVAd34ERj2wcrrpJUGN5GiMNK6yp2Pth4b6QpWsMycpaNq5JxeiLhsn tbu4z5XXGJGuRfSfTYQASwWUooMCQIA9+PoHh972wKQEqp3qd7oEEWSEX7M7279+Q+gUiJ jmqREhgwFx6hMKXrEHi0zoxX8qD/rK8= 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-286-AoHsHVOBPtmzOdFH5t5nfA-1; Mon, 01 Jun 2026 22:44:38 -0400 X-MC-Unique: AoHsHVOBPtmzOdFH5t5nfA-1 X-Mimecast-MFC-AGG-ID: AoHsHVOBPtmzOdFH5t5nfA_1780368277 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-08.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id C6E2F1800344; Tue, 2 Jun 2026 02:44:36 +0000 (UTC) Received: from llong-thinkpadp16vgen1.westford.csb (unknown [10.22.88.124]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 4861519560A6; Tue, 2 Jun 2026 02:44:35 +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, Waiman Long Subject: [PATCH] cgroup/cpuset: Remove Chen Ridong as a cpust reviewer for now Date: Mon, 1 Jun 2026 22:44:22 -0400 Message-ID: <20260602024422.249458-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" Chen Ridong has contributed quite a lot of fixes and cleanups to the cpuset code. Unfortunately, his email address is now no longer valid. So remove him as a cpuset reviewer until he shows up again or someone else volunteers to take his place. Signed-off-by: Waiman Long --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 74c86cf9bc65..c7a7126ea406 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6526,7 +6526,6 @@ F: include/linux/blk-cgroup.h =20 CONTROL GROUP - CPUSET M: Waiman Long -R: Chen Ridong L: cgroups@vger.kernel.org S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git --=20 2.54.0