From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 274BB3385A5 for ; Fri, 26 Jun 2026 10:13:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782468841; cv=none; b=lrIyhURUELuShzBc+SoDRDv0UqpZV4L2TJOYuAVjBd/Cx48n70b3tNn5tir3rSiVp4gUc/dMoHXNcn7EYQUGqkx5z+TMAatH6NOUfWoKrp80qzbIw4G0zLH8RlNEZbjLnfhuVd1lpFFAc6xo8RvZyM+976GXAvyEjl+93yOlReI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782468841; c=relaxed/simple; bh=vVTf3fg7v/H5aF8bYWM0PRKM5Ti6EJKRTHWhXfhsLbg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=noSsN0egBKQBe6ptREsU2d6K4wMN51PwamVdg+JqvZ14e47nymwkD+qkNL13jfVIgDHHXdqXr+NMUhwaHeXkpdJ9AgOnmWH+NYlFrOcdSvCwNQvcpT6p6+JCYQi9zSzFfuuNVBAOBOpgbacYn36eJnSMhfPFBhBda5T0na1vwhU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QeqtOWrw; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QeqtOWrw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 295501F000E9; Fri, 26 Jun 2026 10:13:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782468839; bh=npGKdarXf5gccltScbGUlMqW+/k/IwUKWJXo0mdK4HA=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=QeqtOWrw/nvPfytCrj64spgdjebDv9dxdI/7ffl0uNJJvUiah4WzurpwKx80iW6xF joEFraG+d0aXcp+VscaSEPyLNm0YilTzfApeVBGNwhOUJIAIsaQX104gpWwe1eElrw zLVbBDiHL+Yz+EpE/KOko5HJWN8Gg1791euUt229lmlhvkLyvqCj4OvA0/k9fLefWJ DHnlP1wFRq3uWshwZeQv5X90qpydKMjP6mcjEDWE3RgrHW4rRuUEehOZLiUF6BA8WP LpROwQLuvECotyYP8/UlvXVgmnKydhqOdyQFUz6drRtafw8eBITvxf7lZ5IHIA/2nM JarTtKU5/LgXg== Date: Fri, 26 Jun 2026 11:13:51 +0100 From: Lorenzo Stoakes To: Suren Baghdasaryan Cc: akpm@linux-foundation.org, kent.overstreet@linux.dev, david@kernel.org, liam@infradead.org, vbabka@kernel.org, rppt@kernel.org, hao.ge@linux.dev, jackmanb@google.com, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 1/2] MAINTAINERS: move inactive maintainer to CREDITS Message-ID: References: <20260625184857.2193482-1-surenb@google.com> <20260625184857.2193482-2-surenb@google.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260625184857.2193482-2-surenb@google.com> On Thu, Jun 25, 2026 at 11:48:56AM -0700, Suren Baghdasaryan wrote: > Move Kent Overstreet from maintainers for Memory Allocation Profiling to > CREDITS in recognition of his co-authorship and contributions to this > feature. > > Cc: Kent Overstreet > Signed-off-by: Suren Baghdasaryan Acked-by: Lorenzo Stoakes > --- > CREDITS | 4 ++++ > MAINTAINERS | 1 - > 2 files changed, 4 insertions(+), 1 deletion(-) > > diff --git a/CREDITS b/CREDITS > index 17962bdd6dbd..9a3e4b639505 100644 > --- a/CREDITS > +++ b/CREDITS > @@ -3091,6 +3091,10 @@ N: Jens Osterkamp > E: jens@de.ibm.com > D: Maintainer of Spidernet network driver for Cell > > +N: Kent Overstreet > +E: kent.overstreet@linux.dev > +D: Co-authored and contributed to Memory Allocation Profiling > + > N: Gadi Oxman > E: gadio@netvision.net.il > D: Original author and maintainer of IDE/ATAPI floppy/tape drivers > diff --git a/MAINTAINERS b/MAINTAINERS > index dd963b72c614..0948dc573744 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16706,7 +16706,6 @@ F: tools/testing/memblock/ > > MEMORY ALLOCATION PROFILING > M: Suren Baghdasaryan > -M: Kent Overstreet > R: Hao Ge > L: linux-mm@kvack.org > S: Maintained > -- > 2.55.0.rc0.799.gd6f94ed593-goog > Cheers, Lorenzo