Re: [PATCH 02/17] raid6: remove __KERNEL__ ifdefs
"H. Peter Anvin" <[email protected]>
| Newsgroups | gmane.linux.ports.riscv,gmane.linux.kernel,gmane.linux.ports.arm.kernel,gmane.linux.ports.ppc64.devel,gmane.linux.kernel.cryptoapi,gmane.comp.file-systems.btrfs,gmane.linux.kernel.cross-arch,gmane.linux.raid |
|---|---|
| Message-ID | <[email protected]> |
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