Re: git: 43741377b143 - main - security/openssl: Security update to 1.1.1n

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Sat, 19 Mar 2022 08:00:28 UTC
Am 18.03.2022 um 21:28 schrieb Christoph Moench-Tegeder:
>> Could the zfs fixes in 13.0-RELEASE-p8 cause new problems?
> Feels like. I reverted all the zfs patches from -p8, and that one port
> which previously reliably created broken files now just works fine.
> For the record, that's commits
>    210991b1f28bfebfff889252445e4fe41b714c7d
>      FreeBSD: fix world build after de198f2d9
>    f5be20afc3568876c44269420a542627238e4da0
>      Fix lseek(SEEK_DATA/SEEK_HOLE) mmap consistency
>    0abaf7f630235933aca9dd5819d4c0aea9985f3a
>      FreeBSD: Clean up zfsdev_close to match Linux
>    9dc74c5a4b3d10b20d14ada2db605d73af8a33f0
>      Fix handling of errors from dmu_write_uio_dbuf() on FreeBSD
> My gut feeling is on the last one, but I haven't tried analyzing that
> yet (and I've never worked with that code before, so I'm not sure if
> I would spot the problem if I did).
>
> Also, I've to pour one for git: just creating a local branch and revert
> and poke around in there is so much easier than it ever was with svn.
> (Having worked with cvs, svn, hg and git I knew that - but here's the
> example for those who still want to go back).

I can confirm now, the problem is definitely related to the -p8 update.
I rolled back now to -p7 using `freebsd-update rollback`.

I removed complete ccache in `/var/cache/ccache`
I removed all build poudriere packages and rebuild all packages

System is now up and running again.

This all works even if poudriere jail is using -p8. No need to downgrade 
the jail/base version poudriere is using.
It is caused by the kernel so the ZFS patch seems to be broken and -p8 
should maybe not rolled out to not break more systems of users.


Gruß
Matthias

-- 

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning." --
Rich Cook