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
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
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
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
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