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 AB1942030A for ; Mon, 25 May 2026 18:33:17 +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=1779733998; cv=none; b=CpuZMBW8KU6I0RBPRGtHDQu7BugCWI3Y1skLp3+ySSjgMmn8d4LswG/yGKIdj2eNKb9p5fGgO1v1pD7fbY3/EyUeqiv21Qg7B60lG5I5cobK0/q/WwJQpxd5QbKvOCA3ZgxcaOKy6ysaBD2jfnOVUTDKA6bHtZCLe1e8j1cEw+o= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779733998; c=relaxed/simple; bh=atvD+9zaiZa9YrlfJpTugzxOyQH+uk4y5PGnHh09e7E=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=b/RI9lNdGdnONJd8DyvnTpxa+OumS3xxcgldSsejg9hY5Wpy9mZFWZp+J80r3CStwpve3ptynNZztmjDAu9XOgh9dznGo6A768WtxSR6CPPoBhlT7SMT8/OmY8PS4XeowEBunY7TBauK/8Q9MDz62m8VYlsT2G8bS5i8zBPDwyY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FRCcHEdc; 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="FRCcHEdc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9FE781F000E9; Mon, 25 May 2026 18:33:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1779733997; bh=Uuxz6XiEPlrlI9c6Z+z5A3E39OfNrZDc6vCJ0X/IkI8=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=FRCcHEdcW9LzZJmGu+k1WyW+wkxPatbzICAuxS44eHG73hsVM1TBKhb/SiI742nYB SJyj+ceaspIq8f/l2ESaeuqzJnri3kP/nPvNsjfSY3WmnDbGYP82gOTMOrvwELEX11 894d0Nf8qQyuLMa3Fs8gMp/XzNvoIOrEHbDW7JR9iJbOZ9WaZpoY583BVEgmLspn5t owzlpjEmv3Ghn270xxhZRraV7r9Tr2i98ACE/OFDBzqbSBhXry87QjTyCwYxTZtbBI g7NCNtZkTQO2HmMqw/kVsvY1V/YVMy5kol9sA6jOBLZFXvCET4UwhUWpWODq0vw7YK wjde+V0nc+rGg== Message-ID: <9787578f-91ee-4f37-b13c-26c447db8f5e@kernel.org> Date: Mon, 25 May 2026 20:33:13 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH slab] MAINTAINERS: add slab-related scripts and tools to SLAB ALLOCATOR Content-Language: en-US To: SeongJae Park Cc: Harry Yoo , Andrew Morton , linux-kernel@vger.kernel.org, Hao Li , Christoph Lameter , David Rientjes , Roman Gushchin , linux-mm@kvack.org References: <20260525180940.10383-1-sj@kernel.org> From: "Vlastimil Babka (SUSE)" In-Reply-To: <20260525180940.10383-1-sj@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 5/25/26 20:09, SeongJae Park wrote: > On Mon, 25 May 2026 09:26:39 +0200 "Vlastimil Babka (SUSE)" wrote: > >> Make sure the maintainers and reviewers are CC'd on changes to the >> scripts and tools that depend on slab internals. >> >> Signed-off-by: Vlastimil Babka (SUSE) > > Acked-by: SeongJae Park > >> --- >> MAINTAINERS | 6 ++++++ >> 1 file changed, 6 insertions(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index 288866c32ade..9ee06cd35793 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -24555,6 +24555,12 @@ F: mm/mempool.c >> F: mm/slab.h >> F: mm/slab_common.c >> F: mm/slub.c >> +F: scripts/gdb/linux/slab.py >> +F: tools/cgroup/memcg_slabinfo.py >> +F: tools/include/linux/slab.h >> +F: tools/lib/slab.c >> +F: tools/mm/slabinfo-gnuplot.sh >> +F: tools/mm/slabinfo.c >> > > I found there is rust/helpers/slab.c file and it is not in this section. Is it > intentional? I found commits for the file doesn't have Vlastimil's R-b or A-b > tags, so it might be intentional for rust code, but I'm just curious if that's > correct. Yeah, thanks. AFAIK these are just thin wrappers to overcome some bindgen details? I think whatever the rust side finds necessary to do there, they can and it's under RUST section, while the tools had no maintainer at all. So we don't need to cross-maintain that.