Re: BLAKE3 unstability?

2022-07-12 Thread Evgeniy Khramtsov
> > > I can reproduce via: > > > > > > $ truncate -s 10G /tmp/test > > > $ mdconfig -f /tmp/test -S 4096 > > > $ zpool create test /dev/md1 > > > $ zfs create -o checksum=blake3 test/b > > > $ dd if=/dev/random of=/test/b/noise bs=1M count=4096 > > > $ sync > > > $ zpool scrub test > > > $ zpool

Re: BLAKE3 unstability?

2022-07-11 Thread Evgeniy Khramtsov
(forgot to CC -CURRENT, so replying to the list) > It did not reproduce for me with in-tree ZFS on main@3c9ad9398fcd either. > > Could you share sysctl kstat.zfs.misc.chksum_bench, maybe we are using > different implementations? > I do see that blake3 went in with only a Linux module parameter

Re: BLAKE3 unstability?

2022-07-09 Thread Evgeniy Khramtsov
I can reproduce via: $ truncate -s 10G /tmp/test $ mdconfig -f /tmp/test -S 4096 $ zpool create test /dev/md1 $ zfs create -o checksum=blake3 test/b $ dd if=/dev/random of=/test/b/noise bs=1M count=4096 $ sync $ zpool scrub test $ zpool status

BLAKE3 unstability?

2022-07-09 Thread Evgeniy Khramtsov
-CURRENT as of: commit eec3290266bc09b4c4b4d875d2269d611adc0016 (main) Author: Ganbold Tsagaankhuu Date: Sat Jul 9 13:06:52 2022 + Add RK3568 SoC support to pinctrl driver. Submitted by: sos Reviewed by:manu Differential Revision:

Re: lib/libufs: build regressed after b366ee486

2021-12-03 Thread Evgeniy Khramtsov via FreeBSD-CURRENT
> dropping https://github.com/DankBSD/ports/commit/56cb9dc72 and Err, the right commit: https://github.com/DankBSD/base/commit/52ff26f21

Re: lib/libufs: build regressed after b366ee486

2021-12-03 Thread Evgeniy Khramtsov via FreeBSD-CURRENT
> It appears that your build environment does not have the b366ee486 version > of /usr/src/sys/ufs/ffs/fs.h installed in /usr/include/ufs/ffs/fs.h. > > That would normally happen after your did a buildworld and installworld. > You should be able to fix your current compile failure by doing: > >

lib/libufs: build regressed after b366ee486

2021-12-03 Thread Evgeniy Khramtsov via FreeBSD-CURRENT
I was updating from commit 20aa359773befc8182f6b5dcb5aad7390cab6c26 Author: Dimitry Andric Date: Sat Nov 13 21:02:29 2021 +0100 Bump __FreeBSD_version for llvm-project 13.0.0 merge PR: 258209 MFC after: 2 weeks to commit b366ee4868bca2b3ebe4bb29c9590a29b6cecc29

Re: Build of devel/ninja and lang/gcc11 fails with latest 14-CURRENT amd64

2021-11-12 Thread Evgeniy Khramtsov via freebsd-current
I confirm, the attached patch fixes ports mentioned in my previous mail.

Re: Build of devel/ninja and lang/gcc11 fails with latest 14-CURRENT amd64

2021-11-12 Thread Evgeniy Khramtsov via freebsd-current
Ports graphics/cairo, multimedia/ffmpeg, www/firefox are also affected.

d36d68161517 makes x11-wm/sway hang on start

2021-04-08 Thread Evgeniy Khramtsov
Hi, x11-wm/sway session will hang after start if it was launched with seatd in a vt on a recent main with the https://cgit.freebsd.org/src/commit/?id=d36d6816151705907393889d661cbfd25c630ca8 commit. I also run gl=mesa-devel if it matters. Applying the fix from https://reviews.freebsd.org/D29623