From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from air.basealt.ru (air.basealt.ru [193.43.8.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 37CFC194AD5 for ; Thu, 13 Feb 2025 21:08:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=193.43.8.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739480918; cv=none; b=c3sIx1Ux/u4v5OEp9I0p6wYYSW9Bg62ik6+bX69s8D5TTeGoYBngdXa5AJ/taAFhbDqdQmn6H4raIIavNQVdZy+sJ4q4NyjiAR88227QifyT8rPauh3YzkC0HJE5OGbOlpv6ht1UC3lOu/dCFpbe/gXze4c9ZlvIj49fF+sk82k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739480918; c=relaxed/simple; bh=L6UisXQphSBrB3t3LpIbhRa9pfTS4AYWSAaIoQb19ZI=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=q6VU9q31UxMfB6hnkgC1G6jpPgpsVhPlb/GrU4rORShBbr0MnzHAVVJ6bo8nAHobtJk31uA+mdd0yVVFnnCzA6zxI2XUMK8UZOjp+UxZzssSIHmB2MQsNW+zfJnrNCXKK+ETnByCMWr4xBX7GFnxTZUlvz7iP5Ndl9yav1hV2lc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=altlinux.org; spf=pass smtp.mailfrom=altlinux.org; arc=none smtp.client-ip=193.43.8.18 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=altlinux.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=altlinux.org Received: from altlinux.ipa.basealt.ru (unknown [178.76.204.78]) (Authenticated sender: kovalevvv) by air.basealt.ru (Postfix) with ESMTPSA id E4A18233AD; Fri, 14 Feb 2025 00:08:31 +0300 (MSK) From: Vasiliy Kovalev To: vgiraud.opensource@witekio.com Cc: bruno.vernay@se.com, lizhi.xu@windriver.com, stable@vger.kernel.org, tytso@mit.edu Subject: Re: [PATCH 6.6] ext4: filesystems without casefold feature cannot be mounted with siphash Date: Fri, 14 Feb 2025 00:08:31 +0300 Message-Id: <20250213210831.723789-1-kovalev@altlinux.org> X-Mailer: git-send-email 2.33.8 In-Reply-To: <20250207113703.2444446-1-vgiraud.opensource@witekio.com> References: <20250207113703.2444446-1-vgiraud.opensource@witekio.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit A backport requires the fix commit a2187431c395 ("ext4: fix error message when rejecting the default hash"). See the patch series: https://lore.kernel.org/all/20241118101811.15896-1-kovalev@altlinux.org/t/#u -- Thanks, Vasiliy