Re: git: e639e0d27cc8 - main - zfs: merge openzfs/zfs@e61076683
Date: Sat, 13 May 2023 13:41:54 UTC
> On May 12, 2023, at 04:14, Martin Matuska <mm@freebsd.org> wrote: > > The branch main has been updated by mm: > > URL: https://cgit.FreeBSD.org/src/commit/?id=e639e0d27cc863ba1b8de20e861e6b5d9b922a8e > > commit e639e0d27cc863ba1b8de20e861e6b5d9b922a8e > Merge: 92c23f6d9c20 e61076683850 > Author: Martin Matuska <mm@FreeBSD.org> > AuthorDate: 2023-05-12 11:12:59 +0000 > Commit: Martin Matuska <mm@FreeBSD.org> > CommitDate: 2023-05-12 11:13:33 +0000 > > zfs: merge openzfs/zfs@e61076683 > > Notable upstream pull request merges: > #14744 Optimize check_filesystem() and process_error_log() > #14773 Allow zhack label repair to restore detached devices > #14794 zpool import -m also removing spare and cache when log device > is missing > #14805 Simplify and optimize random_int_between() > #14813 Enable the head_errlog feature to remove errors > #14816 Fix two abd_gang_add_gang() issues > #14817 Verify block pointers before writing them out > #14819 Add dmu_tx_hold_append() interface > #14823 Remove single parent assertion from zio_nowait() > #14824 Plug memory leak in zfsdev_state > #14825 Block cloning dbuf fixes > #14828 Remove duplicate code in l2arc_evict() > #14837 Fixes in head_errlog feature with encryption > #14839 Prevent panic during concurrent snapshot rollback and zvol read > #14853 zil: Don't expect zio_shrink() to succeed > > Obtained from: OpenZFS > OpenZFS commit: e6107668385044718b0a73330ed642365080 Hi Martin, This change seems to have broken CI with gcc12 on amd64: https://ci.freebsd.org/job/FreeBSD-main-amd64-gcc12_build/983/ -Enji