From 0d6359cca81e0ab07c21f6f3a1744948357a44c4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 18 Nov 2024 17:29:29 +0800 Subject: lvm2: upgrade 2.03.27 -> 2.03.28 Changelog: =========== - Use radix_tree to lookup for UUID within committed metadata. - Use radix_tree to lookup LV list entry within VG struct. - Introduce setting config/validate_metadata = full | none. - Restore fs resize call for lvresize -r on the same size LV (2.03.17). - Correct off-by-one devicesfile backup counting. - Replace use of dm_hash with radix_tree for lv names and uuids. - Refactor vg_validate with uniq_insert and better use of CPU caches. - Add radix_tree_uniq_insert. - Update DM cache when taking next VG lock instead of dropping it. - Generate json string id only for json reporting. - For vgsummary use new API call dm_config_parse_only_section(). - Use radix_tree for PV names mapping. - Split check_lv_segment into separate _in/complete_vg variant. - Use find_lv instead of find_lv_in_vg when possible. - Do a mirror fixup only when mirrors with logs are imported. - Add faster crc32 calculation from zlib code for x86_64. - Fall back to direct zeroing if BLKZEROOUT fails during new LV initialization. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/lvm2/lvm2.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/lvm2/lvm2.inc b/meta-oe/recipes-support/lvm2/lvm2.inc index b46ef2570f..0fab88f393 100644 --- a/meta-oe/recipes-support/lvm2/lvm2.inc +++ b/meta-oe/recipes-support/lvm2/lvm2.inc @@ -18,9 +18,9 @@ SRC_URI = "git://sourceware.org/git/lvm2.git;branch=main \ file://0001-include-libgen.h-for-basename.patch \ " -SRCREV = "207990a8770208151b2f39b51526580a9dca24c4" +SRCREV = "f87a6ad6d6f7cde0170fd479a45ee5b0a1c63d52" S = "${WORKDIR}/git" -PV = "2.03.27" +PV = "2.03.28" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\_\d+)+)" -- cgit v1.2.3-54-g00ecf