Re: [PATCH 0/2] rust: kunit: add optional assertions to catch taint and lockdep warnings
Malte Wechter <[email protected]>
| Newsgroups | org.kernel.vger.rust-for-linux,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest |
|---|---|
| Message-ID | <CAPB1BzcM+6zyRnrNOOWkE1Ni-XPTRUxVTZdtxG9ZZ4By7JjGPA@mail.gmail.com> |
Den fre. 21. aug. 2026 kl. 11.04 skrev Miguel Ojeda <[email protected]>: > > On Fri, Aug 21, 2026 at 11:01 AM David Gow <[email protected]> wrote: > > > > My preference, however, would be to have these features added to the > > core KUnit implementation (in C), rather than specifically to the Rust > > bindings. This way, tests written in both languages will be able to > > benefit from them, rather than just tests written in Rust. > > Agreed, I was about to reply with that, i.e. if this is a feature that > is worth having, then it sounded to me like it should be in core > KUnit. > > Cheers, > Miguel Sounds good, i will look at implementing this in core KUnit instead. Best regards