Re: [PATCH 00/12] kunit: Introduce UAPI testing framework

2025-02-18 Thread Thomas Weißschuh
On Tue, Feb 18, 2025 at 04:20:06PM +0800, David Gow wrote: > On Mon, 17 Feb 2025 at 19:00, Thomas Weißschuh > wrote: > > > > Currently testing of userspace and in-kernel API use two different > > frameworks. kselftests for the userspace ones and Kunit for the > > in-kernel ones. Besides their diff

Re: [PATCH 00/12] kunit: Introduce UAPI testing framework

2025-02-18 Thread David Gow
On Mon, 17 Feb 2025 at 19:00, Thomas Weißschuh wrote: > > Currently testing of userspace and in-kernel API use two different > frameworks. kselftests for the userspace ones and Kunit for the > in-kernel ones. Besides their different scopes, both have different > strengths and limitations: > > Kuni

[PATCH 00/12] kunit: Introduce UAPI testing framework

2025-02-17 Thread Thomas Weißschuh
Currently testing of userspace and in-kernel API use two different frameworks. kselftests for the userspace ones and Kunit for the in-kernel ones. Besides their different scopes, both have different strengths and limitations: Kunit: * Tests are normal kernel code. * They use the regular kernel too