git: c629f0bf62e3..d62bafee9fc3 - vendor/openzfs/master - vendor branch updated

From: Martin Matuska <mm_at_FreeBSD.org>
Date: Tue, 04 Oct 2022 18:40:29 UTC
The branch vendor/openzfs/master has been updated by mm:

URL: https://cgit.FreeBSD.org/src/log/?id=c629f0bf62e3..d62bafee9fc3

e506a0ce40bd Cleanup: Change 1 used in bitshifts to 1ULL
223b04d23d6e Revert "Reduce dbuf_find() lock contention"
505df8d13378 Dynamically size dbuf hash mutex array
ce55d6ae4689 ZTS: fallocate tests fail with hard coded values
e9b12d4196c0 zpool: Don't print "repairing" on force faulted drives
d25153d55568 set_global_var_parse_kv() should pass the pointer from strdup()
2a493a4c7127 Fix unchecked return values and unused return values
ebe1d0361671 Fix userland resource leaks
bf5b42f9c8fb Fix double declaration of getauxval() for FreeBSD PPC
52afc3443d16 Linux: Fix uninitialized variable usage in zio_do_crypt_data()
8ef15f9322dd Cleanup: Remove ineffective unsigned comparisons against 0
5e7a2f4665b5 Update zfs-mount to load before fstab, matches systemd service.
f7bda2de9786 Fix userspace memory leaks found by Clang Static Analzyer
a2163a96ae87 Fix bad free in skein code
3ed9d6883bcf Enforce "-F" flag on resuming recv of full/newfs on existing dataset
7584fbe846b4 Cleanup: Switch to strlcpy from strncpy
fdc2d3037104 Cleanup: Specify unsignedness on things that should not be signed
31b4e008f13f LUA: Fix CVE-2014-5461
88b199c24e78 Cleanup spa_export_common()
a51288aabbbc Fix unsafe string operations
9a49c6b78244 PAM: Fix uninitialized value read
5c9666382a78 DMU_BACKUP_FEATURE: remove unused BLAKE3 feature
e872ea16f260 DMU_BACKUP_FEATURE: indicate that bit 28 and 29 are reserved
af65073a075b btree_test: smatch did detect few issues
eb9bec0a5d19 Bring per_txg_dirty_frees_percent back to 30
55c12724d377 zed: mark disks as REMOVED when they are removed
570ca4441e05 Miscellaneous ZTS fixes
1b87195c3c06 Fix unchecked return values
4acc36ed7c5c Fix panic in dsl_process_sub_livelist for EINTR
dee8934e8fcd Fix unreachable code in zstreamdump
55d7afa4adbb Reduce false positives from Static Analyzers
a2d5643f88ce Fix double const qualifier declarations
a36b37d4de5d Fix potential NULL pointer dereference in dsl_dataset_promote_check()
67395be0c2bd Fix userland dereference NULL return value bugs
d62bafee9fc3 Fix memory leak found by GCC static analyzer