Re: [PATCH v5 0/3] rust: kunit: Support KUnit tests with a user-space like syntax

2025-01-03 Thread Miguel Ojeda
On Fri, Dec 13, 2024 at 9:10 AM David Gow wrote: > > v5 here is a small set of fixes and a rebase of the previous versions. > If there are no major issues, I'd like to land this soon so it can be > used and tested ready for 6.14. Thanks as usual David for keeping this one alive over time. I was

[PATCH v5 0/3] rust: kunit: Support KUnit tests with a user-space like syntax

2024-12-13 Thread David Gow
Hi all, v5 here is a small set of fixes and a rebase of the previous versions. If there are no major issues, I'd like to land this soon so it can be used and tested ready for 6.14. This series was originally written by José Expósito, and has been modified and updated by Matt Gilbride and myself.