From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4fqqR66T1Jz34Rt for ; Tue, 07 Apr 2026 15:11:30 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4fqqQt4JTnz36WX for ; Tue, 07 Apr 2026 15:11:18 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4fqqQt28NTzss; Tue, 07 Apr 2026 15:11:18 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1775574678; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=c1nZq2FiCeccXg9izNYiUotOyURPrYC5dL1ISZ7JB+0=; b=QmqxzhVpJXX2J9RuAO6nURxSMDBSpddJvcIoeBYHu4Jn0KZ13XbABDJOtg2nO+6QO0g2ee GnvE7rEqBEz+q4DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1775574678; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=c1nZq2FiCeccXg9izNYiUotOyURPrYC5dL1ISZ7JB+0=; b=GI395pY8e9pXW0UO26g7JjHhX2PwigLZfuCHK8X3FDheAK67Oy/Bqz5tVJgS5wRt2VJtgI yHJaJJolzRJoGaDD+HWIDPuacSVaardy4CXnNXovYNhQm8+vWfn0bk+PjqX7u4wtzvruVT BgnbagwAKi0stJFJdUZADrH2ZKNV5ZDPEGjvn4pSK9Ouu3ToGT6VLCQIJ7BX4WI/b5vgIA rq4ejQfAyeaLFmgn00k9UPyPiw3i+xMEdJt+diqST+P4hc+UiDaMAoT1p+81MOd/yatT/q IXG2ahprfIrVJnp08aJECXwLvfrr9pFUw2fAA6RT1wocnSaV60D4QeFTZTEYBw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] mdadm: Update to version 4.6 Date: Tue, 7 Apr 2026 17:10:56 +0200 Message-ID: <20260407151108.3472751-23-adolf.belka@ipfire.org> In-Reply-To: <20260407151108.3472751-1-adolf.belka@ipfire.org> References: <20260407151108.3472751-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update from version 4.5 to 4.6 - No change to rootfile - Changelog 4.6 Features: - Add support for new lockless bitmap from Yu Kuai - Add "PROBING ddf_extended" option in mdadm.conf from Martin Wilck - Add --detail to usage in ReadMe from Brian Matheson Fixes: - Fix uuid endianness mismatch issue in sysfs_rules_apply() from Abirami0904 - Fix mdcheck: don't stop mdcheck_continue.timer from Martin Wilck - Deal with hot-unplugged devices in platform-intel from Jean Delvare - Detect corosync and libdlm via pkg-config in Makefile from Maxin John - Fix UEFI backward compatibility for RAID10D4 in imsm from Blazej Kucman - Optimize DDF header search using mmap for better performance from lilinzhe - Set sysfs name after assembling imsm array in incremental from Xiao Ni - Use creation_time for ctime in imsm container info from Xiao Ni - Fix sigterm variable to be volatile sig_atomic_t from Cristian Rodríguez - Use 64-bit off_t across both musl and glibc from Ankur Tyagi - Fix format overflow error in super-intel.c from Martin Wilck - Fix compilation errors for unused variables with GCC 16 from Martin Wilck - Load md_mod first to avoid module loading issues from Xiao Ni There are some important issues which led to boot failure. These issues have been fixed recently. It's better to make a new release. So users can choose a version without these problems. https://github.com/md-raid-utilities/mdadm/issues/249 has the details. Signed-off-by: Adolf Belka --- lfs/mdadm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/mdadm b/lfs/mdadm index 930dac584..ed261aabb 100644 --- a/lfs/mdadm +++ b/lfs/mdadm @@ -24,7 +24,7 @@ include Config -VER = 4.5 +VER = 4.6 # https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/ THISAPP = mdadm-$(VER) @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 6cfa80514b4d51c2e8c5e3275ec3dce1a59c509fd83dbc41d395e47ed59c19df30b0382cf6dc5f3c6faf973296e341bc5e461303b3a0f6ce58da887ef0e8a418 +$(DL_FILE)_BLAKE2 = 5a2c523670cc659397b0d36f1026f944e630d422e16d3830bb5d94a03ac84118d99553f7f7d555e3f8cd445908cb2519725bc56d9516de24dd837ecdea0be3bc install : $(TARGET) -- 2.53.0