Re: [PATCH 7/8] lib/raid6: Include asm/neon-intrinsics.h rather than arm_neon.h
Eric Biggers <[email protected]>
| Newsgroups | gmane.linux.kernel.cryptoapi,gmane.linux.ports.arm.kernel,gmane.linux.raid |
|---|---|
| Message-ID | <20260527015754.GA13078@sol> |
On Sat, May 09, 2026 at 01:23:54PM -0700, Eric Biggers wrote: > On Thu, Apr 23, 2026 at 09:47:12AM +0200, Christoph Hellwig wrote: > > On Wed, Apr 22, 2026 at 07:17:03PM +0200, Ard Biesheuvel wrote: > > > From: Ard Biesheuvel <[email protected]> > > > > > > arm_neon.h is a compiler header which needs some scaffolding to work > > > correctly in the linux context, and so it is better not to include it > > > directly. Both ARM and arm64 now provide asm/neon-intrinsics.h which > > > takes care of this. > > > > > > This could potentially clash with the raid6 library rework I'm doing > > for 7.2. Although git has become pretty good about renamed files, so > > maybe it won't be so bad. > > > > I think this patch also breaks the userspace build of lib/raid6/. Which > is going away in Christoph's series anyway, but maybe it would make > sense to drop this patch (and patch 8 which depends on this, I think) > from this series for now? That would make it a bit easier to take the > rest through crc-next. Ard, are you okay with me applying just patches 1-6 to crc-next? - Eric