Re: [PATCH v4 0/7] Handle faults in KUnit tests

2024-04-05 Thread Shuah Khan
On 3/26/24 03:51, Mickaël Salaün wrote: Hi, This patch series teaches KUnit to handle kthread faults as errors, and it brings a few related fixes and improvements. Shuah, everything should be OK now, could you please merge this series? Please cc linux-kselftest and kunit mailing lists. You go

Re: [PATCH v4 0/7] Handle faults in KUnit tests

2024-04-05 Thread Shuah Khan
On 4/5/24 12:07, Mickaël Salaün wrote: On Fri, Apr 05, 2024 at 10:08:00AM -0600, Shuah Khan wrote: On 3/26/24 03:51, Mickaël Salaün wrote: Hi, This patch series teaches KUnit to handle kthread faults as errors, and it brings a few related fixes and improvements. Shuah, everything should be

Re: [PATCH v4 RESEND 0/7] Handle faults in KUnit tests

2024-04-09 Thread Shuah Khan
On 4/8/24 01:46, Mickaël Salaün wrote: Hi, This patch series teaches KUnit to handle kthread faults as errors, and it brings a few related fixes and improvements. Shuah, everything should be OK now, could you please merge this series? All these tests pass (on top of v6.8): ./tools/testing/kuni

Re: [PATCH] um: let 'make clean' properly clean underlying SUBARCH as well

2025-05-07 Thread Shuah Khan
under arch/x86/, Kbuild will reuse them instead of creating new ones under the specified build directory. This commit makes 'make ARCH=um clean' recurse into the SUBARCH directory. Reported-by: Shuah Khan Closes: https://lore.kernel.org/lkml/20250502172459.14175-1-sk...@linuxfo

Re: [PATCH] um: let 'make clean' properly clean underlying SUBARCH as well

2025-05-08 Thread Shuah Khan
On 5/7/25 17:49, Masahiro Yamada wrote: On Thu, May 8, 2025 at 6:38 AM Shuah Khan wrote: On 5/7/25 01:49, Masahiro Yamada wrote: Building the kernel with O= is affected by stale in-tree build artifacts. So, if the source tree is not clean, Kbuild displays the following: $ make ARCH=um