Re: [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
From: H. Peter Anvin
Date: Wed Mar 25 2026 - 12:29:00 EST
On 2026-03-23 23:40, Christoph Hellwig wrote:
> With the test code ported to kernel space, none of this is required.
I really *really* don't like this.
The ability of running in user space is really useful when it comes to
developing new code for new platforms, which happens often enough for this code.
-hpa