lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250408112830.4769244e@canb.auug.org.au>
Date: Tue, 8 Apr 2025 11:28:30 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Thomas Gleixner <tglx@...utronix.de>, Ingo Molnar <mingo@...hat.com>,
 "H. Peter Anvin" <hpa@...or.com>, Peter Zijlstra <peterz@...radead.org>,
 Herbert Xu <herbert@...dor.apana.org.au>
Cc: Ingo Molnar <mingo@...nel.org>, Linux Crypto List
 <linux-crypto@...r.kernel.org>, Linux Kernel Mailing List
 <linux-kernel@...r.kernel.org>, Linux Next Mailing List
 <linux-next@...r.kernel.org>, Uros Bizjak <ubizjak@...il.com>
Subject: linux-next: manual merge of the tip tree with the crypto tree

Hi all,

Today's linux-next merge of the tip tree got a conflict in:

  arch/x86/Kconfig.assembler

between commits:

  984f835009d6 ("crypto: x86 - Remove CONFIG_AS_SHA1_NI")
  d032a27e8fe9 ("crypto: x86 - Remove CONFIG_AS_SHA256_NI")

from the crypto tree and commit:

  a72d55dc3bd6 ("x86/idle: Remove CONFIG_AS_TPAUSE")

from the tip tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc arch/x86/Kconfig.assembler
index 4d06fd3c8dfe,fa8858546d5e..000000000000
--- a/arch/x86/Kconfig.assembler
+++ b/arch/x86/Kconfig.assembler
@@@ -6,11 -6,16 +6,6 @@@ config AS_AVX51
  	help
  	  Supported by binutils >= 2.25 and LLVM integrated assembler
  
- config AS_TPAUSE
- 	def_bool $(as-instr,tpause %ecx)
 -config AS_SHA1_NI
 -	def_bool $(as-instr,sha1msg1 %xmm0$(comma)%xmm1)
--	help
- 	  Supported by binutils >= 2.31.1 and LLVM integrated assembler >= V7
 -	  Supported by binutils >= 2.24 and LLVM integrated assembler
 -
 -config AS_SHA256_NI
 -	def_bool $(as-instr,sha256msg1 %xmm0$(comma)%xmm1)
 -	help
 -	  Supported by binutils >= 2.24 and LLVM integrated assembler
--
  config AS_GFNI
  	def_bool $(as-instr,vgf2p8mulb %xmm0$(comma)%xmm1$(comma)%xmm2)
  	help

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ