[Pkg-zfsonlinux-devel] Bug#1039487: Resolving #1039487 - zsnapd (my package) removed from testing
Matt Grant
matt at mattgrant.net.nz
Fri Aug 11 06:26:47 BST 2023
Hi!
Can't we just resolve this by patching
#elif defined(__aarch64__)
#include <linux/simd_aarch64.h>
out of include/os/linux/kernel/linux/simd.h in the zfs modules source and
thus forcing the use of:
#else
#define kfpu_allowed() 0
#define kfpu_begin() do {} while (0)
#define kfpu_end() do {} while (0)
#define kfpu_init() 0
#define kfpu_fini() ((void) 0)
#endif
#endif /* _LINUX_SIMD_H */
at the end of the file? Any regressions should be caught by the ZFS test
suite....
--OR--
we just mark zfs-linux package and zfsutils-linux incompatible with
ARM64/__aarch64__ architecture in the debian packages...
Thoughts????
Cheers,
Matt Grant
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-zfsonlinux-devel/attachments/20230811/9dad75bc/attachment.htm>
More information about the Pkg-zfsonlinux-devel
mailing list