From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-170.mta1.migadu.com (out-170.mta1.migadu.com [95.215.58.170]) (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 4E6383C4562; Tue, 2 Jun 2026 08:14:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.170 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780388043; cv=none; b=eI/HX7DTrD39hdiJxpcRg4i5ifaVF+3utHVVAgh2sSqv1yuLQBS+twVw6E1qah5RUvYappg72pD9HKhm6jRXqhrotOCIrnJ0EbSkm7JRZ81vqyGXsm3roSlB46CVzDhYURmebl2jT4jm0sEnmA97kzB00MFRImOSR+TzLRV4ZNQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780388043; c=relaxed/simple; bh=SQpcs0Q84C1o+7c9PpEn9q02bsqOrBkRPLLDOSUuAbM=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=J/YrsTR+NNven0S9meswqKY9O+eHSqAHppAw02WQsMJ89yy17NALSalHeq/ppUJOuKA2gL/HCUYqFGyfiXJuuiwXcXFpz86PpfkTzS5ae6eQxw4odqxdsomM33VrCqfGRnln9PXD9go7m3fI+ZSIoltOjzYbZDkUL59v06RwOi8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=VGBZShPj; arc=none smtp.client-ip=95.215.58.170 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="VGBZShPj" Message-ID: <69b82f73-e89a-4271-a494-3c4d5684b7ac@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1780388039; 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=a60V33IIRXAacvUxlNYow4aNXv6LcX5H2j7rbYg219M=; b=VGBZShPjb5j6l9sY0VJtmo5N5VRFpNTjZ6F1N3UJNb6q3LgY/yOo9XuFkK1ulBnGsvVb4u uMMKPmNiUWcl5GG2Vsk0zir3faZ6xan5ow4qVa4DOO83RPOxL2hHsxX2bc9p/8VpuIZ9bd QgSMF1/wxC617Elh9xRkYhTcwAZaVxc= Date: Tue, 2 Jun 2026 16:13:43 +0800 Precedence: bulk X-Mailing-List: cgroups@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH] cgroup/cpuset: Remove Chen Ridong as a cpust reviewer for now To: =?UTF-8?Q?Michal_Koutn=C3=BD?= , Waiman Long Cc: Tejun Heo , Johannes Weiner , cgroups@vger.kernel.org, linux-kernel@vger.kernel.org References: <20260602024422.249458-1-longman@redhat.com> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Ridong Chen In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT On 2026/6/2 15:51, Michal Koutný wrote: > +Cc: ridong.chen@linux.dev > > (This looks like their new address.) > Hi all, Thank you, Michal. Apologies for the email issue. I'm currently changing my company, The ridong.chen@linux.dev email is valid. > On Mon, Jun 01, 2026 at 10:44:22PM -0400, Waiman Long wrote: >> 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 >> >> 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 >> -- >> 2.54.0 >> -- Best regards, Ridong