From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B6C112E64A for ; Thu, 6 Feb 2025 13:07:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=140.211.166.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738847233; cv=none; b=Xbgo8G/5KDABALwZEd4IG8VZd/xAI7QQ9f6kMyyqO5Fj0eFI1mCVTrrvmHGgHzubOsgDoMjN7I/TjcEsPuHVih+kBP7aUo7QG2QhysDJEhANQwhxim7GditSX304ZX/kfOfLSRZzKSIXUlkfMGNc9wnKa73Nfh98cxzJGhmLHPQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738847233; c=relaxed/simple; bh=PlYbZJIjyU+ucR81jlcEO8eL0GMjcGUX81xe/ePbGVQ=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type; b=stlLMa9d/5meGKuuVVeZiWUlpvG7LDTahy5IBMpk1WtMF/OaXxvvFS73/IoYDkz2XqSY8xHoY2MRzW5sFWkYU3S906vtprBLApD9v2vMex+BMVaTTLgJo5mWUHlctHaYpwYhRy0PgBRwQoCabRKjvOABzt75HJkIBqUJ1M0JAq8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gentoo.org; spf=pass smtp.mailfrom=gentoo.org; arc=none smtp.client-ip=140.211.166.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gentoo.org Received: from mop.sam.mop (unknown [82.8.138.118]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: sam) by smtp.gentoo.org (Postfix) with ESMTPSA id 900DC342FB0 for ; Thu, 06 Feb 2025 13:07:09 +0000 (UTC) From: Sam James To: distributions@lists.linux.dev Subject: openssl 3.3 & 3.4 need patch for arm64 asm Organization: Gentoo User-Agent: mu4e 1.12.7; emacs 31.0.50 Date: Thu, 06 Feb 2025 13:07:06 +0000 Message-ID: <87cyfv5iit.fsf@gentoo.org> Precedence: bulk X-Mailing-List: distributions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Hi! As was originally reported at https://gcc.gnu.org/PR118537 and on the Postgres ML [0], OpenSSL 3.x and 3.4 have broken asm for arm64 and need a patch backported to avoid runtime problems. 3.3: https://github.com/openssl/openssl/commit/4f7d8b2724ea7f42cff1e8a0e736ad448def60f5 3.4: https://github.com/openssl/openssl/commit/3ad2277e4522d363ae31a1888531915bb68964dc PR: https://github.com/openssl/openssl/pull/26469 thanks, sam