Re: [PATCH 0/2] rust: kunit: add optional assertions to catch taint and lockdep warnings
Miguel Ojeda <[email protected]>
| Newsgroups | org.kernel.vger.linux-kselftest,org.kernel.vger.linux-kernel,org.kernel.vger.rust-for-linux |
|---|---|
| Message-ID | <CANiq72nNVQzO9gUcj+Oh1xEBWJv1_YxKeYpNTdhoNaJyhvOtmg@mail.gmail.com> |
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