Attila Fülöp

Results 36 comments of Attila Fülöp

Sorry for not noticing this issue until now. This bug is raised in #14055 as well. Please see there for a fix.

@MaZderMind Thanks for your kind words, much appreciated!

> Tentatively (without linking): might `https://github.com/openzfs/zfs/pull/14119` partially fix this issue #13445? I don't think so. #14119 is fixing an issue where receiving non-raw unencrypted incremental sends into an encrypted target...

While it's still a draft, I took care to squash the commits in a way which should make reviewing this straight forward. I did quite some testing without revealing any...

The people at ixsystems may be interested in testing this too. Surely they'll have a far better test infrastructure to test this on than I do.

@lundman I took major efforts to make this clang compatible on Linux. If you have a spare hour you may want to test if it works on macOS and Windows...

One important point regarding testing I missed above: If you are testing this on hardware which has AVX support you need to activate SSE support by doing ```sh # echo...

@oberien Well, I'd suggest the following: Spin up a VM which has all the dependencies for building ZFS installed, but not the ZFS packages itself. Inside the VM do: ```sh...

@oberien > Interestingly, `./configure` states: > > ``` > checking whether host toolchain supports AVX... yes > checking whether host toolchain supports AVX2... yes > checking whether host toolchain supports...

@lundman Thanks for testing on macOS. The odd thing I spotted is this: ``` 0xffffff7f99e92947 : addq 0x6, %r11 ^^^ ``` That should read ``` 0xffffff7f99e92947 : addq $0x10, %r11...