Re: [PATCH v6 0/3] printf: convert self-test to KUnit

2025-03-13 Thread Kees Cook
On Fri, 07 Mar 2025 17:08:55 -0500, Tamir Duberstein wrote: > This is one of just 3 remaining "Test Module" kselftests (the others > being bitmap and scanf), the rest having been converted to KUnit. > > I tested this using: > > $ tools/testing/kunit/kunit.py run --arch arm64 --make_options LLVM=1

Re: [PATCH v6 0/3] printf: convert self-test to KUnit

2025-03-13 Thread Petr Mladek
On Sat 2025-03-08 07:52:49, Tamir Duberstein wrote: > On Sat, Mar 8, 2025 at 7:51 AM Tamir Duberstein wrote: > > > > On Fri, Mar 7, 2025 at 11:49 PM Kees Cook wrote: > > > > > > On Fri, Mar 07, 2025 at 05:08:55PM -0500, Tamir Duberstein wrote: > > > > This is one of just 3 remaining "Test Module"

Re: [PATCH v6 0/3] printf: convert self-test to KUnit

2025-03-13 Thread Petr Mladek
On Fri 2025-03-07 17:08:55, Tamir Duberstein wrote: > This is one of just 3 remaining "Test Module" kselftests (the others > being bitmap and scanf), the rest having been converted to KUnit. > > I tested this using: > > $ tools/testing/kunit/kunit.py run --arch arm64 --make_options LLVM=1 printf

Re: [PATCH v6 0/3] printf: convert self-test to KUnit

2025-03-08 Thread Tamir Duberstein
On Fri, Mar 7, 2025 at 11:49 PM Kees Cook wrote: > > On Fri, Mar 07, 2025 at 05:08:55PM -0500, Tamir Duberstein wrote: > > This is one of just 3 remaining "Test Module" kselftests (the others > > being bitmap and scanf), the rest having been converted to KUnit. > > > > I tested this using: > > > >

Re: [PATCH v6 0/3] printf: convert self-test to KUnit

2025-03-08 Thread Tamir Duberstein
On Sat, Mar 8, 2025 at 7:51 AM Tamir Duberstein wrote: > > On Fri, Mar 7, 2025 at 11:49 PM Kees Cook wrote: > > > > On Fri, Mar 07, 2025 at 05:08:55PM -0500, Tamir Duberstein wrote: > > > This is one of just 3 remaining "Test Module" kselftests (the others > > > being bitmap and scanf), the rest

Re: [PATCH v6 0/3] printf: convert self-test to KUnit

2025-03-07 Thread Kees Cook
On Fri, Mar 07, 2025 at 05:08:55PM -0500, Tamir Duberstein wrote: > This is one of just 3 remaining "Test Module" kselftests (the others > being bitmap and scanf), the rest having been converted to KUnit. > > I tested this using: > > $ tools/testing/kunit/kunit.py run --arch arm64 --make_options