mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Uros Bizjak <ubizjak@gmail.com>
To: linux-crypto@vger.kernel.org, x86@kernel.org,
	linux-kernel@vger.kernel.org
Cc: Uros Bizjak <ubizjak@gmail.com>,
	Herbert Xu <herbert@gondor.apana.org.au>,
	"David S. Miller" <davem@davemloft.net>,
	Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@kernel.org>, Borislav Petkov <bp@alien8.de>,
	Dave Hansen <dave.hansen@linux.intel.com>,
	"H. Peter Anvin" <hpa@zytor.com>
Subject: [PATCH 4/4] x86: Remove CONFIG_AS_AVX512
Date: Tue, 19 Aug 2025 10:57:52 +0200	[thread overview]
Message-ID: <20250819085855.333380-4-ubizjak@gmail.com> (raw)
In-Reply-To: <20250819085855.333380-1-ubizjak@gmail.com>

Commit 5f5305dea066 ("raid6: skip avx512 checks") and commit
bc23fe6dc172 ("crypto: x86 - Remove CONFIG_AS_AVX512 handling")
removed all uses of CONFIG_AS_AVX512.

Remove check for assembler support of AVX-512 instructions.

Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
---
 arch/x86/Kconfig.assembler | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/x86/Kconfig.assembler b/arch/x86/Kconfig.assembler
index ea0e9dfdfc5c..b1c59fb0a4c9 100644
--- a/arch/x86/Kconfig.assembler
+++ b/arch/x86/Kconfig.assembler
@@ -1,11 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0
 # Copyright (C) 2020 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
 
-config AS_AVX512
-	def_bool $(as-instr,vpmovm2b %k1$(comma)%zmm5)
-	help
-	  Supported by binutils >= 2.25 and LLVM integrated assembler
-
 config AS_WRUSS
 	def_bool $(as-instr64,wrussq %rax$(comma)(%rbx))
 	help
-- 
2.50.1


  parent reply	other threads:[~2025-08-19  8:59 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-19  8:57 [PATCH 1/4] crypto:x86 - Remove CONFIG_AS_GFNI Uros Bizjak
2025-08-19  8:57 ` [PATCH 2/4] crypto:x86 - Remove CONFIG_AS_VAES Uros Bizjak
2025-08-19  9:52   ` Herbert Xu
2025-08-21 12:35   ` [tip: x86/cleanups] crypto: X86 " tip-bot2 for Uros Bizjak
2025-10-10 20:21     ` Eric Biggers
2025-10-10 21:22       ` Borislav Petkov
2025-08-19  8:57 ` [PATCH 3/4] crypto:x86 - Remove CONFIG_AS_VPCLMULQDQ Uros Bizjak
2025-08-19  9:52   ` Herbert Xu
2025-08-21 12:46   ` [tip: x86/cleanups] crypto: x86 " tip-bot2 for Uros Bizjak
2025-08-19  8:57 ` Uros Bizjak [this message]
2025-08-21 12:46   ` [tip: x86/cleanups] x86/kconfig: Remove CONFIG_AS_AVX512 tip-bot2 for Uros Bizjak
2025-08-19  9:52 ` [PATCH 1/4] crypto:x86 - Remove CONFIG_AS_GFNI Herbert Xu
2025-08-20 19:06 ` [tip: x86/cleanups] crypto: x86 " tip-bot2 for Uros Bizjak
2025-08-21  3:51 ` [PATCH 1/4] crypto:x86 " Eric Biggers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250819085855.333380-4-ubizjak@gmail.com \
    --to=ubizjak@gmail.com \
    --cc=bp@alien8.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=davem@davemloft.net \
    --cc=herbert@gondor.apana.org.au \
    --cc=hpa@zytor.com \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome