On Tue, Apr 21, 2026 at 11:19:34AM +0300, Mike Rapoport wrote: > On Mon, Apr 20, 2026 at 06:54:31PM +0100, Mark Brown wrote: > > If that fflush() is needed it should go into the helper, particularly > > since ksft_finshed() calls exit() so the fflush() will never be reachd. > Looks like I'm missing prints because of something in my environment, I'll > just drop the fflush(). Interesting. Usually the culprit would be calls to _exit() that bypass the libc cleanup but I'm not seeing any right now...