On Fri, Mar 14, 2025 at 5:00 PM Kees Cook kees@kernel.org wrote:
On Fri, 07 Mar 2025 06:27:33 -0500, Tamir Duberstein wrote:
This is one of just 3 remaining "Test Module" kselftests (the others being bitmap and printf), the rest having been converted to KUnit. In addition to the enclosed patch, please consider this an RFC on the removal of the "Test Module" kselftest machinery.
I tested this using:
[...]
(I had to rebase on the printf move, but I think it got it all.)
Applied to for-next/move-kunit-tests, thanks!
[1/6] scanf: implicate test line in failure messages https://git.kernel.org/kees/c/5866730da723 [2/6] scanf: remove redundant debug logs https://git.kernel.org/kees/c/6340d61b9005 [3/6] scanf: convert self-test to KUnit https://git.kernel.org/kees/c/97c1f302f2bc [4/6] scanf: break kunit into test cases https://git.kernel.org/kees/c/d62f8c95470c
Looks good to me. Thanks Kees!