From mboxrd@z Thu Jan 1 00:00:00 1970 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 71FC930DEB0 for ; Mon, 30 Mar 2026 12:05:27 +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=1774872327; cv=none; b=qDlDs7MvKjwb3Hh/SqVey41kzRxOsR/vSV8GJH1fWJy3W6ogwVh+jrmPv/eAHYfnuVzKR44VLG1sb2BeSGJ+gXFEdFUmPCh3aDz2a1NaBfx/Mgw+41qUfj8GMmhKc6Lk6c4vSFiktUVO7GOSA0UWvAZbxUyT1D7Mv4xmi7lMgEA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774872327; c=relaxed/simple; bh=9bCx12bjazjLzKumIzbHh00Pgfuh2RWq835dYR5A924=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=I5Nz+qCxAoc9JIcJv+lECdNm5GIzHtnR3Z97u4i0sN3Z8f91g64/5hE5JmiBNcnKKDxL0A6Mv40/TmDaP/hpiffaMp/aGpkaKoaPO1K9F/CjT34ySoVuJLZ8Mtd5syrKmi/k/s7YxpDCQLw04CW3CJgz4g6NGq2V0vlivrdXITM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QLsx1xUI; 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="QLsx1xUI" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8B899C4CEF7; Mon, 30 Mar 2026 12:05:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774872327; bh=9bCx12bjazjLzKumIzbHh00Pgfuh2RWq835dYR5A924=; h=From:To:Cc:Subject:Date:From; b=QLsx1xUISY1QGldWkVlvsB6hmjYcZnPICwI2+1k3fNnZwgTPLbUIQpMaCksxR94ZM kq8lTiKqDwnEElMXt+IOSS7Oj6hN1BTbjlogoQE/ncWf/R2EcKql34Mgpe5ENcwj25 4qo93hVqAD0JiYIMdcmNX0jy4VFS2H0D0mfJk0a+hDjOh6VoDz+TDbbU3ysgaL0jPN vDmVXPflTgiUzC+XgPbWSGta+pE0lQbEAbziN19aRUG+05F1euR8IIC80a02vXxu56 55/FaTDnrI9NCH2zCe7mVumGbKUbKrF2amhSgoA9zW0fWesHeBoBsancfRYReImu85 6vNCiAVU7AU9g== 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 0/2] slub_kunit: add a test case for {kmalloc,kfree}_nolock Date: Mon, 30 Mar 2026 21:05:14 +0900 Message-ID: <20260330120517.104743-1-harry@kernel.org> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This came up while developing kvfree_rcu_nolock(), but even without that it's worth adding a test case. Let's add it in advance. Probably a similar test case for the page allocator is worth adding but I'm not sure where the right place would be. While at it, also add the missing MAINTAINERS entry for slub_kunit.c. Harry Yoo (Oracle) (2): MAINTAINERS: add lib/tests/slub_kunit.c to SLAB ALLOCATOR section lib/tests/slub_kunit: add a test case for {kmalloc,kfree}_nolock MAINTAINERS | 1 + lib/tests/slub_kunit.c | 88 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) base-commit: dbc785fb4d9cfa0115e69e614fe20b4ab90f8366 -- 2.43.0