From nobody Mon Apr 6 10:36:46 2026 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 5FFC43CA488 for ; Mon, 30 Mar 2026 12:05:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774872329; cv=none; b=ZdT2QCqPyXMkKfxl4/Gb8AAFPTz7ZPrPjZtE0xIa8Lc8EUEWeas/il1VfrNv1PbnMN4b0irF4uxyuV0fPDgRMHA877vq8J+hXObEKdvFN1O9IW4I4EIy3ES++K3vY4CNTb3aaQ+rcemZkTx+l/fBNS1YbVg0uPTC79zHoyjTHZk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774872329; c=relaxed/simple; bh=3YAzMlMeOCrZ28GqQoCsD/ygZK0bAT3TmpmN5xJXIE0=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=pa1sqzoBykUhktedZ69M68oUetKmuDertt6Celzr6Rg+KDVaioHEPi6q8OfZVrYCqiqG6LUJXmECFpqbJMmxZ/SEWd/Vl+2+fSu1yDSHo+Sl5XBfsV1VcEZhn8YaPRA/QGTCXOC5Xgp/b1jJeTBFuygUDhOoj2CcUmpo8AAV+Ec= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fHp5i//h; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fHp5i//h" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7B65AC2BCB0; Mon, 30 Mar 2026 12:05:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774872329; bh=3YAzMlMeOCrZ28GqQoCsD/ygZK0bAT3TmpmN5xJXIE0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=fHp5i//hU2PYbop8C5stsJRnhWZ8wzJtYv4nGlIwbHGol9FEtgyveBDLFqan/3wup 7+uvb8JxqsRC7pbMns7pmKW2qGz86XEZar/UtikVE6CXc2zBmwh791gA/1CItMjASf xpBguOxJ9FMl7u1XWbr/jjAxhRbuNVvcEWkR8ayKUZ0Vj2ZKqpNmiOiw7RxnNHbAZ4 tt8Hm89UTBLAmatDRBvDnyN37Nwt0GUNMgrLq6EQ1J8j8Itlu8PZx6RJLjx0Jspgay vYblVsRJmLQ6Tq2mPNY1IZS0F4f7nMsOiRKh/++Oe2pBVasyxS06dmNJtESGv4udzj +Fi8mi2JPek9A== From: "Harry Yoo (Oracle)" To: Vlastimil Babka , Andrew Morton Cc: Hao Li , Christoph Lameter , David Rientjes , Roman Gushchin , linux-kernel@vger.kernel.org, linux-mm@kvack.org, "Harry Yoo (Oracle)" Subject: [PATCH V1 1/2] MAINTAINERS: add lib/tests/slub_kunit.c to SLAB ALLOCATOR section Date: Mon, 30 Mar 2026 21:05:15 +0900 Message-ID: <20260330120517.104743-2-harry@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260330120517.104743-1-harry@kernel.org> References: <20260330120517.104743-1-harry@kernel.org> 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 Content-Type: text/plain; charset="utf-8" The slub_kunit module has been maintained by SLAB ALLOCATOR folks, but is missing in the MAINTAINERS file. Add the missing entry. Signed-off-by: Harry Yoo (Oracle) Acked-by: David Rientjes --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 96ea84948d76..5f5add4f72a0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -24354,6 +24354,7 @@ F: Documentation/admin-guide/mm/slab.rst F: Documentation/mm/slab.rst F: include/linux/mempool.h F: include/linux/slab.h +F: lib/tests/slub_kunit.c F: mm/failslab.c F: mm/mempool.c F: mm/slab.h --=20 2.43.0