From nobody Mon Apr 6 13:27:51 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 56CB631D730 for ; Mon, 6 Apr 2026 09:09:13 +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=1775466553; cv=none; b=d0OgWX5S7K3ii72hx9yd+zRcaqKF6peyp9dD2DTmh5sIjVeH/btWfxmN+VLJFmZmc4wAMGeIELHr6jrOdU0/cSEZAq7kRy/TZuyUAYahISz3KPV4JQlR9AuFYd8Cdz3eBy3PmevdjL3mfnXw5buiUnUTlz4JurYj9QNwdAwE/XE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775466553; c=relaxed/simple; bh=G7Il7/mKFzoeV4Tz39MRaOQuT1VjBgajncJeVtLZGak=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=O+9gCuodDjKSbVNFwU1laBw36LtnoXYbrjL4rmtBUhYlwUj8hR+Z7fq4Ed+9f04UKXqPd4gNnrr+nbkyxhviW3TiiFNsX/PXFVAOWCyFV2/Sh+jQuwiXRuIH8euLwIV5SoleU14lRHrgBkvFI4P73XIolxQmr6BFzgfta920/qw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=JvLRVcEw; 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="JvLRVcEw" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7EDC0C2BC9E; Mon, 6 Apr 2026 09:09:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775466553; bh=G7Il7/mKFzoeV4Tz39MRaOQuT1VjBgajncJeVtLZGak=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=JvLRVcEw7NVelGrpfAYeykd+hge9Xt3lweLjfyls/etqVow+h0lV5k0m0bjpyXojY b/axaFmJkyiAVkRzz3IzbL5MVs7HUfLGKaLqBEnaZnUroPvY1B1Iqdl8zpcGVXZxt5 3sy7lcrRSwohEFIqn4BKY3xghHjSPBF4lJUXIMpWfqZrWC3igtKJryOhkuG3X/Naxa PW/i5N/NRrYc0Wq9LBOe7HLd2wZbi8E63jjlDv7/8RUAxr22LQX33GWoECecbdnHPL 8ESPRG89JFOuxjF3W0v8qNZ3xA/Fzkg5LzoToKqMv8tobW8uBmtT8snojC/6IZ4Rd/ VfEaH5X4W25Lw== From: "Harry Yoo (Oracle)" To: Vlastimil Babka , Andrew Morton Cc: Hao Li , Christoph Lameter , David Rientjes , Roman Gushchin , Alexei Starovoitov , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: [PATCH V2 1/2] MAINTAINERS: add lib/tests/slub_kunit.c to SLAB ALLOCATOR section Date: Mon, 6 Apr 2026 18:09:06 +0900 Message-ID: <20260406090907.11710-2-harry@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260406090907.11710-1-harry@kernel.org> References: <20260406090907.11710-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. Acked-by: David Rientjes Signed-off-by: Harry Yoo (Oracle) --- 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