[PATCH v2] um: Makefile: use bash from the environment

2024-03-23 Thread Yueh-Shun Li
Set Makefile SHELL to bash instead of /bin/bash for better portability. Some systems do not install binaries to /bin, and therefore do not provide /bin/bash. This includes Linux distros which intentionally avoid implementing the Filesystem Hierarchy Standard (FHS), such as NixOS and Guix System.

Re: [PATCH v3 4/7] kunit: Handle test faults

2024-03-23 Thread David Gow
On Tue, 19 Mar 2024 at 18:49, Mickaël Salaün wrote: > > Previously, when a kernel test thread crashed (e.g. NULL pointer > dereference, general protection fault), the KUnit test hanged for 30 > seconds and exited with a timeout error. > > Fix this issue by waiting on task_struct->vfork_done instea